Shades of Royal Purple #722CAC
Tints of Royal Purple #722CAC
RGB
CMYK
RGB Variations
Color information
#722CAC (or 0x722CAC) is known color: Royal Purple. HEX triplet: 72, 2C and AC. RGB value is (114,44,172). Sum of RGB (Red+Green+Blue) = 114+44+172=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #722CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722CAC is #8DD353. Grayscale: #4F4F4F. Windows color (decimal): -9294676 or 11283570. OLE color: 11283570.
HSL color Cylindrical-coordinate representation of color #722CAC: hue angle of 272.81º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #722CAC is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 44 | 172 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.33 |
| HSL | 272.81º | 0.59% | 0.42% | - |
| HSV(B) | 272.81º | 0.74% | 0.67% | - |
| XYZ | 15.29 | 8.36 | 39.84 | - |
| YUV | 79.52 | 180.19 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 172 | 0.34 | 0.74 | 0 | 0.33 | 272.81 | 0.59 | 0.42 |
| Hex | 72 | 2C | AC | 22 | 4A | 0 | 21 | 111 | 3B | 2A |
| Octal | 162 | 54 | 254 | 42 | 112 | 0 | 41 | 421 | 73 | 52 |
| Binary | 1110010 | 101100 | 10101100 | 100010 | 1001010 | 0 | 100001 | 100010001 | 111011 | 101010 |
Color Harmonies of #722CAC
Complementary color
Monochromatic Colors of #722CAC
Black with #722CAC
Text Example
Text Example
White with #722CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722CAC; }
p { color: rgb(114,44,172); }
H1.HeaderClassName
{
color: #722CAC;
}
.AnyTagClassName
{
color: #722CAC;
}
</style>
background-color css
<style>
a { background-color: #722CAC; }
a { background-color: rgb(114,44,172); }
div.DivClassName
{
background-color: #722CAC;
}
.BgClassName
{
background-color: #722CAC;
}
</style>
border-color css
<style>
span { border-color: #722CAC; }
span { border-color: rgb(114,44,172); }
td.TdClassName
{
border-color: #722CAC;
}
.TagClassName
{
border-color: #722CAC;
}
</style>