#602576

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

Shades of Seance #602576

Tints of Seance #602576

Color information

#602576 (or 0x602576) is unknown color: approx Seance. HEX triplet: 60, 25 and 76. RGB value is (96,37,118). Sum of RGB (Red+Green+Blue) = 96+37+118=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #602576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602576 is #9FDA89. Grayscale: #3F3F3F. Windows color (decimal): -10476170 or 7742816. OLE color: 7742816.

HSL color Cylindrical-coordinate representation of color #602576: hue angle of 283.7º degrees, saturation: 0.52, 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 #602576 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9637118-
CMYK0.190.6900.54
HSL283.7º52.26%30.39%-
HSV(B)283.7º68.64%46.27%-
XYZ8.765.1217.67-
YUV63.88158.55150.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.25%
GREEN value IS 37 (14.84% from 255) = 14.74%
BLUE value IS 118 (46.48% from 255) = 47.01%
R=38.25%
G=14.74%
B=47.01%

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
Decimal96371180.190.6900.54283.752.2630.39
Hex602576134503611c341e
Octal14045166231050664346436
Binary11000001001011110110100111000101011011010001110011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602576; }

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

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

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

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

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

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

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

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