Shades of Royal Purple #713DA5
Tints of Royal Purple #713DA5
RGB
CMYK
RGB Variations
Color information
#713DA5 (or 0x713DA5) is known color: Royal Purple. HEX triplet: 71, 3D and A5. RGB value is (113,61,165). Sum of RGB (Red+Green+Blue) = 113+61+165=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 165 (64.84% from 255 or 48.67% from 339); Max value from RGB is 165 - color contains mainly: blue. Hex color #713DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713DA5 is #8EC25A. Grayscale: #585858. Windows color (decimal): -9355867 or 10829169. OLE color: 10829169.
HSL color Cylindrical-coordinate representation of color #713DA5: hue angle of 270º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #713DA5 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 61 | 165 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.35 |
| HSL | 270º | 0.46% | 0.44% | - |
| HSV(B) | 270º | 0.63% | 0.65% | - |
| XYZ | 15.27 | 9.56 | 36.64 | - |
| YUV | 88.4 | 171.23 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 165 | 0.32 | 0.63 | 0 | 0.35 | 270 | 0.46 | 0.44 |
| Hex | 71 | 3D | A5 | 20 | 3F | 0 | 23 | 10E | 2E | 2C |
| Octal | 161 | 75 | 245 | 40 | 77 | 0 | 43 | 416 | 56 | 54 |
| Binary | 1110001 | 111101 | 10100101 | 100000 | 111111 | 0 | 100011 | 100001110 | 101110 | 101100 |
Color Harmonies of #713DA5
Complementary color
Monochromatic Colors of #713DA5
Black with #713DA5
Text Example
Text Example
White with #713DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713DA5; }
p { color: rgb(113,61,165); }
H1.HeaderClassName
{
color: #713DA5;
}
.AnyTagClassName
{
color: #713DA5;
}
</style>
background-color css
<style>
a { background-color: #713DA5; }
a { background-color: rgb(113,61,165); }
div.DivClassName
{
background-color: #713DA5;
}
.BgClassName
{
background-color: #713DA5;
}
</style>
border-color css
<style>
span { border-color: #713DA5; }
span { border-color: rgb(113,61,165); }
td.TdClassName
{
border-color: #713DA5;
}
.TagClassName
{
border-color: #713DA5;
}
</style>