Shades of Royal Purple #712D9E
Tints of Royal Purple #712D9E
RGB
CMYK
RGB Variations
Color information
#712D9E (or 0x712D9E) is known color: Royal Purple. HEX triplet: 71, 2D and 9E. RGB value is (113,45,158). Sum of RGB (Red+Green+Blue) = 113+45+158=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #712D9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712D9E is #8ED261. Grayscale: #4D4D4D. Windows color (decimal): -9359970 or 10366321. OLE color: 10366321.
HSL color Cylindrical-coordinate representation of color #712D9E: hue angle of 276.11º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712D9E is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 45 | 158 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.38 |
| HSL | 276.11º | 0.56% | 0.4% | - |
| HSV(B) | 276.11º | 0.72% | 0.62% | - |
| XYZ | 13.92 | 7.86 | 33.13 | - |
| YUV | 78.21 | 173.03 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 158 | 0.28 | 0.72 | 0 | 0.38 | 276.11 | 0.56 | 0.4 |
| Hex | 71 | 2D | 9E | 1C | 48 | 0 | 26 | 114 | 38 | 28 |
| Octal | 161 | 55 | 236 | 34 | 110 | 0 | 46 | 424 | 70 | 50 |
| Binary | 1110001 | 101101 | 10011110 | 11100 | 1001000 | 0 | 100110 | 100010100 | 111000 | 101000 |
Color Harmonies of #712D9E
Complementary color
Monochromatic Colors of #712D9E
Black with #712D9E
Text Example
Text Example
White with #712D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712D9E; }
p { color: rgb(113,45,158); }
H1.HeaderClassName
{
color: #712D9E;
}
.AnyTagClassName
{
color: #712D9E;
}
</style>
background-color css
<style>
a { background-color: #712D9E; }
a { background-color: rgb(113,45,158); }
div.DivClassName
{
background-color: #712D9E;
}
.BgClassName
{
background-color: #712D9E;
}
</style>
border-color css
<style>
span { border-color: #712D9E; }
span { border-color: rgb(113,45,158); }
td.TdClassName
{
border-color: #712D9E;
}
.TagClassName
{
border-color: #712D9E;
}
</style>