#64006D

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

Shades of Purple #64006D

Tints of Purple #64006D

Color information

#64006D (or 0x64006D) is unknown color: approx Purple. HEX triplet: 64, 00 and 6D. RGB value is (100,0,109). Sum of RGB (Red+Green+Blue) = 100+0+109=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #64006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64006D is #9BFF92. Grayscale: #292929. Windows color (decimal): -10223507 or 7143524. OLE color: 7143524.

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

Color convert

RGB1000109-
CMYK0.08100.57
HSL295.05º100%21.37%-
HSV(B)295.05º100%42.75%-
XYZ8.023.8114.78-
YUV42.33165.63169.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 52.15%
R=47.85%
G=0%
B=52.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10001090.08100.57295.0510021.37
Hex6406D8640391276415
Octal14401551014407144714425
Binary110010001101101100011001000111001100100111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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