Shades of Seance #601270
Tints of Seance #601270
RGB
CMYK
RGB Variations
Color information
#601270 (or 0x601270) is known color: Seance. HEX triplet: 60, 12 and 70. RGB value is (96,18,112). Sum of RGB (Red+Green+Blue) = 96+18+112=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #601270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601270 is #9FED8F. Grayscale: #333333. Windows color (decimal): -10481040 or 7344736. OLE color: 7344736.
HSL color Cylindrical-coordinate representation of color #601270: hue angle of 289.79º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #601270 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 18 | 112 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.56 |
| HSL | 289.79º | 0.72% | 0.25% | - |
| HSV(B) | 289.79º | 0.84% | 0.44% | - |
| XYZ | 7.96 | 4.09 | 15.7 | - |
| YUV | 52.04 | 161.84 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 112 | 0.14 | 0.84 | 0 | 0.56 | 289.79 | 0.72 | 0.25 |
| Hex | 60 | 12 | 70 | E | 54 | 0 | 38 | 122 | 48 | 19 |
| Octal | 140 | 22 | 160 | 16 | 124 | 0 | 70 | 442 | 110 | 31 |
| Binary | 1100000 | 10010 | 1110000 | 1110 | 1010100 | 0 | 111000 | 100100010 | 1001000 | 11001 |
Color Harmonies of #601270
Complementary color
Monochromatic Colors of #601270
Black with #601270
Text Example
Text Example
White with #601270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601270; }
p { color: rgb(96,18,112); }
H1.HeaderClassName
{
color: #601270;
}
.AnyTagClassName
{
color: #601270;
}
</style>
background-color css
<style>
a { background-color: #601270; }
a { background-color: rgb(96,18,112); }
div.DivClassName
{
background-color: #601270;
}
.BgClassName
{
background-color: #601270;
}
</style>
border-color css
<style>
span { border-color: #601270; }
span { border-color: rgb(96,18,112); }
td.TdClassName
{
border-color: #601270;
}
.TagClassName
{
border-color: #601270;
}
</style>