Shades of Seance #711B7F
Tints of Seance #711B7F
RGB
CMYK
RGB Variations
Color information
#711B7F (or 0x711B7F) is known color: Seance. HEX triplet: 71, 1B and 7F. RGB value is (113,27,127). Sum of RGB (Red+Green+Blue) = 113+27+127=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 127 - color contains mainly: blue. Hex color #711B7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711B7F is #8EE480. Grayscale: #3F3F3F. Windows color (decimal): -9364609 or 8330097. OLE color: 8330097.
HSL color Cylindrical-coordinate representation of color #711B7F: hue angle of 291.6º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #711B7F is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 27 | 127 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.50 |
| HSL | 291.6º | 0.65% | 0.3% | - |
| HSV(B) | 291.6º | 0.79% | 0.5% | - |
| XYZ | 11.03 | 5.83 | 20.62 | - |
| YUV | 64.11 | 163.49 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 27 | 127 | 0.11 | 0.79 | 0 | 0.50 | 291.6 | 0.65 | 0.3 |
| Hex | 71 | 1B | 7F | B | 4F | 0 | 32 | 124 | 41 | 1E |
| Octal | 161 | 33 | 177 | 13 | 117 | 0 | 62 | 444 | 101 | 36 |
| Binary | 1110001 | 11011 | 1111111 | 1011 | 1001111 | 0 | 110010 | 100100100 | 1000001 | 11110 |
Color Harmonies of #711B7F
Complementary color
Monochromatic Colors of #711B7F
Black with #711B7F
Text Example
Text Example
White with #711B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711B7F; }
p { color: rgb(113,27,127); }
H1.HeaderClassName
{
color: #711B7F;
}
.AnyTagClassName
{
color: #711B7F;
}
</style>
background-color css
<style>
a { background-color: #711B7F; }
a { background-color: rgb(113,27,127); }
div.DivClassName
{
background-color: #711B7F;
}
.BgClassName
{
background-color: #711B7F;
}
</style>
border-color css
<style>
span { border-color: #711B7F; }
span { border-color: rgb(113,27,127); }
td.TdClassName
{
border-color: #711B7F;
}
.TagClassName
{
border-color: #711B7F;
}
</style>