Shades of Royal Purple #72419D
Tints of Royal Purple #72419D
RGB
CMYK
RGB Variations
Color information
#72419D (or 0x72419D) is known color: Royal Purple. HEX triplet: 72, 41 and 9D. RGB value is (114,65,157). Sum of RGB (Red+Green+Blue) = 114+65+157=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #72419D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72419D is #8DBE62. Grayscale: #595959. Windows color (decimal): -9289315 or 10305906. OLE color: 10305906.
HSL color Cylindrical-coordinate representation of color #72419D: hue angle of 271.96º degrees, saturation: 0.41, 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 #72419D is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 65 | 157 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.38 |
| HSL | 271.96º | 0.41% | 0.44% | - |
| HSV(B) | 271.96º | 0.59% | 0.62% | - |
| XYZ | 14.92 | 9.79 | 33 | - |
| YUV | 90.14 | 165.73 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 157 | 0.27 | 0.59 | 0 | 0.38 | 271.96 | 0.41 | 0.44 |
| Hex | 72 | 41 | 9D | 1B | 3B | 0 | 26 | 110 | 29 | 2C |
| Octal | 162 | 101 | 235 | 33 | 73 | 0 | 46 | 420 | 51 | 54 |
| Binary | 1110010 | 1000001 | 10011101 | 11011 | 111011 | 0 | 100110 | 100010000 | 101001 | 101100 |
Color Harmonies of #72419D
Complementary color
Monochromatic Colors of #72419D
Black with #72419D
Text Example
Text Example
White with #72419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72419D; }
p { color: rgb(114,65,157); }
H1.HeaderClassName
{
color: #72419D;
}
.AnyTagClassName
{
color: #72419D;
}
</style>
background-color css
<style>
a { background-color: #72419D; }
a { background-color: rgb(114,65,157); }
div.DivClassName
{
background-color: #72419D;
}
.BgClassName
{
background-color: #72419D;
}
</style>
border-color css
<style>
span { border-color: #72419D; }
span { border-color: rgb(114,65,157); }
td.TdClassName
{
border-color: #72419D;
}
.TagClassName
{
border-color: #72419D;
}
</style>