#602371

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

Shades of Seance #602371

Tints of Seance #602371

Color information

#602371 (or 0x602371) is unknown color: approx Seance. HEX triplet: 60, 23 and 71. RGB value is (96,35,113). Sum of RGB (Red+Green+Blue) = 96+35+113=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #602371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602371 is #9FDC8E. Grayscale: #3D3D3D. Windows color (decimal): -10476687 or 7414624. OLE color: 7414624.

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

Color convert

RGB9635113-
CMYK0.150.6900.56
HSL286.92º52.7%29.02%-
HSV(B)286.92º69.03%44.31%-
XYZ8.414.8816.12-
YUV62.13156.71152.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.34%
GREEN value IS 35 (14.06% from 255) = 14.34%
BLUE value IS 113 (44.53% from 255) = 46.31%
R=39.34%
G=14.34%
B=46.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96351130.150.6900.56286.9252.729.02
Hex602371F4503811f351d
Octal14043161171050704376535
Binary1100000100011111000111111000101011100010001111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602371; }

 p { color: rgb(96,35,113); }

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

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

 a { background-color: rgb(96,35,113); }

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

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

 span { border-color: rgb(96,35,113); }

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