Shades of Royal Purple #713D92
Tints of Royal Purple #713D92
RGB
CMYK
RGB Variations
Color information
#713D92 (or 0x713D92) is known color: Royal Purple. HEX triplet: 71, 3D and 92. RGB value is (113,61,146). Sum of RGB (Red+Green+Blue) = 113+61+146=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #713D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713D92 is #8EC26D. Grayscale: #555555. Windows color (decimal): -9355886 or 9583985. OLE color: 9583985.
HSL color Cylindrical-coordinate representation of color #713D92: hue angle of 276.71º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #713D92 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 61 | 146 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.43 |
| HSL | 276.71º | 0.41% | 0.41% | - |
| HSV(B) | 276.71º | 0.58% | 0.57% | - |
| XYZ | 13.67 | 8.92 | 28.2 | - |
| YUV | 86.24 | 161.73 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 146 | 0.23 | 0.58 | 0 | 0.43 | 276.71 | 0.41 | 0.41 |
| Hex | 71 | 3D | 92 | 17 | 3A | 0 | 2B | 115 | 29 | 29 |
| Octal | 161 | 75 | 222 | 27 | 72 | 0 | 53 | 425 | 51 | 51 |
| Binary | 1110001 | 111101 | 10010010 | 10111 | 111010 | 0 | 101011 | 100010101 | 101001 | 101001 |
Color Harmonies of #713D92
Complementary color
Monochromatic Colors of #713D92
Black with #713D92
Text Example
Text Example
White with #713D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D92; }
p { color: rgb(113,61,146); }
H1.HeaderClassName
{
color: #713D92;
}
.AnyTagClassName
{
color: #713D92;
}
</style>
background-color css
<style>
a { background-color: #713D92; }
a { background-color: rgb(113,61,146); }
div.DivClassName
{
background-color: #713D92;
}
.BgClassName
{
background-color: #713D92;
}
</style>
border-color css
<style>
span { border-color: #713D92; }
span { border-color: rgb(113,61,146); }
td.TdClassName
{
border-color: #713D92;
}
.TagClassName
{
border-color: #713D92;
}
</style>