#64166B

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

Shades of Palatinate Purple #64166B

Tints of Palatinate Purple #64166B

Color information

#64166B (or 0x64166B) is unknown color: approx Palatinate Purple. HEX triplet: 64, 16 and 6B. RGB value is (100,22,107). Sum of RGB (Red+Green+Blue) = 100+22+107=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 107 - color contains mainly: blue. Hex color #64166B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64166B is #9BE994. Grayscale: #363636. Windows color (decimal): -10217877 or 7018084. OLE color: 7018084.

HSL color Cylindrical-coordinate representation of color #64166B: hue angle of 295.06º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64166B is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10022107-
CMYK0.070.7900.58
HSL295.06º65.89%25.29%-
HSV(B)295.06º79.44%41.96%-
XYZ8.24.3414.32-
YUV55.01157.34160.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.67%
GREEN value IS 22 (8.98% from 255) = 9.61%
BLUE value IS 107 (42.19% from 255) = 46.72%
R=43.67%
G=9.61%
B=46.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100221070.070.7900.58295.0665.8925.29
Hex64166B74F03A1274219
Octal14426153711707244710231
Binary110010010110110101111110011110111010100100111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64166B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64166B; }

 p { color: rgb(100,22,107); }

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

<style>
 a { background-color: #64166B; }

 a { background-color: rgb(100,22,107); }

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

<style>
 span { border-color: #64166B; }

 span { border-color: rgb(100,22,107); }

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