#640C78

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

Shades of Purple #640C78

Tints of Purple #640C78

Color information

#640C78 (or 0x640C78) is unknown color: approx Purple. HEX triplet: 64, 0C and 78. RGB value is (100,12,120). Sum of RGB (Red+Green+Blue) = 100+12+120=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #640C78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640C78 is #9BF387. Grayscale: #323232. Windows color (decimal): -10220424 or 7867492. OLE color: 7867492.

HSL color Cylindrical-coordinate representation of color #640C78: hue angle of 288.89º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640C78 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10012120-
CMYK0.170.9000.53
HSL288.89º81.82%25.88%-
HSV(B)288.89º90%47.06%-
XYZ8.784.3318.14-
YUV50.62167.15163.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.10%
GREEN value IS 12 (5.08% from 255) = 5.17%
BLUE value IS 120 (47.27% from 255) = 51.72%
R=43.10%
G=5.17%
B=51.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100121200.170.9000.53288.8981.8225.88
Hex64C78115A035121521a
Octal144141702113206544112232
Binary1100100110011110001000110110100110101100100001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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