Shades of Seance #71336B
Tints of Seance #71336B
RGB
CMYK
RGB Variations
Color information
#71336B (or 0x71336B) is known color: Seance. HEX triplet: 71, 33 and 6B. RGB value is (113,51,107). Sum of RGB (Red+Green+Blue) = 113+51+107=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #71336B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71336B is #8ECC94. Grayscale: #4B4B4B. Windows color (decimal): -9358485 or 7025521. OLE color: 7025521.
HSL color Cylindrical-coordinate representation of color #71336B: hue angle of 305.81º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71336B is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 51 | 107 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.56 |
| HSL | 305.81º | 0.38% | 0.32% | - |
| HSV(B) | 305.81º | 0.55% | 0.44% | - |
| XYZ | 10.65 | 6.94 | 14.69 | - |
| YUV | 75.92 | 145.54 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 51 | 107 | 0 | 0.55 | 0.05 | 0.56 | 305.81 | 0.38 | 0.32 |
| Hex | 71 | 33 | 6B | 0 | 37 | 5 | 38 | 132 | 26 | 20 |
| Octal | 161 | 63 | 153 | 0 | 67 | 5 | 70 | 462 | 46 | 40 |
| Binary | 1110001 | 110011 | 1101011 | 0 | 110111 | 101 | 111000 | 100110010 | 100110 | 100000 |
Color Harmonies of #71336B
Complementary color
Monochromatic Colors of #71336B
Black with #71336B
Text Example
Text Example
White with #71336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71336B; }
p { color: rgb(113,51,107); }
H1.HeaderClassName
{
color: #71336B;
}
.AnyTagClassName
{
color: #71336B;
}
</style>
background-color css
<style>
a { background-color: #71336B; }
a { background-color: rgb(113,51,107); }
div.DivClassName
{
background-color: #71336B;
}
.BgClassName
{
background-color: #71336B;
}
</style>
border-color css
<style>
span { border-color: #71336B; }
span { border-color: rgb(113,51,107); }
td.TdClassName
{
border-color: #71336B;
}
.TagClassName
{
border-color: #71336B;
}
</style>