Shades of Royal Purple #731CA6
Tints of Royal Purple #731CA6
RGB
CMYK
RGB Variations
Color information
#731CA6 (or 0x731CA6) is known color: Royal Purple. HEX triplet: 73, 1C and A6. RGB value is (115,28,166). Sum of RGB (Red+Green+Blue) = 115+28+166=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 166 (65.23% from 255 or 53.72% from 309); Max value from RGB is 166 - color contains mainly: blue. Hex color #731CA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731CA6 is #8CE359. Grayscale: #454545. Windows color (decimal): -9233242 or 10886259. OLE color: 10886259.
HSL color Cylindrical-coordinate representation of color #731CA6: hue angle of 277.83º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #731CA6 is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 28 | 166 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.35 |
| HSL | 277.83º | 0.71% | 0.38% | - |
| HSV(B) | 277.83º | 0.83% | 0.65% | - |
| XYZ | 14.37 | 7.23 | 36.71 | - |
| YUV | 69.75 | 182.32 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 166 | 0.31 | 0.83 | 0 | 0.35 | 277.83 | 0.71 | 0.38 |
| Hex | 73 | 1C | A6 | 1F | 53 | 0 | 23 | 116 | 47 | 26 |
| Octal | 163 | 34 | 246 | 37 | 123 | 0 | 43 | 426 | 107 | 46 |
| Binary | 1110011 | 11100 | 10100110 | 11111 | 1010011 | 0 | 100011 | 100010110 | 1000111 | 100110 |
Color Harmonies of #731CA6
Complementary color
Monochromatic Colors of #731CA6
Black with #731CA6
Text Example
Text Example
White with #731CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731CA6; }
p { color: rgb(115,28,166); }
H1.HeaderClassName
{
color: #731CA6;
}
.AnyTagClassName
{
color: #731CA6;
}
</style>
background-color css
<style>
a { background-color: #731CA6; }
a { background-color: rgb(115,28,166); }
div.DivClassName
{
background-color: #731CA6;
}
.BgClassName
{
background-color: #731CA6;
}
</style>
border-color css
<style>
span { border-color: #731CA6; }
span { border-color: rgb(115,28,166); }
td.TdClassName
{
border-color: #731CA6;
}
.TagClassName
{
border-color: #731CA6;
}
</style>