#602671

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

Shades of Seance #602671

Tints of Seance #602671

Color information

#602671 (or 0x602671) is unknown color: approx Seance. HEX triplet: 60, 26 and 71. RGB value is (96,38,113). Sum of RGB (Red+Green+Blue) = 96+38+113=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 113 - color contains mainly: blue. Hex color #602671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602671 is #9FD98E. Grayscale: #3F3F3F. Windows color (decimal): -10475919 or 7415392. OLE color: 7415392.

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

Color convert

RGB9638113-
CMYK0.150.6600.56
HSL286.4º49.67%29.61%-
HSV(B)286.4º66.37%44.31%-
XYZ8.55.0716.15-
YUV63.89155.72150.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.87%
GREEN value IS 38 (15.23% from 255) = 15.38%
BLUE value IS 113 (44.53% from 255) = 45.75%
R=38.87%
G=15.38%
B=45.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96381130.150.6600.56286.449.6729.61
Hex602671F4203811e321e
Octal14046161171020704366236
Binary1100000100110111000111111000010011100010001111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602671; }

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

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

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

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

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

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

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

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