#601870

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

Shades of Seance #601870

Tints of Seance #601870

Color information

#601870 (or 0x601870) is unknown color: approx Seance. HEX triplet: 60, 18 and 70. RGB value is (96,24,112). Sum of RGB (Red+Green+Blue) = 96+24+112=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #601870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601870 is #9FE78F. Grayscale: #373737. Windows color (decimal): -10479504 or 7346272. OLE color: 7346272.

HSL color Cylindrical-coordinate representation of color #601870: hue angle of 289.09º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601870 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9624112-
CMYK0.140.7900.56
HSL289.09º64.71%26.67%-
HSV(B)289.09º78.57%43.92%-
XYZ8.084.3115.74-
YUV55.56159.85156.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 24 (9.77% from 255) = 10.34%
BLUE value IS 112 (44.14% from 255) = 48.28%
R=41.38%
G=10.34%
B=48.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96241120.140.7900.56289.0964.7126.67
Hex601870E4F038121411b
Octal140301601611707044110133
Binary1100000110001110000111010011110111000100100001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601870; }

 p { color: rgb(96,24,112); }

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

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

 a { background-color: rgb(96,24,112); }

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

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

 span { border-color: rgb(96,24,112); }

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