Shades of Seance #601672
Tints of Seance #601672
RGB
CMYK
RGB Variations
Color information
#601672 (or 0x601672) is known color: Seance. HEX triplet: 60, 16 and 72. RGB value is (96,22,114). Sum of RGB (Red+Green+Blue) = 96+22+114=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #601672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601672 is #9FE98D. Grayscale: #363636. Windows color (decimal): -10480014 or 7476832. OLE color: 7476832.
HSL color Cylindrical-coordinate representation of color #601672: hue angle of 288.26º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #601672 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 22 | 114 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.55 |
| HSL | 288.26º | 0.68% | 0.27% | - |
| HSV(B) | 288.26º | 0.81% | 0.45% | - |
| XYZ | 8.15 | 4.28 | 16.32 | - |
| YUV | 54.61 | 161.52 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 22 | 114 | 0.16 | 0.81 | 0 | 0.55 | 288.26 | 0.68 | 0.27 |
| Hex | 60 | 16 | 72 | 10 | 51 | 0 | 37 | 120 | 44 | 1B |
| Octal | 140 | 26 | 162 | 20 | 121 | 0 | 67 | 440 | 104 | 33 |
| Binary | 1100000 | 10110 | 1110010 | 10000 | 1010001 | 0 | 110111 | 100100000 | 1000100 | 11011 |
Color Harmonies of #601672
Complementary color
Monochromatic Colors of #601672
Black with #601672
Text Example
Text Example
White with #601672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601672; }
p { color: rgb(96,22,114); }
H1.HeaderClassName
{
color: #601672;
}
.AnyTagClassName
{
color: #601672;
}
</style>
background-color css
<style>
a { background-color: #601672; }
a { background-color: rgb(96,22,114); }
div.DivClassName
{
background-color: #601672;
}
.BgClassName
{
background-color: #601672;
}
</style>
border-color css
<style>
span { border-color: #601672; }
span { border-color: rgb(96,22,114); }
td.TdClassName
{
border-color: #601672;
}
.TagClassName
{
border-color: #601672;
}
</style>