#64186B

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

Shades of Palatinate Purple #64186B

Tints of Palatinate Purple #64186B

Color information

#64186B (or 0x64186B) is unknown color: approx Palatinate Purple. HEX triplet: 64, 18 and 6B. RGB value is (100,24,107). Sum of RGB (Red+Green+Blue) = 100+24+107=231 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.29% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #64186B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64186B is #9BE794. Grayscale: #373737. Windows color (decimal): -10217365 or 7018596. OLE color: 7018596.

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

Color convert

RGB10024107-
CMYK0.070.7800.58
HSL294.94º63.36%25.69%-
HSV(B)294.94º77.57%41.96%-
XYZ8.244.4214.33-
YUV56.19156.68159.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.29%
GREEN value IS 24 (9.77% from 255) = 10.39%
BLUE value IS 107 (42.19% from 255) = 46.32%
R=43.29%
G=10.39%
B=46.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100241070.070.7800.58294.9463.3625.69
Hex64186B74E03A1273f1a
Octal1443015371160724477732
Binary11001001100011010111111001110011101010010011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64186B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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