#64006F

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

Shades of Purple #64006F

Tints of Purple #64006F

Color information

#64006F (or 0x64006F) is unknown color: approx Purple. HEX triplet: 64, 00 and 6F. RGB value is (100,0,111). Sum of RGB (Red+Green+Blue) = 100+0+111=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #64006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64006F is #9BFF90. Grayscale: #2A2A2A. Windows color (decimal): -10223505 or 7274596. OLE color: 7274596.

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

Color convert

RGB1000111-
CMYK0.10100.56
HSL294.05º100%21.76%-
HSV(B)294.05º100%43.53%-
XYZ8.123.8615.36-
YUV42.55166.63168.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 111 (43.75% from 255) = 52.61%
R=47.39%
G=0%
B=52.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10001110.10100.56294.0510021.76
Hex6406FA640381266416
Octal14401571214407044614426
Binary110010001101111101011001000111000100100110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64006F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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