Shades of Royal Purple #72419F
Tints of Royal Purple #72419F
RGB
CMYK
RGB Variations
Color information
#72419F (or 0x72419F) is known color: Royal Purple. HEX triplet: 72, 41 and 9F. RGB value is (114,65,159). Sum of RGB (Red+Green+Blue) = 114+65+159=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #72419F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72419F is #8DBE60. Grayscale: #5A5A5A. Windows color (decimal): -9289313 or 10436978. OLE color: 10436978.
HSL color Cylindrical-coordinate representation of color #72419F: hue angle of 271.28º 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 #72419F is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 65 | 159 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.38 |
| HSL | 271.28º | 0.42% | 0.44% | - |
| HSV(B) | 271.28º | 0.59% | 0.62% | - |
| XYZ | 15.09 | 9.86 | 33.91 | - |
| YUV | 90.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 159 | 0.28 | 0.59 | 0 | 0.38 | 271.28 | 0.42 | 0.44 |
| Hex | 72 | 41 | 9F | 1C | 3B | 0 | 26 | 10F | 2A | 2C |
| Octal | 162 | 101 | 237 | 34 | 73 | 0 | 46 | 417 | 52 | 54 |
| Binary | 1110010 | 1000001 | 10011111 | 11100 | 111011 | 0 | 100110 | 100001111 | 101010 | 101100 |
Color Harmonies of #72419F
Complementary color
Monochromatic Colors of #72419F
Black with #72419F
Text Example
Text Example
White with #72419F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72419F; }
p { color: rgb(114,65,159); }
H1.HeaderClassName
{
color: #72419F;
}
.AnyTagClassName
{
color: #72419F;
}
</style>
background-color css
<style>
a { background-color: #72419F; }
a { background-color: rgb(114,65,159); }
div.DivClassName
{
background-color: #72419F;
}
.BgClassName
{
background-color: #72419F;
}
</style>
border-color css
<style>
span { border-color: #72419F; }
span { border-color: rgb(114,65,159); }
td.TdClassName
{
border-color: #72419F;
}
.TagClassName
{
border-color: #72419F;
}
</style>