Shades of Royal Purple #714093
Tints of Royal Purple #714093
RGB
CMYK
RGB Variations
Color information
#714093 (or 0x714093) is known color: Royal Purple. HEX triplet: 71, 40 and 93. RGB value is (113,64,147). Sum of RGB (Red+Green+Blue) = 113+64+147=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #714093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714093 is #8EBF6C. Grayscale: #575757. Windows color (decimal): -9355117 or 9650289. OLE color: 9650289.
HSL color Cylindrical-coordinate representation of color #714093: hue angle of 275.42º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #714093 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 64 | 147 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.42 |
| HSL | 275.42º | 0.39% | 0.41% | - |
| HSV(B) | 275.42º | 0.56% | 0.58% | - |
| XYZ | 13.91 | 9.28 | 28.66 | - |
| YUV | 88.11 | 161.23 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 64 | 147 | 0.23 | 0.56 | 0 | 0.42 | 275.42 | 0.39 | 0.41 |
| Hex | 71 | 40 | 93 | 17 | 38 | 0 | 2A | 113 | 27 | 29 |
| Octal | 161 | 100 | 223 | 27 | 70 | 0 | 52 | 423 | 47 | 51 |
| Binary | 1110001 | 1000000 | 10010011 | 10111 | 111000 | 0 | 101010 | 100010011 | 100111 | 101001 |
Color Harmonies of #714093
Complementary color
Monochromatic Colors of #714093
Black with #714093
Text Example
Text Example
White with #714093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714093; }
p { color: rgb(113,64,147); }
H1.HeaderClassName
{
color: #714093;
}
.AnyTagClassName
{
color: #714093;
}
</style>
background-color css
<style>
a { background-color: #714093; }
a { background-color: rgb(113,64,147); }
div.DivClassName
{
background-color: #714093;
}
.BgClassName
{
background-color: #714093;
}
</style>
border-color css
<style>
span { border-color: #714093; }
span { border-color: rgb(113,64,147); }
td.TdClassName
{
border-color: #714093;
}
.TagClassName
{
border-color: #714093;
}
</style>