Shades of Seance #71326D
Tints of Seance #71326D
RGB
CMYK
RGB Variations
Color information
#71326D (or 0x71326D) is known color: Seance. HEX triplet: 71, 32 and 6D. RGB value is (113,50,109). Sum of RGB (Red+Green+Blue) = 113+50+109=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #71326D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71326D is #8ECD92. Grayscale: #4B4B4B. Windows color (decimal): -9358739 or 7156337. OLE color: 7156337.
HSL color Cylindrical-coordinate representation of color #71326D: hue angle of 303.81º 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 #71326D is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 50 | 109 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.56 |
| HSL | 303.81º | 0.39% | 0.32% | - |
| HSV(B) | 303.81º | 0.56% | 0.44% | - |
| XYZ | 10.71 | 6.9 | 15.23 | - |
| YUV | 75.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 50 | 109 | 0 | 0.56 | 0.04 | 0.56 | 303.81 | 0.39 | 0.32 |
| Hex | 71 | 32 | 6D | 0 | 38 | 4 | 38 | 130 | 27 | 20 |
| Octal | 161 | 62 | 155 | 0 | 70 | 4 | 70 | 460 | 47 | 40 |
| Binary | 1110001 | 110010 | 1101101 | 0 | 111000 | 100 | 111000 | 100110000 | 100111 | 100000 |
Color Harmonies of #71326D
Complementary color
Monochromatic Colors of #71326D
Black with #71326D
Text Example
Text Example
White with #71326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71326D; }
p { color: rgb(113,50,109); }
H1.HeaderClassName
{
color: #71326D;
}
.AnyTagClassName
{
color: #71326D;
}
</style>
background-color css
<style>
a { background-color: #71326D; }
a { background-color: rgb(113,50,109); }
div.DivClassName
{
background-color: #71326D;
}
.BgClassName
{
background-color: #71326D;
}
</style>
border-color css
<style>
span { border-color: #71326D; }
span { border-color: rgb(113,50,109); }
td.TdClassName
{
border-color: #71326D;
}
.TagClassName
{
border-color: #71326D;
}
</style>