Shades of Royal Purple #72269E
Tints of Royal Purple #72269E
RGB
CMYK
RGB Variations
Color information
#72269E (or 0x72269E) is known color: Royal Purple. HEX triplet: 72, 26 and 9E. RGB value is (114,38,158). Sum of RGB (Red+Green+Blue) = 114+38+158=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #72269E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72269E is #8DD961. Grayscale: #494949. Windows color (decimal): -9296226 or 10364530. OLE color: 10364530.
HSL color Cylindrical-coordinate representation of color #72269E: hue angle of 278º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72269E is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 38 | 158 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.38 |
| HSL | 278º | 0.61% | 0.38% | - |
| HSV(B) | 278º | 0.76% | 0.62% | - |
| XYZ | 13.8 | 7.43 | 33.05 | - |
| YUV | 74.4 | 175.18 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 38 | 158 | 0.28 | 0.76 | 0 | 0.38 | 278 | 0.61 | 0.38 |
| Hex | 72 | 26 | 9E | 1C | 4C | 0 | 26 | 116 | 3D | 26 |
| Octal | 162 | 46 | 236 | 34 | 114 | 0 | 46 | 426 | 75 | 46 |
| Binary | 1110010 | 100110 | 10011110 | 11100 | 1001100 | 0 | 100110 | 100010110 | 111101 | 100110 |
Color Harmonies of #72269E
Complementary color
Monochromatic Colors of #72269E
Black with #72269E
Text Example
Text Example
White with #72269E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72269E; }
p { color: rgb(114,38,158); }
H1.HeaderClassName
{
color: #72269E;
}
.AnyTagClassName
{
color: #72269E;
}
</style>
background-color css
<style>
a { background-color: #72269E; }
a { background-color: rgb(114,38,158); }
div.DivClassName
{
background-color: #72269E;
}
.BgClassName
{
background-color: #72269E;
}
</style>
border-color css
<style>
span { border-color: #72269E; }
span { border-color: rgb(114,38,158); }
td.TdClassName
{
border-color: #72269E;
}
.TagClassName
{
border-color: #72269E;
}
</style>