Shades of Seance #601674
Tints of Seance #601674
RGB
CMYK
RGB Variations
Color information
#601674 (or 0x601674) is known color: Seance. HEX triplet: 60, 16 and 74. RGB value is (96,22,116). Sum of RGB (Red+Green+Blue) = 96+22+116=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #601674 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601674 is #9FE98B. Grayscale: #363636. Windows color (decimal): -10480012 or 7607904. OLE color: 7607904.
HSL color Cylindrical-coordinate representation of color #601674: hue angle of 287.23º 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 #601674 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 22 | 116 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.55 |
| HSL | 287.23º | 0.68% | 0.27% | - |
| HSV(B) | 287.23º | 0.81% | 0.45% | - |
| XYZ | 8.26 | 4.32 | 16.92 | - |
| YUV | 54.84 | 162.52 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 22 | 116 | 0.17 | 0.81 | 0 | 0.55 | 287.23 | 0.68 | 0.27 |
| Hex | 60 | 16 | 74 | 11 | 51 | 0 | 37 | 11F | 44 | 1B |
| Octal | 140 | 26 | 164 | 21 | 121 | 0 | 67 | 437 | 104 | 33 |
| Binary | 1100000 | 10110 | 1110100 | 10001 | 1010001 | 0 | 110111 | 100011111 | 1000100 | 11011 |
Color Harmonies of #601674
Complementary color
Monochromatic Colors of #601674
Black with #601674
Text Example
Text Example
White with #601674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601674; }
p { color: rgb(96,22,116); }
H1.HeaderClassName
{
color: #601674;
}
.AnyTagClassName
{
color: #601674;
}
</style>
background-color css
<style>
a { background-color: #601674; }
a { background-color: rgb(96,22,116); }
div.DivClassName
{
background-color: #601674;
}
.BgClassName
{
background-color: #601674;
}
</style>
border-color css
<style>
span { border-color: #601674; }
span { border-color: rgb(96,22,116); }
td.TdClassName
{
border-color: #601674;
}
.TagClassName
{
border-color: #601674;
}
</style>