#64016C

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

Shades of Purple #64016C

Tints of Purple #64016C

Color information

#64016C (or 0x64016C) is unknown color: approx Purple. HEX triplet: 64, 01 and 6C. RGB value is (100,1,108). Sum of RGB (Red+Green+Blue) = 100+1+108=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #64016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64016C is #9BFE93. Grayscale: #2A2A2A. Windows color (decimal): -10223252 or 7078244. OLE color: 7078244.

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

Color convert

RGB1001108-
CMYK0.070.9900.58
HSL295.51º98.17%21.37%-
HSV(B)295.51º99.07%42.35%-
XYZ7.973.8114.5-
YUV42.8164.8168.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.85%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 108 (42.58% from 255) = 51.67%
R=47.85%
G=0.48%
B=51.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10011080.070.9900.58295.5198.1721.37
Hex6416C76303A1286215
Octal1441154714307245014225
Binary11001001110110011111000110111010100101000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64016C; }

 p { color: rgb(100,1,108); }

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

<style>
 a { background-color: #64016C; }

 a { background-color: rgb(100,1,108); }

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

<style>
 span { border-color: #64016C; }

 span { border-color: rgb(100,1,108); }

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