Shades of Seance #71267B
Tints of Seance #71267B
RGB
CMYK
RGB Variations
Color information
#71267B (or 0x71267B) is known color: Seance. HEX triplet: 71, 26 and 7B. RGB value is (113,38,123). Sum of RGB (Red+Green+Blue) = 113+38+123=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 123 - color contains mainly: blue. Hex color #71267B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71267B is #8ED984. Grayscale: #454545. Windows color (decimal): -9361797 or 8070769. OLE color: 8070769.
HSL color Cylindrical-coordinate representation of color #71267B: hue angle of 292.94º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71267B is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 38 | 123 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.52 |
| HSL | 292.94º | 0.53% | 0.32% | - |
| HSV(B) | 292.94º | 0.69% | 0.48% | - |
| XYZ | 11.08 | 6.33 | 19.38 | - |
| YUV | 70.12 | 157.85 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 38 | 123 | 0.08 | 0.69 | 0 | 0.52 | 292.94 | 0.53 | 0.32 |
| Hex | 71 | 26 | 7B | 8 | 45 | 0 | 34 | 125 | 35 | 20 |
| Octal | 161 | 46 | 173 | 10 | 105 | 0 | 64 | 445 | 65 | 40 |
| Binary | 1110001 | 100110 | 1111011 | 1000 | 1000101 | 0 | 110100 | 100100101 | 110101 | 100000 |
Color Harmonies of #71267B
Complementary color
Monochromatic Colors of #71267B
Black with #71267B
Text Example
Text Example
White with #71267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71267B; }
p { color: rgb(113,38,123); }
H1.HeaderClassName
{
color: #71267B;
}
.AnyTagClassName
{
color: #71267B;
}
</style>
background-color css
<style>
a { background-color: #71267B; }
a { background-color: rgb(113,38,123); }
div.DivClassName
{
background-color: #71267B;
}
.BgClassName
{
background-color: #71267B;
}
</style>
border-color css
<style>
span { border-color: #71267B; }
span { border-color: rgb(113,38,123); }
td.TdClassName
{
border-color: #71267B;
}
.TagClassName
{
border-color: #71267B;
}
</style>