Shades of Seance #71267D
Tints of Seance #71267D
RGB
CMYK
RGB Variations
Color information
#71267D (or 0x71267D) is known color: Seance. HEX triplet: 71, 26 and 7D. RGB value is (113,38,125). Sum of RGB (Red+Green+Blue) = 113+38+125=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 125 - color contains mainly: blue. Hex color #71267D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71267D is #8ED982. Grayscale: #464646. Windows color (decimal): -9361795 or 8201841. OLE color: 8201841.
HSL color Cylindrical-coordinate representation of color #71267D: hue angle of 291.72º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71267D is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 38 | 125 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.51 |
| HSL | 291.72º | 0.53% | 0.32% | - |
| HSV(B) | 291.72º | 0.7% | 0.49% | - |
| XYZ | 11.2 | 6.38 | 20.04 | - |
| YUV | 70.34 | 158.85 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 38 | 125 | 0.10 | 0.70 | 0 | 0.51 | 291.72 | 0.53 | 0.32 |
| Hex | 71 | 26 | 7D | A | 46 | 0 | 33 | 124 | 35 | 20 |
| Octal | 161 | 46 | 175 | 12 | 106 | 0 | 63 | 444 | 65 | 40 |
| Binary | 1110001 | 100110 | 1111101 | 1010 | 1000110 | 0 | 110011 | 100100100 | 110101 | 100000 |
Color Harmonies of #71267D
Complementary color
Monochromatic Colors of #71267D
Black with #71267D
Text Example
Text Example
White with #71267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71267D; }
p { color: rgb(113,38,125); }
H1.HeaderClassName
{
color: #71267D;
}
.AnyTagClassName
{
color: #71267D;
}
</style>
background-color css
<style>
a { background-color: #71267D; }
a { background-color: rgb(113,38,125); }
div.DivClassName
{
background-color: #71267D;
}
.BgClassName
{
background-color: #71267D;
}
</style>
border-color css
<style>
span { border-color: #71267D; }
span { border-color: rgb(113,38,125); }
td.TdClassName
{
border-color: #71267D;
}
.TagClassName
{
border-color: #71267D;
}
</style>