#602571

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

Shades of Seance #602571

Tints of Seance #602571

Color information

#602571 (or 0x602571) is unknown color: approx Seance. HEX triplet: 60, 25 and 71. RGB value is (96,37,113). Sum of RGB (Red+Green+Blue) = 96+37+113=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #602571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602571 is #9FDA8E. Grayscale: #3F3F3F. Windows color (decimal): -10476175 or 7415136. OLE color: 7415136.

HSL color Cylindrical-coordinate representation of color #602571: hue angle of 286.58º degrees, saturation: 0.51, 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 #602571 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9637113-
CMYK0.150.6700.56
HSL286.58º50.67%29.41%-
HSV(B)286.58º67.26%44.31%-
XYZ8.47516.14-
YUV63.3156.05151.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.02%
GREEN value IS 37 (14.84% from 255) = 15.04%
BLUE value IS 113 (44.53% from 255) = 45.93%
R=39.02%
G=15.04%
B=45.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96371130.150.6700.56286.5850.6729.41
Hex602571F4303811f331d
Octal14045161171030704376335
Binary1100000100101111000111111000011011100010001111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602571; }

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

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

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

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

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

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

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

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