Shades of Seance #711C74
Tints of Seance #711C74
RGB
CMYK
RGB Variations
Color information
#711C74 (or 0x711C74) is known color: Seance. HEX triplet: 71, 1C and 74. RGB value is (113,28,116). Sum of RGB (Red+Green+Blue) = 113+28+116=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 116 - color contains mainly: blue. Hex color #711C74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711C74 is #8EE38B. Grayscale: #3F3F3F. Windows color (decimal): -9364364 or 7609457. OLE color: 7609457.
HSL color Cylindrical-coordinate representation of color #711C74: hue angle of 297.95º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #711C74 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 28 | 116 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.55 |
| HSL | 297.95º | 0.61% | 0.28% | - |
| HSV(B) | 297.95º | 0.76% | 0.45% | - |
| XYZ | 10.38 | 5.6 | 17.06 | - |
| YUV | 63.45 | 157.66 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 116 | 0.03 | 0.76 | 0 | 0.55 | 297.95 | 0.61 | 0.28 |
| Hex | 71 | 1C | 74 | 3 | 4C | 0 | 37 | 12A | 3D | 1C |
| Octal | 161 | 34 | 164 | 3 | 114 | 0 | 67 | 452 | 75 | 34 |
| Binary | 1110001 | 11100 | 1110100 | 11 | 1001100 | 0 | 110111 | 100101010 | 111101 | 11100 |
Color Harmonies of #711C74
Complementary color
Monochromatic Colors of #711C74
Black with #711C74
Text Example
Text Example
White with #711C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711C74; }
p { color: rgb(113,28,116); }
H1.HeaderClassName
{
color: #711C74;
}
.AnyTagClassName
{
color: #711C74;
}
</style>
background-color css
<style>
a { background-color: #711C74; }
a { background-color: rgb(113,28,116); }
div.DivClassName
{
background-color: #711C74;
}
.BgClassName
{
background-color: #711C74;
}
</style>
border-color css
<style>
span { border-color: #711C74; }
span { border-color: rgb(113,28,116); }
td.TdClassName
{
border-color: #711C74;
}
.TagClassName
{
border-color: #711C74;
}
</style>