Shades of Royal Purple #713A9A
Tints of Royal Purple #713A9A
RGB
CMYK
RGB Variations
Color information
#713A9A (or 0x713A9A) is known color: Royal Purple. HEX triplet: 71, 3A and 9A. RGB value is (113,58,154). Sum of RGB (Red+Green+Blue) = 113+58+154=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 154 - color contains mainly: blue. Hex color #713A9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713A9A is #8EC565. Grayscale: #555555. Windows color (decimal): -9356646 or 10107505. OLE color: 10107505.
HSL color Cylindrical-coordinate representation of color #713A9A: hue angle of 274.38º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #713A9A is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 58 | 154 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.40 |
| HSL | 274.38º | 0.45% | 0.42% | - |
| HSV(B) | 274.38º | 0.62% | 0.6% | - |
| XYZ | 14.16 | 8.87 | 31.54 | - |
| YUV | 85.39 | 166.72 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 154 | 0.27 | 0.62 | 0 | 0.40 | 274.38 | 0.45 | 0.42 |
| Hex | 71 | 3A | 9A | 1B | 3E | 0 | 28 | 112 | 2D | 2A |
| Octal | 161 | 72 | 232 | 33 | 76 | 0 | 50 | 422 | 55 | 52 |
| Binary | 1110001 | 111010 | 10011010 | 11011 | 111110 | 0 | 101000 | 100010010 | 101101 | 101010 |
Color Harmonies of #713A9A
Complementary color
Monochromatic Colors of #713A9A
Black with #713A9A
Text Example
Text Example
White with #713A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713A9A; }
p { color: rgb(113,58,154); }
H1.HeaderClassName
{
color: #713A9A;
}
.AnyTagClassName
{
color: #713A9A;
}
</style>
background-color css
<style>
a { background-color: #713A9A; }
a { background-color: rgb(113,58,154); }
div.DivClassName
{
background-color: #713A9A;
}
.BgClassName
{
background-color: #713A9A;
}
</style>
border-color css
<style>
span { border-color: #713A9A; }
span { border-color: rgb(113,58,154); }
td.TdClassName
{
border-color: #713A9A;
}
.TagClassName
{
border-color: #713A9A;
}
</style>