Html Css Color HEX #601170 Seance

📋 copy color: '#601170'

red 96 ◦ green 17 ◦ blue 112

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

Shades of Seance #601170

Tints of Seance #601170

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

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 96 17 112 -
CMYK 0.14 0.85 0 0.56
HSL 289.89º 0.74% 0.25% -
HSV(B) 289.89º 0.85% 0.44% -
XYZ 7.95 4.06 15.69 -
YUV 51.45 162.17 159.78 -
System Red Green Blue C M Y K H S L
Decimal 96 17 112 0.14 0.85 0 0.56 289.89 0.74 0.25
Hex 60 11 70 E 55 0 38 122 4A 19
Octal 140 21 160 16 125 0 70 442 112 31
Binary 1100000 10001 1110000 1110 1010101 0 111000 100100010 1001010 11001

Color Harmonies of #601170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601170

Black with #601170

Text Example


Text Example

White with #601170

Text Example


Text Example

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