Shades of Seance #71287B
Tints of Seance #71287B
RGB
CMYK
RGB Variations
Color information
#71287B (or 0x71287B) is known color: Seance. HEX triplet: 71, 28 and 7B. RGB value is (113,40,123). Sum of RGB (Red+Green+Blue) = 113+40+123=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #71287B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71287B is #8ED784. Grayscale: #474747. Windows color (decimal): -9361285 or 8071281. OLE color: 8071281.
HSL color Cylindrical-coordinate representation of color #71287B: hue angle of 292.77º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71287B is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 40 | 123 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.52 |
| HSL | 292.77º | 0.51% | 0.32% | - |
| HSV(B) | 292.77º | 0.67% | 0.48% | - |
| XYZ | 11.14 | 6.46 | 19.4 | - |
| YUV | 71.29 | 157.18 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 123 | 0.08 | 0.67 | 0 | 0.52 | 292.77 | 0.51 | 0.32 |
| Hex | 71 | 28 | 7B | 8 | 43 | 0 | 34 | 125 | 33 | 20 |
| Octal | 161 | 50 | 173 | 10 | 103 | 0 | 64 | 445 | 63 | 40 |
| Binary | 1110001 | 101000 | 1111011 | 1000 | 1000011 | 0 | 110100 | 100100101 | 110011 | 100000 |
Color Harmonies of #71287B
Complementary color
Monochromatic Colors of #71287B
Black with #71287B
Text Example
Text Example
White with #71287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71287B; }
p { color: rgb(113,40,123); }
H1.HeaderClassName
{
color: #71287B;
}
.AnyTagClassName
{
color: #71287B;
}
</style>
background-color css
<style>
a { background-color: #71287B; }
a { background-color: rgb(113,40,123); }
div.DivClassName
{
background-color: #71287B;
}
.BgClassName
{
background-color: #71287B;
}
</style>
border-color css
<style>
span { border-color: #71287B; }
span { border-color: rgb(113,40,123); }
td.TdClassName
{
border-color: #71287B;
}
.TagClassName
{
border-color: #71287B;
}
</style>