#64046B

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

Shades of Purple #64046B

Tints of Purple #64046B

Color information

#64046B (or 0x64046B) is unknown color: approx Purple. HEX triplet: 64, 04 and 6B. RGB value is (100,4,107). Sum of RGB (Red+Green+Blue) = 100+4+107=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #64046B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64046B is #9BFB94. Grayscale: #2C2C2C. Windows color (decimal): -10222485 or 7013476. OLE color: 7013476.

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

Color convert

RGB1004107-
CMYK0.070.9600.58
HSL295.92º92.79%21.76%-
HSV(B)295.92º96.26%41.96%-
XYZ7.953.8614.24-
YUV44.45163.3167.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.39%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 107 (42.19% from 255) = 50.71%
R=47.39%
G=1.90%
B=50.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10041070.070.9600.58295.9292.7921.76
Hex6446B76003A1285d16
Octal1444153714007245013526
Binary1100100100110101111111000000111010100101000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64046B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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