#64036B

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

Shades of Purple #64036B

Tints of Purple #64036B

Color information

#64036B (or 0x64036B) is unknown color: approx Purple. HEX triplet: 64, 03 and 6B. RGB value is (100,3,107). Sum of RGB (Red+Green+Blue) = 100+3+107=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #64036B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64036B is #9BFC94. Grayscale: #2B2B2B. Windows color (decimal): -10222741 or 7013220. OLE color: 7013220.

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

Color convert

RGB1003107-
CMYK0.070.9700.58
HSL295.96º94.55%21.57%-
HSV(B)295.96º97.2%41.96%-
XYZ7.943.8414.23-
YUV43.86163.64168.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.62%
GREEN value IS 3 (1.56% from 255) = 1.43%
BLUE value IS 107 (42.19% from 255) = 50.95%
R=47.62%
G=1.43%
B=50.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10031070.070.9700.58295.9694.5521.57
Hex6436B76103A1285f16
Octal1443153714107245013726
Binary110010011110101111111000010111010100101000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64036B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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