Shades of Royal Purple #72269F
Tints of Royal Purple #72269F
RGB
CMYK
RGB Variations
Color information
#72269F (or 0x72269F) is known color: Royal Purple. HEX triplet: 72, 26 and 9F. RGB value is (114,38,159). Sum of RGB (Red+Green+Blue) = 114+38+159=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #72269F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72269F is #8DD960. Grayscale: #4A4A4A. Windows color (decimal): -9296225 or 10430066. OLE color: 10430066.
HSL color Cylindrical-coordinate representation of color #72269F: hue angle of 277.69º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72269F is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 38 | 159 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.38 |
| HSL | 277.69º | 0.61% | 0.39% | - |
| HSV(B) | 277.69º | 0.76% | 0.62% | - |
| XYZ | 13.89 | 7.47 | 33.51 | - |
| YUV | 74.52 | 175.68 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 38 | 159 | 0.28 | 0.76 | 0 | 0.38 | 277.69 | 0.61 | 0.39 |
| Hex | 72 | 26 | 9F | 1C | 4C | 0 | 26 | 116 | 3D | 27 |
| Octal | 162 | 46 | 237 | 34 | 114 | 0 | 46 | 426 | 75 | 47 |
| Binary | 1110010 | 100110 | 10011111 | 11100 | 1001100 | 0 | 100110 | 100010110 | 111101 | 100111 |
Color Harmonies of #72269F
Complementary color
Monochromatic Colors of #72269F
Black with #72269F
Text Example
Text Example
White with #72269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72269F; }
p { color: rgb(114,38,159); }
H1.HeaderClassName
{
color: #72269F;
}
.AnyTagClassName
{
color: #72269F;
}
</style>
background-color css
<style>
a { background-color: #72269F; }
a { background-color: rgb(114,38,159); }
div.DivClassName
{
background-color: #72269F;
}
.BgClassName
{
background-color: #72269F;
}
</style>
border-color css
<style>
span { border-color: #72269F; }
span { border-color: rgb(114,38,159); }
td.TdClassName
{
border-color: #72269F;
}
.TagClassName
{
border-color: #72269F;
}
</style>