Shades of Seance #71326E
Tints of Seance #71326E
RGB
CMYK
RGB Variations
Color information
#71326E (or 0x71326E) is known color: Seance. HEX triplet: 71, 32 and 6E. RGB value is (113,50,110). Sum of RGB (Red+Green+Blue) = 113+50+110=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #71326E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71326E is #8ECD91. Grayscale: #4B4B4B. Windows color (decimal): -9358738 or 7221873. OLE color: 7221873.
HSL color Cylindrical-coordinate representation of color #71326E: hue angle of 302.86º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71326E is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 50 | 110 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.56 |
| HSL | 302.86º | 0.39% | 0.32% | - |
| HSV(B) | 302.86º | 0.56% | 0.44% | - |
| XYZ | 10.77 | 6.92 | 15.52 | - |
| YUV | 75.68 | 147.37 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 50 | 110 | 0 | 0.56 | 0.03 | 0.56 | 302.86 | 0.39 | 0.32 |
| Hex | 71 | 32 | 6E | 0 | 38 | 3 | 38 | 12F | 27 | 20 |
| Octal | 161 | 62 | 156 | 0 | 70 | 3 | 70 | 457 | 47 | 40 |
| Binary | 1110001 | 110010 | 1101110 | 0 | 111000 | 11 | 111000 | 100101111 | 100111 | 100000 |
Color Harmonies of #71326E
Complementary color
Monochromatic Colors of #71326E
Black with #71326E
Text Example
Text Example
White with #71326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71326E; }
p { color: rgb(113,50,110); }
H1.HeaderClassName
{
color: #71326E;
}
.AnyTagClassName
{
color: #71326E;
}
</style>
background-color css
<style>
a { background-color: #71326E; }
a { background-color: rgb(113,50,110); }
div.DivClassName
{
background-color: #71326E;
}
.BgClassName
{
background-color: #71326E;
}
</style>
border-color css
<style>
span { border-color: #71326E; }
span { border-color: rgb(113,50,110); }
td.TdClassName
{
border-color: #71326E;
}
.TagClassName
{
border-color: #71326E;
}
</style>