Shades of Royal Purple #72419E
Tints of Royal Purple #72419E
RGB
CMYK
RGB Variations
Color information
#72419E (or 0x72419E) is known color: Royal Purple. HEX triplet: 72, 41 and 9E. RGB value is (114,65,158). Sum of RGB (Red+Green+Blue) = 114+65+158=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #72419E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72419E is #8DBE61. Grayscale: #595959. Windows color (decimal): -9289314 or 10371442. OLE color: 10371442.
HSL color Cylindrical-coordinate representation of color #72419E: hue angle of 271.61º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72419E is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 65 | 158 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.38 |
| HSL | 271.61º | 0.42% | 0.44% | - |
| HSV(B) | 271.61º | 0.59% | 0.62% | - |
| XYZ | 15 | 9.83 | 33.45 | - |
| YUV | 90.25 | 166.23 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 158 | 0.28 | 0.59 | 0 | 0.38 | 271.61 | 0.42 | 0.44 |
| Hex | 72 | 41 | 9E | 1C | 3B | 0 | 26 | 110 | 2A | 2C |
| Octal | 162 | 101 | 236 | 34 | 73 | 0 | 46 | 420 | 52 | 54 |
| Binary | 1110010 | 1000001 | 10011110 | 11100 | 111011 | 0 | 100110 | 100010000 | 101010 | 101100 |
Color Harmonies of #72419E
Complementary color
Monochromatic Colors of #72419E
Black with #72419E
Text Example
Text Example
White with #72419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72419E; }
p { color: rgb(114,65,158); }
H1.HeaderClassName
{
color: #72419E;
}
.AnyTagClassName
{
color: #72419E;
}
</style>
background-color css
<style>
a { background-color: #72419E; }
a { background-color: rgb(114,65,158); }
div.DivClassName
{
background-color: #72419E;
}
.BgClassName
{
background-color: #72419E;
}
</style>
border-color css
<style>
span { border-color: #72419E; }
span { border-color: rgb(114,65,158); }
td.TdClassName
{
border-color: #72419E;
}
.TagClassName
{
border-color: #72419E;
}
</style>