Shades of Seance #601471
Tints of Seance #601471
RGB
CMYK
RGB Variations
Color information
#601471 (or 0x601471) is known color: Seance. HEX triplet: 60, 14 and 71. RGB value is (96,20,113). Sum of RGB (Red+Green+Blue) = 96+20+113=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #601471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601471 is #9FEB8E. Grayscale: #353535. Windows color (decimal): -10480527 or 7410784. OLE color: 7410784.
HSL color Cylindrical-coordinate representation of color #601471: hue angle of 289.03º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #601471 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 20 | 113 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.56 |
| HSL | 289.03º | 0.7% | 0.26% | - |
| HSV(B) | 289.03º | 0.82% | 0.44% | - |
| XYZ | 8.05 | 4.18 | 16 | - |
| YUV | 53.33 | 161.68 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 113 | 0.15 | 0.82 | 0 | 0.56 | 289.03 | 0.7 | 0.26 |
| Hex | 60 | 14 | 71 | F | 52 | 0 | 38 | 121 | 46 | 1A |
| Octal | 140 | 24 | 161 | 17 | 122 | 0 | 70 | 441 | 106 | 32 |
| Binary | 1100000 | 10100 | 1110001 | 1111 | 1010010 | 0 | 111000 | 100100001 | 1000110 | 11010 |
Color Harmonies of #601471
Complementary color
Monochromatic Colors of #601471
Black with #601471
Text Example
Text Example
White with #601471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601471; }
p { color: rgb(96,20,113); }
H1.HeaderClassName
{
color: #601471;
}
.AnyTagClassName
{
color: #601471;
}
</style>
background-color css
<style>
a { background-color: #601471; }
a { background-color: rgb(96,20,113); }
div.DivClassName
{
background-color: #601471;
}
.BgClassName
{
background-color: #601471;
}
</style>
border-color css
<style>
span { border-color: #601471; }
span { border-color: rgb(96,20,113); }
td.TdClassName
{
border-color: #601471;
}
.TagClassName
{
border-color: #601471;
}
</style>