Shades of Royal Purple #713D9A
Tints of Royal Purple #713D9A
RGB
CMYK
RGB Variations
Color information
#713D9A (or 0x713D9A) is known color: Royal Purple. HEX triplet: 71, 3D and 9A. RGB value is (113,61,154). Sum of RGB (Red+Green+Blue) = 113+61+154=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #713D9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713D9A is #8EC265. Grayscale: #565656. Windows color (decimal): -9355878 or 10108273. OLE color: 10108273.
HSL color Cylindrical-coordinate representation of color #713D9A: hue angle of 273.55º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #713D9A is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 61 | 154 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.40 |
| HSL | 273.55º | 0.43% | 0.42% | - |
| HSV(B) | 273.55º | 0.6% | 0.6% | - |
| XYZ | 14.31 | 9.18 | 31.59 | - |
| YUV | 87.15 | 165.73 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 154 | 0.27 | 0.60 | 0 | 0.40 | 273.55 | 0.43 | 0.42 |
| Hex | 71 | 3D | 9A | 1B | 3C | 0 | 28 | 112 | 2B | 2A |
| Octal | 161 | 75 | 232 | 33 | 74 | 0 | 50 | 422 | 53 | 52 |
| Binary | 1110001 | 111101 | 10011010 | 11011 | 111100 | 0 | 101000 | 100010010 | 101011 | 101010 |
Color Harmonies of #713D9A
Complementary color
Monochromatic Colors of #713D9A
Black with #713D9A
Text Example
Text Example
White with #713D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D9A; }
p { color: rgb(113,61,154); }
H1.HeaderClassName
{
color: #713D9A;
}
.AnyTagClassName
{
color: #713D9A;
}
</style>
background-color css
<style>
a { background-color: #713D9A; }
a { background-color: rgb(113,61,154); }
div.DivClassName
{
background-color: #713D9A;
}
.BgClassName
{
background-color: #713D9A;
}
</style>
border-color css
<style>
span { border-color: #713D9A; }
span { border-color: rgb(113,61,154); }
td.TdClassName
{
border-color: #713D9A;
}
.TagClassName
{
border-color: #713D9A;
}
</style>