Shades of Seance #601977
Tints of Seance #601977
RGB
CMYK
RGB Variations
Color information
#601977 (or 0x601977) is known color: Seance. HEX triplet: 60, 19 and 77. RGB value is (96,25,119). Sum of RGB (Red+Green+Blue) = 96+25+119=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #601977 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601977 is #9FE688. Grayscale: #383838. Windows color (decimal): -10479241 or 7805280. OLE color: 7805280.
HSL color Cylindrical-coordinate representation of color #601977: hue angle of 285.32º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601977 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 25 | 119 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.53 |
| HSL | 285.32º | 0.65% | 0.28% | - |
| HSV(B) | 285.32º | 0.79% | 0.47% | - |
| XYZ | 8.5 | 4.51 | 17.88 | - |
| YUV | 56.95 | 163.02 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 119 | 0.19 | 0.79 | 0 | 0.53 | 285.32 | 0.65 | 0.28 |
| Hex | 60 | 19 | 77 | 13 | 4F | 0 | 35 | 11D | 41 | 1C |
| Octal | 140 | 31 | 167 | 23 | 117 | 0 | 65 | 435 | 101 | 34 |
| Binary | 1100000 | 11001 | 1110111 | 10011 | 1001111 | 0 | 110101 | 100011101 | 1000001 | 11100 |
Color Harmonies of #601977
Complementary color
Monochromatic Colors of #601977
Black with #601977
Text Example
Text Example
White with #601977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601977; }
p { color: rgb(96,25,119); }
H1.HeaderClassName
{
color: #601977;
}
.AnyTagClassName
{
color: #601977;
}
</style>
background-color css
<style>
a { background-color: #601977; }
a { background-color: rgb(96,25,119); }
div.DivClassName
{
background-color: #601977;
}
.BgClassName
{
background-color: #601977;
}
</style>
border-color css
<style>
span { border-color: #601977; }
span { border-color: rgb(96,25,119); }
td.TdClassName
{
border-color: #601977;
}
.TagClassName
{
border-color: #601977;
}
</style>