#640C6C

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

Shades of Palatinate Purple #640C6C

Tints of Palatinate Purple #640C6C

Color information

#640C6C (or 0x640C6C) is unknown color: approx Palatinate Purple. HEX triplet: 64, 0C and 6C. RGB value is (100,12,108). Sum of RGB (Red+Green+Blue) = 100+12+108=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #640C6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640C6C is #9BF393. Grayscale: #303030. Windows color (decimal): -10220436 or 7081060. OLE color: 7081060.

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

Color convert

RGB10012108-
CMYK0.070.8900.58
HSL295º80%23.53%-
HSV(B)295º88.89%42.35%-
XYZ8.094.0514.54-
YUV49.26161.15164.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.45%
GREEN value IS 12 (5.08% from 255) = 5.45%
BLUE value IS 108 (42.58% from 255) = 49.09%
R=45.45%
G=5.45%
B=49.09%

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
Decimal100121080.070.8900.582958023.53
Hex64C6C75903A1275018
Octal14414154713107244712030
Binary11001001100110110011110110010111010100100111101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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