Html Css Color HEX #601172 Seance

📋 copy color: '#601172'

red 96 ◦ green 17 ◦ blue 114

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

Shades of Seance #601172

Tints of Seance #601172

RGB

 RED value IS 96 (37.89% from 255) = 42.29%

 GREEN value IS 17 (7.03% from 255) = 7.49%

 BLUE value IS 114 (44.92% from 255) = 50.22%

R = 42.29%
G = 7.49%
B = 50.22%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#601172 (or 0x601172) is known color: Seance. HEX triplet: 60, 11 and 72. RGB value is (96,17,114). Sum of RGB (Red+Green+Blue) = 96+17+114=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #601172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601172 is #9FEE8D. Grayscale: #333333. Windows color (decimal): -10481294 or 7475552. OLE color: 7475552.

HSL color Cylindrical-coordinate representation of color #601172: hue angle of 288.87º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #601172 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 17 114 -
CMYK 0.16 0.85 0 0.55
HSL 288.87º 0.74% 0.26% -
HSV(B) 288.87º 0.85% 0.45% -
XYZ 8.06 4.1 16.29 -
YUV 51.68 163.17 159.61 -
System Red Green Blue C M Y K H S L
Decimal 96 17 114 0.16 0.85 0 0.55 288.87 0.74 0.26
Hex 60 11 72 10 55 0 37 121 4A 1A
Octal 140 21 162 20 125 0 67 441 112 32
Binary 1100000 10001 1110010 10000 1010101 0 110111 100100001 1001010 11010

Color Harmonies of #601172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601172

Black with #601172

Text Example


Text Example

White with #601172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601172; }

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

 H1.HeaderClassName
 {
   color: #601172;
 }
 .AnyTagClassName
 {
   color: #601172;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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