Shades of Seance #71247B
Tints of Seance #71247B
RGB
CMYK
RGB Variations
Color information
#71247B (or 0x71247B) is known color: Seance. HEX triplet: 71, 24 and 7B. RGB value is (113,36,123). Sum of RGB (Red+Green+Blue) = 113+36+123=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #71247B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71247B is #8EDB84. Grayscale: #444444. Windows color (decimal): -9362309 or 8070257. OLE color: 8070257.
HSL color Cylindrical-coordinate representation of color #71247B: hue angle of 293.1º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #71247B is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 36 | 123 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.52 |
| HSL | 293.1º | 0.55% | 0.31% | - |
| HSV(B) | 293.1º | 0.71% | 0.48% | - |
| XYZ | 11.02 | 6.2 | 19.36 | - |
| YUV | 68.94 | 158.51 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 123 | 0.08 | 0.71 | 0 | 0.52 | 293.1 | 0.55 | 0.31 |
| Hex | 71 | 24 | 7B | 8 | 47 | 0 | 34 | 125 | 37 | 1F |
| Octal | 161 | 44 | 173 | 10 | 107 | 0 | 64 | 445 | 67 | 37 |
| Binary | 1110001 | 100100 | 1111011 | 1000 | 1000111 | 0 | 110100 | 100100101 | 110111 | 11111 |
Color Harmonies of #71247B
Complementary color
Monochromatic Colors of #71247B
Black with #71247B
Text Example
Text Example
White with #71247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71247B; }
p { color: rgb(113,36,123); }
H1.HeaderClassName
{
color: #71247B;
}
.AnyTagClassName
{
color: #71247B;
}
</style>
background-color css
<style>
a { background-color: #71247B; }
a { background-color: rgb(113,36,123); }
div.DivClassName
{
background-color: #71247B;
}
.BgClassName
{
background-color: #71247B;
}
</style>
border-color css
<style>
span { border-color: #71247B; }
span { border-color: rgb(113,36,123); }
td.TdClassName
{
border-color: #71247B;
}
.TagClassName
{
border-color: #71247B;
}
</style>