#601170

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

Shades of Seance #601170

Tints of Seance #601170

Color information

#601170 (or 0x601170) is unknown color: approx Seance. HEX triplet: 60, 11 and 70. RGB value is (96,17,112). Sum of RGB (Red+Green+Blue) = 96+17+112=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #601170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601170 is #9FEE8F. Grayscale: #333333. Windows color (decimal): -10481296 or 7344480. OLE color: 7344480.

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

Color convert

RGB9617112-
CMYK0.140.8500.56
HSL289.89º73.64%25.29%-
HSV(B)289.89º84.82%43.92%-
XYZ7.954.0615.69-
YUV51.45162.17159.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 17 (7.03% from 255) = 7.56%
BLUE value IS 112 (44.14% from 255) = 49.78%
R=42.67%
G=7.56%
B=49.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96171120.140.8500.56289.8973.6425.29
Hex601170E550381224a19
Octal140211601612507044211231
Binary1100000100011110000111010101010111000100100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601170; }

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

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

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

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

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

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

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

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