Shades of Royal Purple #731FA8
Tints of Royal Purple #731FA8
RGB
CMYK
RGB Variations
Color information
#731FA8 (or 0x731FA8) is known color: Royal Purple. HEX triplet: 73, 1F and A8. RGB value is (115,31,168). Sum of RGB (Red+Green+Blue) = 115+31+168=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 168 (66.02% from 255 or 53.50% from 314); Max value from RGB is 168 - color contains mainly: blue. Hex color #731FA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731FA8 is #8CE057. Grayscale: #474747. Windows color (decimal): -9232472 or 11018099. OLE color: 11018099.
HSL color Cylindrical-coordinate representation of color #731FA8: hue angle of 276.79º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #731FA8 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 31 | 168 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.34 |
| HSL | 276.79º | 0.69% | 0.39% | - |
| HSV(B) | 276.79º | 0.82% | 0.66% | - |
| XYZ | 14.63 | 7.45 | 37.71 | - |
| YUV | 71.73 | 182.33 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 31 | 168 | 0.32 | 0.82 | 0 | 0.34 | 276.79 | 0.69 | 0.39 |
| Hex | 73 | 1F | A8 | 20 | 52 | 0 | 22 | 115 | 45 | 27 |
| Octal | 163 | 37 | 250 | 40 | 122 | 0 | 42 | 425 | 105 | 47 |
| Binary | 1110011 | 11111 | 10101000 | 100000 | 1010010 | 0 | 100010 | 100010101 | 1000101 | 100111 |
Color Harmonies of #731FA8
Complementary color
Monochromatic Colors of #731FA8
Black with #731FA8
Text Example
Text Example
White with #731FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731FA8; }
p { color: rgb(115,31,168); }
H1.HeaderClassName
{
color: #731FA8;
}
.AnyTagClassName
{
color: #731FA8;
}
</style>
background-color css
<style>
a { background-color: #731FA8; }
a { background-color: rgb(115,31,168); }
div.DivClassName
{
background-color: #731FA8;
}
.BgClassName
{
background-color: #731FA8;
}
</style>
border-color css
<style>
span { border-color: #731FA8; }
span { border-color: rgb(115,31,168); }
td.TdClassName
{
border-color: #731FA8;
}
.TagClassName
{
border-color: #731FA8;
}
</style>