Shades of Royal Purple #714194
Tints of Royal Purple #714194
RGB
CMYK
RGB Variations
Color information
#714194 (or 0x714194) is known color: Royal Purple. HEX triplet: 71, 41 and 94. RGB value is (113,65,148). Sum of RGB (Red+Green+Blue) = 113+65+148=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #714194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714194 is #8EBE6B. Grayscale: #585858. Windows color (decimal): -9354860 or 9716081. OLE color: 9716081.
HSL color Cylindrical-coordinate representation of color #714194: hue angle of 274.7º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #714194 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 65 | 148 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.42 |
| HSL | 274.7º | 0.39% | 0.42% | - |
| HSV(B) | 274.7º | 0.56% | 0.58% | - |
| XYZ | 14.05 | 9.43 | 29.1 | - |
| YUV | 88.81 | 161.4 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 65 | 148 | 0.24 | 0.56 | 0 | 0.42 | 274.7 | 0.39 | 0.42 |
| Hex | 71 | 41 | 94 | 18 | 38 | 0 | 2A | 113 | 27 | 2A |
| Octal | 161 | 101 | 224 | 30 | 70 | 0 | 52 | 423 | 47 | 52 |
| Binary | 1110001 | 1000001 | 10010100 | 11000 | 111000 | 0 | 101010 | 100010011 | 100111 | 101010 |
Color Harmonies of #714194
Complementary color
Monochromatic Colors of #714194
Black with #714194
Text Example
Text Example
White with #714194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714194; }
p { color: rgb(113,65,148); }
H1.HeaderClassName
{
color: #714194;
}
.AnyTagClassName
{
color: #714194;
}
</style>
background-color css
<style>
a { background-color: #714194; }
a { background-color: rgb(113,65,148); }
div.DivClassName
{
background-color: #714194;
}
.BgClassName
{
background-color: #714194;
}
</style>
border-color css
<style>
span { border-color: #714194; }
span { border-color: rgb(113,65,148); }
td.TdClassName
{
border-color: #714194;
}
.TagClassName
{
border-color: #714194;
}
</style>