Shades of Seance #601E79
Tints of Seance #601E79
RGB
CMYK
RGB Variations
Color information
#601E79 (or 0x601E79) is known color: Seance. HEX triplet: 60, 1E and 79. RGB value is (96,30,121). Sum of RGB (Red+Green+Blue) = 96+30+121=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 121 (47.66% from 255 or 48.99% from 247); Max value from RGB is 121 - color contains mainly: blue. Hex color #601E79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601E79 is #9FE186. Grayscale: #3B3B3B. Windows color (decimal): -10477959 or 7937632. OLE color: 7937632.
HSL color Cylindrical-coordinate representation of color #601E79: hue angle of 283.52º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #601E79 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 30 | 121 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.53 |
| HSL | 283.52º | 0.6% | 0.3% | - |
| HSV(B) | 283.52º | 0.75% | 0.47% | - |
| XYZ | 8.74 | 4.8 | 18.55 | - |
| YUV | 60.11 | 162.37 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 30 | 121 | 0.21 | 0.75 | 0 | 0.53 | 283.52 | 0.6 | 0.3 |
| Hex | 60 | 1E | 79 | 15 | 4B | 0 | 35 | 11C | 3C | 1E |
| Octal | 140 | 36 | 171 | 25 | 113 | 0 | 65 | 434 | 74 | 36 |
| Binary | 1100000 | 11110 | 1111001 | 10101 | 1001011 | 0 | 110101 | 100011100 | 111100 | 11110 |
Color Harmonies of #601E79
Complementary color
Monochromatic Colors of #601E79
Black with #601E79
Text Example
Text Example
White with #601E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601E79; }
p { color: rgb(96,30,121); }
H1.HeaderClassName
{
color: #601E79;
}
.AnyTagClassName
{
color: #601E79;
}
</style>
background-color css
<style>
a { background-color: #601E79; }
a { background-color: rgb(96,30,121); }
div.DivClassName
{
background-color: #601E79;
}
.BgClassName
{
background-color: #601E79;
}
</style>
border-color css
<style>
span { border-color: #601E79; }
span { border-color: rgb(96,30,121); }
td.TdClassName
{
border-color: #601E79;
}
.TagClassName
{
border-color: #601E79;
}
</style>