#640C6B

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

Shades of Palatinate Purple #640C6B

Tints of Palatinate Purple #640C6B

Color information

#640C6B (or 0x640C6B) is unknown color: approx Palatinate Purple. HEX triplet: 64, 0C and 6B. RGB value is (100,12,107). Sum of RGB (Red+Green+Blue) = 100+12+107=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #640C6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640C6B is #9BF394. Grayscale: #303030. Windows color (decimal): -10220437 or 7015524. OLE color: 7015524.

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

Color convert

RGB10012107-
CMYK0.070.8900.58
HSL295.58º79.83%23.33%-
HSV(B)295.58º88.79%41.96%-
XYZ8.044.0314.26-
YUV49.14160.65164.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.66%
GREEN value IS 12 (5.08% from 255) = 5.48%
BLUE value IS 107 (42.19% from 255) = 48.86%
R=45.66%
G=5.48%
B=48.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100121070.070.8900.58295.5879.8323.33
Hex64C6B75903A1285017
Octal14414153713107245012027
Binary11001001100110101111110110010111010100101000101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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