Shades of Royal Purple #72419A
Tints of Royal Purple #72419A
RGB
CMYK
RGB Variations
Color information
#72419A (or 0x72419A) is known color: Royal Purple. HEX triplet: 72, 41 and 9A. RGB value is (114,65,154). Sum of RGB (Red+Green+Blue) = 114+65+154=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 154 - color contains mainly: blue. Hex color #72419A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72419A is #8DBE65. Grayscale: #595959. Windows color (decimal): -9289318 or 10109298. OLE color: 10109298.
HSL color Cylindrical-coordinate representation of color #72419A: hue angle of 273.03º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72419A is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 65 | 154 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.40 |
| HSL | 273.03º | 0.41% | 0.43% | - |
| HSV(B) | 273.03º | 0.58% | 0.6% | - |
| XYZ | 14.66 | 9.69 | 31.67 | - |
| YUV | 89.8 | 164.23 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 154 | 0.26 | 0.58 | 0 | 0.40 | 273.03 | 0.41 | 0.43 |
| Hex | 72 | 41 | 9A | 1A | 3A | 0 | 28 | 111 | 29 | 2B |
| Octal | 162 | 101 | 232 | 32 | 72 | 0 | 50 | 421 | 51 | 53 |
| Binary | 1110010 | 1000001 | 10011010 | 11010 | 111010 | 0 | 101000 | 100010001 | 101001 | 101011 |
Color Harmonies of #72419A
Complementary color
Monochromatic Colors of #72419A
Black with #72419A
Text Example
Text Example
White with #72419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72419A; }
p { color: rgb(114,65,154); }
H1.HeaderClassName
{
color: #72419A;
}
.AnyTagClassName
{
color: #72419A;
}
</style>
background-color css
<style>
a { background-color: #72419A; }
a { background-color: rgb(114,65,154); }
div.DivClassName
{
background-color: #72419A;
}
.BgClassName
{
background-color: #72419A;
}
</style>
border-color css
<style>
span { border-color: #72419A; }
span { border-color: rgb(114,65,154); }
td.TdClassName
{
border-color: #72419A;
}
.TagClassName
{
border-color: #72419A;
}
</style>