Shades of Seance #601C74
Tints of Seance #601C74
RGB
CMYK
RGB Variations
Color information
#601C74 (or 0x601C74) is known color: Seance. HEX triplet: 60, 1C and 74. RGB value is (96,28,116). Sum of RGB (Red+Green+Blue) = 96+28+116=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 116 - color contains mainly: blue. Hex color #601C74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601C74 is #9FE38B. Grayscale: #3A3A3A. Windows color (decimal): -10478476 or 7609440. OLE color: 7609440.
HSL color Cylindrical-coordinate representation of color #601C74: hue angle of 286.36º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #601C74 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 28 | 116 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.55 |
| HSL | 286.36º | 0.61% | 0.28% | - |
| HSV(B) | 286.36º | 0.76% | 0.45% | - |
| XYZ | 8.39 | 4.58 | 16.96 | - |
| YUV | 58.36 | 160.53 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 28 | 116 | 0.17 | 0.76 | 0 | 0.55 | 286.36 | 0.61 | 0.28 |
| Hex | 60 | 1C | 74 | 11 | 4C | 0 | 37 | 11E | 3D | 1C |
| Octal | 140 | 34 | 164 | 21 | 114 | 0 | 67 | 436 | 75 | 34 |
| Binary | 1100000 | 11100 | 1110100 | 10001 | 1001100 | 0 | 110111 | 100011110 | 111101 | 11100 |
Color Harmonies of #601C74
Complementary color
Monochromatic Colors of #601C74
Black with #601C74
Text Example
Text Example
White with #601C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601C74; }
p { color: rgb(96,28,116); }
H1.HeaderClassName
{
color: #601C74;
}
.AnyTagClassName
{
color: #601C74;
}
</style>
background-color css
<style>
a { background-color: #601C74; }
a { background-color: rgb(96,28,116); }
div.DivClassName
{
background-color: #601C74;
}
.BgClassName
{
background-color: #601C74;
}
</style>
border-color css
<style>
span { border-color: #601C74; }
span { border-color: rgb(96,28,116); }
td.TdClassName
{
border-color: #601C74;
}
.TagClassName
{
border-color: #601C74;
}
</style>