#602570

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

Shades of Seance #602570

Tints of Seance #602570

Color information

#602570 (or 0x602570) is unknown color: approx Seance. HEX triplet: 60, 25 and 70. RGB value is (96,37,112). Sum of RGB (Red+Green+Blue) = 96+37+112=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #602570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602570 is #9FDA8F. Grayscale: #3E3E3E. Windows color (decimal): -10476176 or 7349600. OLE color: 7349600.

HSL color Cylindrical-coordinate representation of color #602570: hue angle of 287.2º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602570 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9637112-
CMYK0.140.6700.56
HSL287.2º50.34%29.22%-
HSV(B)287.2º66.96%43.92%-
XYZ8.414.9815.85-
YUV63.19155.55151.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 37 (14.84% from 255) = 15.10%
BLUE value IS 112 (44.14% from 255) = 45.71%
R=39.18%
G=15.10%
B=45.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96371120.140.6700.56287.250.3429.22
Hex602570E4303811f321d
Octal14045160161030704376235
Binary1100000100101111000011101000011011100010001111111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602570; }

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

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

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

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

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

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

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

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