Shades of Royal Purple #713A9D
Tints of Royal Purple #713A9D
RGB
CMYK
RGB Variations
Color information
#713A9D (or 0x713A9D) is known color: Royal Purple. HEX triplet: 71, 3A and 9D. RGB value is (113,58,157). Sum of RGB (Red+Green+Blue) = 113+58+157=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #713A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713A9D is #8EC562. Grayscale: #555555. Windows color (decimal): -9356643 or 10304113. OLE color: 10304113.
HSL color Cylindrical-coordinate representation of color #713A9D: hue angle of 273.33º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #713A9D is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 58 | 157 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.38 |
| HSL | 273.33º | 0.46% | 0.42% | - |
| HSV(B) | 273.33º | 0.63% | 0.62% | - |
| XYZ | 14.41 | 8.97 | 32.87 | - |
| YUV | 85.73 | 168.22 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 157 | 0.28 | 0.63 | 0 | 0.38 | 273.33 | 0.46 | 0.42 |
| Hex | 71 | 3A | 9D | 1C | 3F | 0 | 26 | 111 | 2E | 2A |
| Octal | 161 | 72 | 235 | 34 | 77 | 0 | 46 | 421 | 56 | 52 |
| Binary | 1110001 | 111010 | 10011101 | 11100 | 111111 | 0 | 100110 | 100010001 | 101110 | 101010 |
Color Harmonies of #713A9D
Complementary color
Monochromatic Colors of #713A9D
Black with #713A9D
Text Example
Text Example
White with #713A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713A9D; }
p { color: rgb(113,58,157); }
H1.HeaderClassName
{
color: #713A9D;
}
.AnyTagClassName
{
color: #713A9D;
}
</style>
background-color css
<style>
a { background-color: #713A9D; }
a { background-color: rgb(113,58,157); }
div.DivClassName
{
background-color: #713A9D;
}
.BgClassName
{
background-color: #713A9D;
}
</style>
border-color css
<style>
span { border-color: #713A9D; }
span { border-color: rgb(113,58,157); }
td.TdClassName
{
border-color: #713A9D;
}
.TagClassName
{
border-color: #713A9D;
}
</style>