#602572

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

Shades of Seance #602572

Tints of Seance #602572

Color information

#602572 (or 0x602572) is unknown color: approx Seance. HEX triplet: 60, 25 and 72. RGB value is (96,37,114). Sum of RGB (Red+Green+Blue) = 96+37+114=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #602572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602572 is #9FDA8D. Grayscale: #3F3F3F. Windows color (decimal): -10476174 or 7480672. OLE color: 7480672.

HSL color Cylindrical-coordinate representation of color #602572: hue angle of 285.97º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #602572 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9637114-
CMYK0.160.6800.55
HSL285.97º50.99%29.61%-
HSV(B)285.97º67.54%44.71%-
XYZ8.525.0216.44-
YUV63.42156.55151.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.87%
GREEN value IS 37 (14.84% from 255) = 14.98%
BLUE value IS 114 (44.92% from 255) = 46.15%
R=38.87%
G=14.98%
B=46.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96371140.160.6800.55285.9750.9929.61
Hex602572104403711e331e
Octal14045162201040674366336
Binary11000001001011110010100001000100011011110001111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602572; }

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

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

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

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

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

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

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

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