#60086D

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

Shades of Purple #60086D

Tints of Purple #60086D

Color information

#60086D (or 0x60086D) is unknown color: approx Purple. HEX triplet: 60, 08 and 6D. RGB value is (96,8,109). Sum of RGB (Red+Green+Blue) = 96+8+109=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #60086D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60086D is #9FF792. Grayscale: #2D2D2D. Windows color (decimal): -10483603 or 7145568. OLE color: 7145568.

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

Color convert

RGB968109-
CMYK0.120.9300.57
HSL292.28º86.32%22.94%-
HSV(B)292.28º92.66%42.75%-
XYZ7.673.7614.79-
YUV45.83163.65163.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.07%
GREEN value IS 8 (3.52% from 255) = 3.76%
BLUE value IS 109 (42.97% from 255) = 51.17%
R=45.07%
G=3.76%
B=51.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9681090.120.9300.57292.2886.3222.94
Hex6086DC5D0391245617
Octal140101551413507144412627
Binary110000010001101101110010111010111001100100100101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60086D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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