Shades of Royal Purple #722C9B
Tints of Royal Purple #722C9B
RGB
CMYK
RGB Variations
Color information
#722C9B (or 0x722C9B) is known color: Royal Purple. HEX triplet: 72, 2C and 9B. RGB value is (114,44,155). Sum of RGB (Red+Green+Blue) = 114+44+155=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #722C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722C9B is #8DD364. Grayscale: #4D4D4D. Windows color (decimal): -9294693 or 10169458. OLE color: 10169458.
HSL color Cylindrical-coordinate representation of color #722C9B: hue angle of 277.84º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #722C9B is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 44 | 155 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.39 |
| HSL | 277.84º | 0.56% | 0.39% | - |
| HSV(B) | 277.84º | 0.72% | 0.61% | - |
| XYZ | 13.76 | 7.75 | 31.78 | - |
| YUV | 77.58 | 171.69 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 155 | 0.26 | 0.72 | 0 | 0.39 | 277.84 | 0.56 | 0.39 |
| Hex | 72 | 2C | 9B | 1A | 48 | 0 | 27 | 116 | 38 | 27 |
| Octal | 162 | 54 | 233 | 32 | 110 | 0 | 47 | 426 | 70 | 47 |
| Binary | 1110010 | 101100 | 10011011 | 11010 | 1001000 | 0 | 100111 | 100010110 | 111000 | 100111 |
Color Harmonies of #722C9B
Complementary color
Monochromatic Colors of #722C9B
Black with #722C9B
Text Example
Text Example
White with #722C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C9B; }
p { color: rgb(114,44,155); }
H1.HeaderClassName
{
color: #722C9B;
}
.AnyTagClassName
{
color: #722C9B;
}
</style>
background-color css
<style>
a { background-color: #722C9B; }
a { background-color: rgb(114,44,155); }
div.DivClassName
{
background-color: #722C9B;
}
.BgClassName
{
background-color: #722C9B;
}
</style>
border-color css
<style>
span { border-color: #722C9B; }
span { border-color: rgb(114,44,155); }
td.TdClassName
{
border-color: #722C9B;
}
.TagClassName
{
border-color: #722C9B;
}
</style>