#64026D

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

Shades of Purple #64026D

Tints of Purple #64026D

Color information

#64026D (or 0x64026D) is unknown color: approx Purple. HEX triplet: 64, 02 and 6D. RGB value is (100,2,109). Sum of RGB (Red+Green+Blue) = 100+2+109=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #64026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64026D is #9BFD92. Grayscale: #2B2B2B. Windows color (decimal): -10222995 or 7144036. OLE color: 7144036.

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

Color convert

RGB1002109-
CMYK0.080.9800.57
HSL294.95º96.4%21.76%-
HSV(B)294.95º98.17%42.75%-
XYZ8.043.8614.79-
YUV43.5164.97168.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.39%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 109 (42.97% from 255) = 51.66%
R=47.39%
G=0.95%
B=51.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10021090.080.9800.57294.9596.421.76
Hex6426D8620391276016
Octal14421551014207144714026
Binary1100100101101101100011000100111001100100111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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