Html Css Color HEX #601171 Seance

📋 copy color: '#601171'

red 96 ◦ green 17 ◦ blue 113

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

Shades of Seance #601171

Tints of Seance #601171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50%

R = 42.48%
G = 7.52%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#601171 (or 0x601171) is known color: Seance. HEX triplet: 60, 11 and 71. RGB value is (96,17,113). Sum of RGB (Red+Green+Blue) = 96+17+113=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #601171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601171 is #9FEE8E. Grayscale: #333333. Windows color (decimal): -10481295 or 7410016. OLE color: 7410016.

HSL color Cylindrical-coordinate representation of color #601171: hue angle of 289.38º 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 #601171 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 17 113 -
CMYK 0.15 0.85 0 0.56
HSL 289.38º 0.74% 0.25% -
HSV(B) 289.38º 0.85% 0.44% -
XYZ 8 4.08 15.99 -
YUV 51.57 162.67 159.69 -
System Red Green Blue C M Y K H S L
Decimal 96 17 113 0.15 0.85 0 0.56 289.38 0.74 0.25
Hex 60 11 71 F 55 0 38 121 4A 19
Octal 140 21 161 17 125 0 70 441 112 31
Binary 1100000 10001 1110001 1111 1010101 0 111000 100100001 1001010 11001

Color Harmonies of #601171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601171

Black with #601171

Text Example


Text Example

White with #601171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601171; }

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

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

background-color css

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

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

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

border-color css

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

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

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