#60016D

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

Shades of Purple #60016D

Tints of Purple #60016D

Color information

#60016D (or 0x60016D) is unknown color: approx Purple. HEX triplet: 60, 01 and 6D. RGB value is (96,1,109). Sum of RGB (Red+Green+Blue) = 96+1+109=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #60016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60016D is #9FFE92. Grayscale: #292929. Windows color (decimal): -10485395 or 7143776. OLE color: 7143776.

HSL color Cylindrical-coordinate representation of color #60016D: hue angle of 292.78º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60016D is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB961109-
CMYK0.120.9900.57
HSL292.78º98.18%21.57%-
HSV(B)292.78º99.08%42.75%-
XYZ7.63.6114.77-
YUV41.72165.97166.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.60%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 109 (42.97% from 255) = 52.91%
R=46.60%
G=0.49%
B=52.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9611090.120.9900.57292.7898.1821.57
Hex6016DC630391256216
Octal14011551414307144514226
Binary110000011101101110011000110111001100100101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60016D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60016D; }

 p { color: rgb(96,1,109); }

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

<style>
 a { background-color: #60016D; }

 a { background-color: rgb(96,1,109); }

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

<style>
 span { border-color: #60016D; }

 span { border-color: rgb(96,1,109); }

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