Shades of Royal Purple #731DA5
Tints of Royal Purple #731DA5
RGB
CMYK
RGB Variations
Color information
#731DA5 (or 0x731DA5) is known color: Royal Purple. HEX triplet: 73, 1D and A5. RGB value is (115,29,165). Sum of RGB (Red+Green+Blue) = 115+29+165=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 165 (64.84% from 255 or 53.40% from 309); Max value from RGB is 165 - color contains mainly: blue. Hex color #731DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731DA5 is #8CE25A. Grayscale: #454545. Windows color (decimal): -9232987 or 10820979. OLE color: 10820979.
HSL color Cylindrical-coordinate representation of color #731DA5: hue angle of 277.94º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #731DA5 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 29 | 165 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.35 |
| HSL | 277.94º | 0.7% | 0.38% | - |
| HSV(B) | 277.94º | 0.82% | 0.65% | - |
| XYZ | 14.3 | 7.24 | 36.24 | - |
| YUV | 70.22 | 181.49 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 165 | 0.30 | 0.82 | 0 | 0.35 | 277.94 | 0.7 | 0.38 |
| Hex | 73 | 1D | A5 | 1E | 52 | 0 | 23 | 116 | 46 | 26 |
| Octal | 163 | 35 | 245 | 36 | 122 | 0 | 43 | 426 | 106 | 46 |
| Binary | 1110011 | 11101 | 10100101 | 11110 | 1010010 | 0 | 100011 | 100010110 | 1000110 | 100110 |
Color Harmonies of #731DA5
Complementary color
Monochromatic Colors of #731DA5
Black with #731DA5
Text Example
Text Example
White with #731DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731DA5; }
p { color: rgb(115,29,165); }
H1.HeaderClassName
{
color: #731DA5;
}
.AnyTagClassName
{
color: #731DA5;
}
</style>
background-color css
<style>
a { background-color: #731DA5; }
a { background-color: rgb(115,29,165); }
div.DivClassName
{
background-color: #731DA5;
}
.BgClassName
{
background-color: #731DA5;
}
</style>
border-color css
<style>
span { border-color: #731DA5; }
span { border-color: rgb(115,29,165); }
td.TdClassName
{
border-color: #731DA5;
}
.TagClassName
{
border-color: #731DA5;
}
</style>