Shades of Seance #71257E
Tints of Seance #71257E
RGB
CMYK
RGB Variations
Color information
#71257E (or 0x71257E) is known color: Seance. HEX triplet: 71, 25 and 7E. RGB value is (113,37,126). Sum of RGB (Red+Green+Blue) = 113+37+126=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 126 - color contains mainly: blue. Hex color #71257E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71257E is #8EDA81. Grayscale: #454545. Windows color (decimal): -9362050 or 8267121. OLE color: 8267121.
HSL color Cylindrical-coordinate representation of color #71257E: hue angle of 291.24º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #71257E is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 37 | 126 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.51 |
| HSL | 291.24º | 0.55% | 0.32% | - |
| HSV(B) | 291.24º | 0.71% | 0.49% | - |
| XYZ | 11.24 | 6.34 | 20.37 | - |
| YUV | 69.87 | 159.68 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 37 | 126 | 0.10 | 0.71 | 0 | 0.51 | 291.24 | 0.55 | 0.32 |
| Hex | 71 | 25 | 7E | A | 47 | 0 | 33 | 123 | 37 | 20 |
| Octal | 161 | 45 | 176 | 12 | 107 | 0 | 63 | 443 | 67 | 40 |
| Binary | 1110001 | 100101 | 1111110 | 1010 | 1000111 | 0 | 110011 | 100100011 | 110111 | 100000 |
Color Harmonies of #71257E
Complementary color
Monochromatic Colors of #71257E
Black with #71257E
Text Example
Text Example
White with #71257E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71257E; }
p { color: rgb(113,37,126); }
H1.HeaderClassName
{
color: #71257E;
}
.AnyTagClassName
{
color: #71257E;
}
</style>
background-color css
<style>
a { background-color: #71257E; }
a { background-color: rgb(113,37,126); }
div.DivClassName
{
background-color: #71257E;
}
.BgClassName
{
background-color: #71257E;
}
</style>
border-color css
<style>
span { border-color: #71257E; }
span { border-color: rgb(113,37,126); }
td.TdClassName
{
border-color: #71257E;
}
.TagClassName
{
border-color: #71257E;
}
</style>