#640D6C

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

Shades of Palatinate Purple #640D6C

Tints of Palatinate Purple #640D6C

Color information

#640D6C (or 0x640D6C) is unknown color: approx Palatinate Purple. HEX triplet: 64, 0D and 6C. RGB value is (100,13,108). Sum of RGB (Red+Green+Blue) = 100+13+108=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #640D6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640D6C is #9BF293. Grayscale: #313131. Windows color (decimal): -10220180 or 7081316. OLE color: 7081316.

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

Color convert

RGB10013108-
CMYK0.070.8800.58
HSL294.95º78.51%23.73%-
HSV(B)294.95º87.96%42.35%-
XYZ8.114.0814.55-
YUV49.84160.82163.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.25%
GREEN value IS 13 (5.47% from 255) = 5.88%
BLUE value IS 108 (42.58% from 255) = 48.87%
R=45.25%
G=5.88%
B=48.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100131080.070.8800.58294.9578.5123.73
Hex64D6C75803A1274f18
Octal14415154713007244711730
Binary11001001101110110011110110000111010100100111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640D6C; }

 p { color: rgb(100,13,108); }

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

<style>
 a { background-color: #640D6C; }

 a { background-color: rgb(100,13,108); }

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

<style>
 span { border-color: #640D6C; }

 span { border-color: rgb(100,13,108); }

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