Shades of Royal Purple #722B9F
Tints of Royal Purple #722B9F
RGB
CMYK
RGB Variations
Color information
#722B9F (or 0x722B9F) is known color: Royal Purple. HEX triplet: 72, 2B and 9F. RGB value is (114,43,159). Sum of RGB (Red+Green+Blue) = 114+43+159=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 159 (62.5% from 255 or 50.32% from 316); Max value from RGB is 159 - color contains mainly: blue. Hex color #722B9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722B9F is #8DD460. Grayscale: #4D4D4D. Windows color (decimal): -9294945 or 10431346. OLE color: 10431346.
HSL color Cylindrical-coordinate representation of color #722B9F: hue angle of 276.72º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #722B9F is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 43 | 159 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.38 |
| HSL | 276.72º | 0.57% | 0.4% | - |
| HSV(B) | 276.72º | 0.73% | 0.62% | - |
| XYZ | 14.06 | 7.81 | 33.57 | - |
| YUV | 77.45 | 174.02 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 43 | 159 | 0.28 | 0.73 | 0 | 0.38 | 276.72 | 0.57 | 0.4 |
| Hex | 72 | 2B | 9F | 1C | 49 | 0 | 26 | 115 | 39 | 28 |
| Octal | 162 | 53 | 237 | 34 | 111 | 0 | 46 | 425 | 71 | 50 |
| Binary | 1110010 | 101011 | 10011111 | 11100 | 1001001 | 0 | 100110 | 100010101 | 111001 | 101000 |
Color Harmonies of #722B9F
Complementary color
Monochromatic Colors of #722B9F
Black with #722B9F
Text Example
Text Example
White with #722B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722B9F; }
p { color: rgb(114,43,159); }
H1.HeaderClassName
{
color: #722B9F;
}
.AnyTagClassName
{
color: #722B9F;
}
</style>
background-color css
<style>
a { background-color: #722B9F; }
a { background-color: rgb(114,43,159); }
div.DivClassName
{
background-color: #722B9F;
}
.BgClassName
{
background-color: #722B9F;
}
</style>
border-color css
<style>
span { border-color: #722B9F; }
span { border-color: rgb(114,43,159); }
td.TdClassName
{
border-color: #722B9F;
}
.TagClassName
{
border-color: #722B9F;
}
</style>