#640C70

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

Shades of Purple #640C70

Tints of Purple #640C70

Color information

#640C70 (or 0x640C70) is unknown color: approx Purple. HEX triplet: 64, 0C and 70. RGB value is (100,12,112). Sum of RGB (Red+Green+Blue) = 100+12+112=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #640C70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640C70 is #9BF38F. Grayscale: #313131. Windows color (decimal): -10220432 or 7343204. OLE color: 7343204.

HSL color Cylindrical-coordinate representation of color #640C70: hue angle of 292.8º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #640C70 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10012112-
CMYK0.110.8900.56
HSL292.8º80.65%24.31%-
HSV(B)292.8º89.29%43.92%-
XYZ8.314.1415.69-
YUV49.71163.15163.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.64%
GREEN value IS 12 (5.08% from 255) = 5.36%
BLUE value IS 112 (44.14% from 255) = 50%
R=44.64%
G=5.36%
B=50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100121120.110.8900.56292.880.6524.31
Hex64C70B590381255118
Octal144141601313107044512130
Binary110010011001110000101110110010111000100100101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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