Shades of Seance #60177A
Tints of Seance #60177A
RGB
CMYK
RGB Variations
Color information
#60177A (or 0x60177A) is known color: Seance. HEX triplet: 60, 17 and 7A. RGB value is (96,23,122). Sum of RGB (Red+Green+Blue) = 96+23+122=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #60177A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60177A is #9FE885. Grayscale: #373737. Windows color (decimal): -10479750 or 8001376. OLE color: 8001376.
HSL color Cylindrical-coordinate representation of color #60177A: hue angle of 284.24º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #60177A is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 23 | 122 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.52 |
| HSL | 284.24º | 0.68% | 0.28% | - |
| HSV(B) | 284.24º | 0.81% | 0.48% | - |
| XYZ | 8.64 | 4.5 | 18.83 | - |
| YUV | 56.11 | 165.18 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 122 | 0.21 | 0.81 | 0 | 0.52 | 284.24 | 0.68 | 0.28 |
| Hex | 60 | 17 | 7A | 15 | 51 | 0 | 34 | 11C | 44 | 1C |
| Octal | 140 | 27 | 172 | 25 | 121 | 0 | 64 | 434 | 104 | 34 |
| Binary | 1100000 | 10111 | 1111010 | 10101 | 1010001 | 0 | 110100 | 100011100 | 1000100 | 11100 |
Color Harmonies of #60177A
Complementary color
Monochromatic Colors of #60177A
Black with #60177A
Text Example
Text Example
White with #60177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60177A; }
p { color: rgb(96,23,122); }
H1.HeaderClassName
{
color: #60177A;
}
.AnyTagClassName
{
color: #60177A;
}
</style>
background-color css
<style>
a { background-color: #60177A; }
a { background-color: rgb(96,23,122); }
div.DivClassName
{
background-color: #60177A;
}
.BgClassName
{
background-color: #60177A;
}
</style>
border-color css
<style>
span { border-color: #60177A; }
span { border-color: rgb(96,23,122); }
td.TdClassName
{
border-color: #60177A;
}
.TagClassName
{
border-color: #60177A;
}
</style>