#64006E

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

Shades of Purple #64006E

Tints of Purple #64006E

Color information

#64006E (or 0x64006E) is unknown color: approx Purple. HEX triplet: 64, 00 and 6E. RGB value is (100,0,110). Sum of RGB (Red+Green+Blue) = 100+0+110=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #64006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64006E is #9BFF91. Grayscale: #2A2A2A. Windows color (decimal): -10223506 or 7209060. OLE color: 7209060.

HSL color Cylindrical-coordinate representation of color #64006E: hue angle of 294.55º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #64006E is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1000110-
CMYK0.09100.57
HSL294.55º100%21.57%-
HSV(B)294.55º100%43.14%-
XYZ8.073.8415.07-
YUV42.44166.13169.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 52.38%
R=47.62%
G=0%
B=52.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10001100.09100.57294.5510021.57
Hex6406E9640391276416
Octal14401561114407144714426
Binary110010001101110100111001000111001100100111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64006E; }

 p { color: rgb(100,0,110); }

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

<style>
 a { background-color: #64006E; }

 a { background-color: rgb(100,0,110); }

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

<style>
 span { border-color: #64006E; }

 span { border-color: rgb(100,0,110); }

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