Html Css Color HEX #601771 Seance

📋 copy color: '#601771'

red 96 ◦ green 23 ◦ blue 113

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

Shades of Seance #601771

Tints of Seance #601771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.91%

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

R = 41.38%
G = 9.91%
B = 48.71%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#601771 (or 0x601771) is known color: Seance. HEX triplet: 60, 17 and 71. RGB value is (96,23,113). Sum of RGB (Red+Green+Blue) = 96+23+113=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #601771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601771 is #9FE88E. Grayscale: #363636. Windows color (decimal): -10479759 or 7411552. OLE color: 7411552.

HSL color Cylindrical-coordinate representation of color #601771: hue angle of 288.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601771 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 23 113 -
CMYK 0.15 0.80 0 0.56
HSL 288.67º 0.66% 0.27% -
HSV(B) 288.67º 0.8% 0.44% -
XYZ 8.11 4.29 16.02 -
YUV 55.09 160.68 157.18 -
System Red Green Blue C M Y K H S L
Decimal 96 23 113 0.15 0.80 0 0.56 288.67 0.66 0.27
Hex 60 17 71 F 50 0 38 121 42 1B
Octal 140 27 161 17 120 0 70 441 102 33
Binary 1100000 10111 1110001 1111 1010000 0 111000 100100001 1000010 11011

Color Harmonies of #601771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601771

Black with #601771

Text Example


Text Example

White with #601771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601771; }

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

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

background-color css

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

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

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

border-color css

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

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

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