#64116B

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

Shades of Palatinate Purple #64116B

Tints of Palatinate Purple #64116B

Color information

#64116B (or 0x64116B) is unknown color: approx Palatinate Purple. HEX triplet: 64, 11 and 6B. RGB value is (100,17,107). Sum of RGB (Red+Green+Blue) = 100+17+107=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 107 - color contains mainly: blue. Hex color #64116B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64116B is #9BEE94. Grayscale: #333333. Windows color (decimal): -10219157 or 7016804. OLE color: 7016804.

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

Color convert

RGB10017107-
CMYK0.070.8400.58
HSL295.33º72.58%24.31%-
HSV(B)295.33º84.11%41.96%-
XYZ8.114.1714.29-
YUV52.08159162.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.64%
GREEN value IS 17 (7.03% from 255) = 7.59%
BLUE value IS 107 (42.19% from 255) = 47.77%
R=44.64%
G=7.59%
B=47.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100171070.070.8400.58295.3372.5824.31
Hex64116B75403A1274918
Octal14421153712407244711130
Binary110010010001110101111110101000111010100100111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64116B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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