Shades of Seance #71197B
Tints of Seance #71197B
RGB
CMYK
RGB Variations
Color information
#71197B (or 0x71197B) is known color: Seance. HEX triplet: 71, 19 and 7B. RGB value is (113,25,123). Sum of RGB (Red+Green+Blue) = 113+25+123=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 123 - color contains mainly: blue. Hex color #71197B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71197B is #8EE684. Grayscale: #3E3E3E. Windows color (decimal): -9365125 or 8067441. OLE color: 8067441.
HSL color Cylindrical-coordinate representation of color #71197B: hue angle of 293.88º 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 #71197B is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 25 | 123 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.52 |
| HSL | 293.88º | 0.66% | 0.29% | - |
| HSV(B) | 293.88º | 0.8% | 0.48% | - |
| XYZ | 10.73 | 5.64 | 19.26 | - |
| YUV | 62.48 | 162.15 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 123 | 0.08 | 0.80 | 0 | 0.52 | 293.88 | 0.66 | 0.29 |
| Hex | 71 | 19 | 7B | 8 | 50 | 0 | 34 | 126 | 42 | 1D |
| Octal | 161 | 31 | 173 | 10 | 120 | 0 | 64 | 446 | 102 | 35 |
| Binary | 1110001 | 11001 | 1111011 | 1000 | 1010000 | 0 | 110100 | 100100110 | 1000010 | 11101 |
Color Harmonies of #71197B
Complementary color
Monochromatic Colors of #71197B
Black with #71197B
Text Example
Text Example
White with #71197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71197B; }
p { color: rgb(113,25,123); }
H1.HeaderClassName
{
color: #71197B;
}
.AnyTagClassName
{
color: #71197B;
}
</style>
background-color css
<style>
a { background-color: #71197B; }
a { background-color: rgb(113,25,123); }
div.DivClassName
{
background-color: #71197B;
}
.BgClassName
{
background-color: #71197B;
}
</style>
border-color css
<style>
span { border-color: #71197B; }
span { border-color: rgb(113,25,123); }
td.TdClassName
{
border-color: #71197B;
}
.TagClassName
{
border-color: #71197B;
}
</style>