Shades of Seance #71237C
Tints of Seance #71237C
RGB
CMYK
RGB Variations
Color information
#71237C (or 0x71237C) is known color: Seance. HEX triplet: 71, 23 and 7C. RGB value is (113,35,124). Sum of RGB (Red+Green+Blue) = 113+35+124=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #71237C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71237C is #8EDC83. Grayscale: #444444. Windows color (decimal): -9362564 or 8135537. OLE color: 8135537.
HSL color Cylindrical-coordinate representation of color #71237C: hue angle of 292.58º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71237C is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 35 | 124 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.51 |
| HSL | 292.58º | 0.56% | 0.31% | - |
| HSV(B) | 292.58º | 0.72% | 0.49% | - |
| XYZ | 11.05 | 6.17 | 19.68 | - |
| YUV | 68.47 | 159.34 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 124 | 0.09 | 0.72 | 0 | 0.51 | 292.58 | 0.56 | 0.31 |
| Hex | 71 | 23 | 7C | 9 | 48 | 0 | 33 | 125 | 38 | 1F |
| Octal | 161 | 43 | 174 | 11 | 110 | 0 | 63 | 445 | 70 | 37 |
| Binary | 1110001 | 100011 | 1111100 | 1001 | 1001000 | 0 | 110011 | 100100101 | 111000 | 11111 |
Color Harmonies of #71237C
Complementary color
Monochromatic Colors of #71237C
Black with #71237C
Text Example
Text Example
White with #71237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71237C; }
p { color: rgb(113,35,124); }
H1.HeaderClassName
{
color: #71237C;
}
.AnyTagClassName
{
color: #71237C;
}
</style>
background-color css
<style>
a { background-color: #71237C; }
a { background-color: rgb(113,35,124); }
div.DivClassName
{
background-color: #71237C;
}
.BgClassName
{
background-color: #71237C;
}
</style>
border-color css
<style>
span { border-color: #71237C; }
span { border-color: rgb(113,35,124); }
td.TdClassName
{
border-color: #71237C;
}
.TagClassName
{
border-color: #71237C;
}
</style>