#602171

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

Shades of Seance #602171

Tints of Seance #602171

Color information

#602171 (or 0x602171) is unknown color: approx Seance. HEX triplet: 60, 21 and 71. RGB value is (96,33,113). Sum of RGB (Red+Green+Blue) = 96+33+113=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #602171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602171 is #9FDE8E. Grayscale: #3C3C3C. Windows color (decimal): -10477199 or 7414112. OLE color: 7414112.

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

Color convert

RGB9633113-
CMYK0.150.7100.56
HSL287.25º54.79%28.63%-
HSV(B)287.25º70.8%44.31%-
XYZ8.354.7716.1-
YUV60.96157.37153-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.67%
GREEN value IS 33 (13.28% from 255) = 13.64%
BLUE value IS 113 (44.53% from 255) = 46.69%
R=39.67%
G=13.64%
B=46.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96331130.150.7100.56287.2554.7928.63
Hex602171F4703811f371d
Octal14041161171070704376735
Binary1100000100001111000111111000111011100010001111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602171; }

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

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

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

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

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

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

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

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