#64036F

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

Shades of Purple #64036F

Tints of Purple #64036F

Color information

#64036F (or 0x64036F) is unknown color: approx Purple. HEX triplet: 64, 03 and 6F. RGB value is (100,3,111). Sum of RGB (Red+Green+Blue) = 100+3+111=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #64036F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64036F is #9BFC90. Grayscale: #2B2B2B. Windows color (decimal): -10222737 or 7275364. OLE color: 7275364.

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

Color convert

RGB1003111-
CMYK0.100.9700.56
HSL293.89º94.74%22.35%-
HSV(B)293.89º97.3%43.53%-
XYZ8.163.9215.37-
YUV44.32165.64167.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.73%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 111 (43.75% from 255) = 51.87%
R=46.73%
G=1.40%
B=51.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10031110.100.9700.56293.8994.7422.35
Hex6436FA610381265f16
Octal14431571214107044613726
Binary1100100111101111101011000010111000100100110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64036F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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