Html Css Color HEX #601570 Seance

📋 copy color: '#601570'

red 96 ◦ green 21 ◦ blue 112

#601570
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seance #601570

Tints of Seance #601570

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 value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#601570 (or 0x601570) is known color: 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

RGB 96 21 112 -
CMYK 0.14 0.81 0 0.56
HSL 289.45º 0.68% 0.26% -
HSV(B) 289.45º 0.81% 0.44% -
XYZ 8.02 4.19 15.72 -
YUV 53.8 160.85 158.1 -
System Red Green Blue C M Y K H S L
Decimal 96 21 112 0.14 0.81 0 0.56 289.45 0.68 0.26
Hex 60 15 70 E 51 0 38 121 44 1A
Octal 140 25 160 16 121 0 70 441 104 32
Binary 1100000 10101 1110000 1110 1010001 0 111000 100100001 1000100 11010

Color Harmonies of #601570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601570

Black with #601570

Text Example


Text Example

White with #601570

Text Example


Text Example

HTML Codes & Css Web 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>