#602476

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

Shades of Seance #602476

Tints of Seance #602476

Color information

#602476 (or 0x602476) is unknown color: approx Seance. HEX triplet: 60, 24 and 76. RGB value is (96,36,118). Sum of RGB (Red+Green+Blue) = 96+36+118=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #602476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602476 is #9FDB89. Grayscale: #3F3F3F. Windows color (decimal): -10476426 or 7742560. OLE color: 7742560.

HSL color Cylindrical-coordinate representation of color #602476: hue angle of 283.9º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #602476 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9636118-
CMYK0.190.6900.54
HSL283.9º53.25%30.2%-
HSV(B)283.9º69.49%46.27%-
XYZ8.725.0617.66-
YUV63.29158.88151.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.4%
GREEN value IS 36 (14.45% from 255) = 14.4%
BLUE value IS 118 (46.48% from 255) = 47.2%
R=38.4%
G=14.4%
B=47.2%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96361180.190.6900.54283.953.2530.2
Hex602476134503611c351e
Octal14044166231050664346536
Binary11000001001001110110100111000101011011010001110011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602476; }

 p { color: rgb(96,36,118); }

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

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

 a { background-color: rgb(96,36,118); }

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

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

 span { border-color: rgb(96,36,118); }

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