#601570

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

Shades of Seance #601570

Tints of Seance #601570

Color information

#601570 (or 0x601570) is unknown color: approx Seance. HEX triplet: 60, 15 and 70. RGB value is (96,21,112). Sum of RGB (Red+Green+Blue) = 96+21+112=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #601570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601570 is #9FEA8F. Grayscale: #353535. Windows color (decimal): -10480272 or 7345504. OLE color: 7345504.

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

Color convert

RGB9621112-
CMYK0.140.8100.56
HSL289.45º68.42%26.08%-
HSV(B)289.45º81.25%43.92%-
XYZ8.024.1915.72-
YUV53.8160.85158.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.92%
GREEN value IS 21 (8.59% from 255) = 9.17%
BLUE value IS 112 (44.14% from 255) = 48.91%
R=41.92%
G=9.17%
B=48.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96211120.140.8100.56289.4568.4226.08
Hex601570E51038121441a
Octal140251601612107044110432
Binary1100000101011110000111010100010111000100100001100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601570; }

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

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

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

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

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

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

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

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