Shades of Seance #71247C
Tints of Seance #71247C
RGB
CMYK
RGB Variations
Color information
#71247C (or 0x71247C) is known color: Seance. HEX triplet: 71, 24 and 7C. RGB value is (113,36,124). Sum of RGB (Red+Green+Blue) = 113+36+124=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #71247C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71247C is #8EDB83. Grayscale: #444444. Windows color (decimal): -9362308 or 8135793. OLE color: 8135793.
HSL color Cylindrical-coordinate representation of color #71247C: hue angle of 292.5º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #71247C is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 36 | 124 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.51 |
| HSL | 292.5º | 0.55% | 0.31% | - |
| HSV(B) | 292.5º | 0.71% | 0.49% | - |
| XYZ | 11.08 | 6.23 | 19.69 | - |
| YUV | 69.06 | 159.01 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 124 | 0.09 | 0.71 | 0 | 0.51 | 292.5 | 0.55 | 0.31 |
| Hex | 71 | 24 | 7C | 9 | 47 | 0 | 33 | 124 | 37 | 1F |
| Octal | 161 | 44 | 174 | 11 | 107 | 0 | 63 | 444 | 67 | 37 |
| Binary | 1110001 | 100100 | 1111100 | 1001 | 1000111 | 0 | 110011 | 100100100 | 110111 | 11111 |
Color Harmonies of #71247C
Complementary color
Monochromatic Colors of #71247C
Black with #71247C
Text Example
Text Example
White with #71247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71247C; }
p { color: rgb(113,36,124); }
H1.HeaderClassName
{
color: #71247C;
}
.AnyTagClassName
{
color: #71247C;
}
</style>
background-color css
<style>
a { background-color: #71247C; }
a { background-color: rgb(113,36,124); }
div.DivClassName
{
background-color: #71247C;
}
.BgClassName
{
background-color: #71247C;
}
</style>
border-color css
<style>
span { border-color: #71247C; }
span { border-color: rgb(113,36,124); }
td.TdClassName
{
border-color: #71247C;
}
.TagClassName
{
border-color: #71247C;
}
</style>