Shades of Seance #60197C
Tints of Seance #60197C
RGB
CMYK
RGB Variations
Color information
#60197C (or 0x60197C) is known color: Seance. HEX triplet: 60, 19 and 7C. RGB value is (96,25,124). Sum of RGB (Red+Green+Blue) = 96+25+124=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #60197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60197C is #9FE683. Grayscale: #393939. Windows color (decimal): -10479236 or 8132960. OLE color: 8132960.
HSL color Cylindrical-coordinate representation of color #60197C: hue angle of 283.03º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60197C is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 25 | 124 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.51 |
| HSL | 283.03º | 0.66% | 0.29% | - |
| HSV(B) | 283.03º | 0.8% | 0.49% | - |
| XYZ | 8.81 | 4.64 | 19.5 | - |
| YUV | 57.52 | 165.52 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 124 | 0.23 | 0.80 | 0 | 0.51 | 283.03 | 0.66 | 0.29 |
| Hex | 60 | 19 | 7C | 17 | 50 | 0 | 33 | 11B | 42 | 1D |
| Octal | 140 | 31 | 174 | 27 | 120 | 0 | 63 | 433 | 102 | 35 |
| Binary | 1100000 | 11001 | 1111100 | 10111 | 1010000 | 0 | 110011 | 100011011 | 1000010 | 11101 |
Color Harmonies of #60197C
Complementary color
Monochromatic Colors of #60197C
Black with #60197C
Text Example
Text Example
White with #60197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60197C; }
p { color: rgb(96,25,124); }
H1.HeaderClassName
{
color: #60197C;
}
.AnyTagClassName
{
color: #60197C;
}
</style>
background-color css
<style>
a { background-color: #60197C; }
a { background-color: rgb(96,25,124); }
div.DivClassName
{
background-color: #60197C;
}
.BgClassName
{
background-color: #60197C;
}
</style>
border-color css
<style>
span { border-color: #60197C; }
span { border-color: rgb(96,25,124); }
td.TdClassName
{
border-color: #60197C;
}
.TagClassName
{
border-color: #60197C;
}
</style>