Shades of Seance #71277B
Tints of Seance #71277B
RGB
CMYK
RGB Variations
Color information
#71277B (or 0x71277B) is known color: Seance. HEX triplet: 71, 27 and 7B. RGB value is (113,39,123). Sum of RGB (Red+Green+Blue) = 113+39+123=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #71277B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71277B is #8ED884. Grayscale: #464646. Windows color (decimal): -9361541 or 8071025. OLE color: 8071025.
HSL color Cylindrical-coordinate representation of color #71277B: hue angle of 292.86º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71277B is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 39 | 123 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.52 |
| HSL | 292.86º | 0.52% | 0.32% | - |
| HSV(B) | 292.86º | 0.68% | 0.48% | - |
| XYZ | 11.11 | 6.39 | 19.39 | - |
| YUV | 70.7 | 157.52 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 39 | 123 | 0.08 | 0.68 | 0 | 0.52 | 292.86 | 0.52 | 0.32 |
| Hex | 71 | 27 | 7B | 8 | 44 | 0 | 34 | 125 | 34 | 20 |
| Octal | 161 | 47 | 173 | 10 | 104 | 0 | 64 | 445 | 64 | 40 |
| Binary | 1110001 | 100111 | 1111011 | 1000 | 1000100 | 0 | 110100 | 100100101 | 110100 | 100000 |
Color Harmonies of #71277B
Complementary color
Monochromatic Colors of #71277B
Black with #71277B
Text Example
Text Example
White with #71277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71277B; }
p { color: rgb(113,39,123); }
H1.HeaderClassName
{
color: #71277B;
}
.AnyTagClassName
{
color: #71277B;
}
</style>
background-color css
<style>
a { background-color: #71277B; }
a { background-color: rgb(113,39,123); }
div.DivClassName
{
background-color: #71277B;
}
.BgClassName
{
background-color: #71277B;
}
</style>
border-color css
<style>
span { border-color: #71277B; }
span { border-color: rgb(113,39,123); }
td.TdClassName
{
border-color: #71277B;
}
.TagClassName
{
border-color: #71277B;
}
</style>