#64026B

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

Shades of Purple #64026B

Tints of Purple #64026B

Color information

#64026B (or 0x64026B) is unknown color: approx Purple. HEX triplet: 64, 02 and 6B. RGB value is (100,2,107). Sum of RGB (Red+Green+Blue) = 100+2+107=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #64026B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64026B is #9BFD94. Grayscale: #2A2A2A. Windows color (decimal): -10222997 or 7012964. OLE color: 7012964.

HSL color Cylindrical-coordinate representation of color #64026B: hue angle of 296º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64026B is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1002107-
CMYK0.070.9800.58
HSL296º96.33%21.37%-
HSV(B)296º98.13%41.96%-
XYZ7.933.8114.23-
YUV43.27163.97168.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.85%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 107 (42.19% from 255) = 51.20%
R=47.85%
G=0.96%
B=51.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10021070.070.9800.5829696.3321.37
Hex6426B76203A1286015
Octal1442153714207245014025
Binary110010010110101111111000100111010100101000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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