Shades of Royal Purple #72409F
Tints of Royal Purple #72409F
RGB
CMYK
RGB Variations
Color information
#72409F (or 0x72409F) is known color: Royal Purple. HEX triplet: 72, 40 and 9F. RGB value is (114,64,159). Sum of RGB (Red+Green+Blue) = 114+64+159=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #72409F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72409F is #8DBF60. Grayscale: #595959. Windows color (decimal): -9289569 or 10436722. OLE color: 10436722.
HSL color Cylindrical-coordinate representation of color #72409F: hue angle of 271.58º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72409F is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 64 | 159 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.38 |
| HSL | 271.58º | 0.43% | 0.44% | - |
| HSV(B) | 271.58º | 0.6% | 0.62% | - |
| XYZ | 15.03 | 9.75 | 33.89 | - |
| YUV | 89.78 | 167.07 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 64 | 159 | 0.28 | 0.60 | 0 | 0.38 | 271.58 | 0.43 | 0.44 |
| Hex | 72 | 40 | 9F | 1C | 3C | 0 | 26 | 110 | 2B | 2C |
| Octal | 162 | 100 | 237 | 34 | 74 | 0 | 46 | 420 | 53 | 54 |
| Binary | 1110010 | 1000000 | 10011111 | 11100 | 111100 | 0 | 100110 | 100010000 | 101011 | 101100 |
Color Harmonies of #72409F
Complementary color
Monochromatic Colors of #72409F
Black with #72409F
Text Example
Text Example
White with #72409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72409F; }
p { color: rgb(114,64,159); }
H1.HeaderClassName
{
color: #72409F;
}
.AnyTagClassName
{
color: #72409F;
}
</style>
background-color css
<style>
a { background-color: #72409F; }
a { background-color: rgb(114,64,159); }
div.DivClassName
{
background-color: #72409F;
}
.BgClassName
{
background-color: #72409F;
}
</style>
border-color css
<style>
span { border-color: #72409F; }
span { border-color: rgb(114,64,159); }
td.TdClassName
{
border-color: #72409F;
}
.TagClassName
{
border-color: #72409F;
}
</style>