Html Css Color HEX #601577 Seance

📋 copy color: '#601577'

red 96 ◦ green 21 ◦ blue 119

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

Shades of Seance #601577

Tints of Seance #601577

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.9%

 BLUE value IS 119 (46.88% from 255) = 50.42%

R = 40.68%
G = 8.9%
B = 50.42%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#601577 (or 0x601577) is known color: Seance. HEX triplet: 60, 15 and 77. RGB value is (96,21,119). Sum of RGB (Red+Green+Blue) = 96+21+119=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #601577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601577 is #9FEA88. Grayscale: #363636. Windows color (decimal): -10480265 or 7804256. OLE color: 7804256.

HSL color Cylindrical-coordinate representation of color #601577: hue angle of 285.92º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #601577 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 21 119 -
CMYK 0.19 0.82 0 0.53
HSL 285.92º 0.7% 0.27% -
HSV(B) 285.92º 0.82% 0.47% -
XYZ 8.42 4.36 17.85 -
YUV 54.6 164.35 157.53 -
System Red Green Blue C M Y K H S L
Decimal 96 21 119 0.19 0.82 0 0.53 285.92 0.7 0.27
Hex 60 15 77 13 52 0 35 11E 46 1B
Octal 140 25 167 23 122 0 65 436 106 33
Binary 1100000 10101 1110111 10011 1010010 0 110101 100011110 1000110 11011

Color Harmonies of #601577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601577

Black with #601577

Text Example


Text Example

White with #601577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601577; }

 p { color: rgb(96,21,119); }

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

background-color css

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

 a { background-color: rgb(96,21,119); }

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

border-color css

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

 span { border-color: rgb(96,21,119); }

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