Shades of Seance #711878
Tints of Seance #711878
RGB
CMYK
RGB Variations
Color information
#711878 (or 0x711878) is known color: Seance. HEX triplet: 71, 18 and 78. RGB value is (113,24,120). Sum of RGB (Red+Green+Blue) = 113+24+120=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #711878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711878 is #8EE787. Grayscale: #3D3D3D. Windows color (decimal): -9365384 or 7870577. OLE color: 7870577.
HSL color Cylindrical-coordinate representation of color #711878: hue angle of 295.62º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #711878 is Cyan = 0.06, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 24 | 120 | - |
| CMYK | 0.06 | 0.8 | 0 | 0.53 |
| HSL | 295.63º | 0.67% | 0.28% | - |
| HSV(B) | 295.63º | 0.8% | 0.47% | - |
| XYZ | 10.53 | 5.52 | 18.28 | - |
| YUV | 61.56 | 160.99 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 24 | 120 | 0.06 | 0.8 | 0 | 0.53 | 295.63 | 0.67 | 0.28 |
| Hex | 71 | 18 | 78 | 6 | 50 | 0 | 35 | 128 | 43 | 1C |
| Octal | 161 | 30 | 170 | 6 | 120 | 0 | 65 | 450 | 103 | 34 |
| Binary | 1110001 | 11000 | 1111000 | 110 | 1010000 | 0 | 110101 | 100101000 | 1000011 | 11100 |
Color Harmonies of #711878
Complementary color
Monochromatic Colors of #711878
Black with #711878
Text Example
Text Example
White with #711878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711878; }
p { color: rgb(113,24,120); }
H1.HeaderClassName
{
color: #711878;
}
.AnyTagClassName
{
color: #711878;
}
</style>
background-color css
<style>
a { background-color: #711878; }
a { background-color: rgb(113,24,120); }
div.DivClassName
{
background-color: #711878;
}
.BgClassName
{
background-color: #711878;
}
</style>
border-color css
<style>
span { border-color: #711878; }
span { border-color: rgb(113,24,120); }
td.TdClassName
{
border-color: #711878;
}
.TagClassName
{
border-color: #711878;
}
</style>