#64086D

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

Shades of Purple #64086D

Tints of Purple #64086D

Color information

#64086D (or 0x64086D) is unknown color: approx Purple. HEX triplet: 64, 08 and 6D. RGB value is (100,8,109). Sum of RGB (Red+Green+Blue) = 100+8+109=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #64086D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64086D is #9BF792. Grayscale: #2E2E2E. Windows color (decimal): -10221459 or 7145572. OLE color: 7145572.

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

Color convert

RGB1008109-
CMYK0.080.9300.57
HSL294.65º86.32%22.94%-
HSV(B)294.65º92.66%42.75%-
XYZ8.13.9914.81-
YUV47.02162.98165.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.08%
GREEN value IS 8 (3.52% from 255) = 3.69%
BLUE value IS 109 (42.97% from 255) = 50.23%
R=46.08%
G=3.69%
B=50.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10081090.080.9300.57294.6586.3222.94
Hex6486D85D0391275617
Octal144101551013507144712627
Binary110010010001101101100010111010111001100100111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64086D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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