Shades of Seance #63197B
Tints of Seance #63197B
RGB
CMYK
RGB Variations
Color information
#63197B (or 0x63197B) is known color: Seance. HEX triplet: 63, 19 and 7B. RGB value is (99,25,123). Sum of RGB (Red+Green+Blue) = 99+25+123=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #63197B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63197B is #9CE684. Grayscale: #393939. Windows color (decimal): -10282629 or 8067427. OLE color: 8067427.
HSL color Cylindrical-coordinate representation of color #63197B: hue angle of 285.31º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #63197B is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 25 | 123 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.52 |
| HSL | 285.31º | 0.66% | 0.29% | - |
| HSV(B) | 285.31º | 0.8% | 0.48% | - |
| XYZ | 9.07 | 4.78 | 19.18 | - |
| YUV | 58.3 | 164.52 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 123 | 0.20 | 0.80 | 0 | 0.52 | 285.31 | 0.66 | 0.29 |
| Hex | 63 | 19 | 7B | 14 | 50 | 0 | 34 | 11D | 42 | 1D |
| Octal | 143 | 31 | 173 | 24 | 120 | 0 | 64 | 435 | 102 | 35 |
| Binary | 1100011 | 11001 | 1111011 | 10100 | 1010000 | 0 | 110100 | 100011101 | 1000010 | 11101 |
Color Harmonies of #63197B
Complementary color
Monochromatic Colors of #63197B
Black with #63197B
Text Example
Text Example
White with #63197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63197B; }
p { color: rgb(99,25,123); }
H1.HeaderClassName
{
color: #63197B;
}
.AnyTagClassName
{
color: #63197B;
}
</style>
background-color css
<style>
a { background-color: #63197B; }
a { background-color: rgb(99,25,123); }
div.DivClassName
{
background-color: #63197B;
}
.BgClassName
{
background-color: #63197B;
}
</style>
border-color css
<style>
span { border-color: #63197B; }
span { border-color: rgb(99,25,123); }
td.TdClassName
{
border-color: #63197B;
}
.TagClassName
{
border-color: #63197B;
}
</style>