#64036E

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

Shades of Purple #64036E

Tints of Purple #64036E

Color information

#64036E (or 0x64036E) is unknown color: approx Purple. HEX triplet: 64, 03 and 6E. RGB value is (100,3,110). Sum of RGB (Red+Green+Blue) = 100+3+110=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #64036E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64036E is #9BFC91. Grayscale: #2B2B2B. Windows color (decimal): -10222738 or 7209828. OLE color: 7209828.

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

Color convert

RGB1003110-
CMYK0.090.9700.57
HSL294.39º94.69%22.16%-
HSV(B)294.39º97.27%43.14%-
XYZ8.13.915.08-
YUV44.2165.14167.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.95%
GREEN value IS 3 (1.56% from 255) = 1.41%
BLUE value IS 110 (43.36% from 255) = 51.64%
R=46.95%
G=1.41%
B=51.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10031100.090.9700.57294.3994.6922.16
Hex6436E9610391265f16
Octal14431561114107144613726
Binary1100100111101110100111000010111001100100110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64036E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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