#64155D

Color #64155D Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #64155D

Tints of Palatinate Purple #64155D

Color information

#64155D (or 0x64155D) is unknown color: approx Palatinate Purple. HEX triplet: 64, 15 and 5D. RGB value is (100,21,93). Sum of RGB (Red+Green+Blue) = 100+21+93=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #64155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64155D is #9BEAA2. Grayscale: #343434. Windows color (decimal): -10218147 or 6100324. OLE color: 6100324.

HSL color Cylindrical-coordinate representation of color #64155D: hue angle of 305.32º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64155D is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB1002193-
CMYK00.790.070.61
HSL305.32º65.29%23.73%-
HSV(B)305.32º79%39.22%-
XYZ7.54.0410.74-
YUV52.83150.67161.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 46.73%
GREEN value IS 21 (8.59% from 255) = 9.81%
BLUE value IS 93 (36.72% from 255) = 43.46%
R=46.73%
G=9.81%
B=43.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100219300.790.070.61305.3265.2923.73
Hex64155D04F73D1314118
Octal14425135011777546110130
Binary110010010101101110101001111111111101100110001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64155D; }

 p { color: rgb(100,21,93); }

 H1.HeaderClassName
 {
   color: #64155D;
 }
 .AnyTagClassName
 {
   color: #64155D;
 }
</style>
background-color css

<style>
 a { background-color: #64155D; }

 a { background-color: rgb(100,21,93); }

 div.DivClassName
 {
   background-color: #64155D;
 }
 .BgClassName
 {
   background-color: #64155D;
 }
</style>
border-color css

<style>
 span { border-color: #64155D; }

 span { border-color: rgb(100,21,93); }

 td.TdClassName
 {
   border-color: #64155D;
 }
 .TagClassName
 {
   border-color: #64155D;
 }
</style>