Shades of Seance #603163
Tints of Seance #603163
RGB
CMYK
RGB Variations
Color information
#603163 (or 0x603163) is known color: Seance. HEX triplet: 60, 31 and 63. RGB value is (96,49,99). Sum of RGB (Red+Green+Blue) = 96+49+99=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #603163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603163 is #9FCE9C. Grayscale: #444444. Windows color (decimal): -10473117 or 6500704. OLE color: 6500704.
HSL color Cylindrical-coordinate representation of color #603163: hue angle of 296.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #603163 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 49 | 99 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.61 |
| HSL | 296.4º | 0.34% | 0.29% | - |
| HSV(B) | 296.4º | 0.51% | 0.39% | - |
| XYZ | 8.17 | 5.58 | 12.45 | - |
| YUV | 68.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 99 | 0.03 | 0.51 | 0 | 0.61 | 296.4 | 0.34 | 0.29 |
| Hex | 60 | 31 | 63 | 3 | 33 | 0 | 3D | 128 | 22 | 1D |
| Octal | 140 | 61 | 143 | 3 | 63 | 0 | 75 | 450 | 42 | 35 |
| Binary | 1100000 | 110001 | 1100011 | 11 | 110011 | 0 | 111101 | 100101000 | 100010 | 11101 |
Color Harmonies of #603163
Complementary color
Monochromatic Colors of #603163
Black with #603163
Text Example
Text Example
White with #603163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603163; }
p { color: rgb(96,49,99); }
H1.HeaderClassName
{
color: #603163;
}
.AnyTagClassName
{
color: #603163;
}
</style>
background-color css
<style>
a { background-color: #603163; }
a { background-color: rgb(96,49,99); }
div.DivClassName
{
background-color: #603163;
}
.BgClassName
{
background-color: #603163;
}
</style>
border-color css
<style>
span { border-color: #603163; }
span { border-color: rgb(96,49,99); }
td.TdClassName
{
border-color: #603163;
}
.TagClassName
{
border-color: #603163;
}
</style>