Shades of Royal Purple #792AA8
Tints of Royal Purple #792AA8
RGB
CMYK
RGB Variations
Color information
#792AA8 (or 0x792AA8) is known color: Royal Purple. HEX triplet: 79, 2A and A8. RGB value is (121,42,168). Sum of RGB (Red+Green+Blue) = 121+42+168=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 168 (66.02% from 255 or 50.76% from 331); Max value from RGB is 168 - color contains mainly: blue. Hex color #792AA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792AA8 is #86D557. Grayscale: #4F4F4F. Windows color (decimal): -8836440 or 11020921. OLE color: 11020921.
HSL color Cylindrical-coordinate representation of color #792AA8: hue angle of 277.62º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #792AA8 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 121 | 42 | 168 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.34 |
| HSL | 277.62º | 0.6% | 0.41% | - |
| HSV(B) | 277.62º | 0.75% | 0.66% | - |
| XYZ | 15.78 | 8.55 | 37.86 | - |
| YUV | 79.99 | 177.67 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 42 | 168 | 0.28 | 0.75 | 0 | 0.34 | 277.62 | 0.6 | 0.41 |
| Hex | 79 | 2A | A8 | 1C | 4B | 0 | 22 | 116 | 3C | 29 |
| Octal | 171 | 52 | 250 | 34 | 113 | 0 | 42 | 426 | 74 | 51 |
| Binary | 1111001 | 101010 | 10101000 | 11100 | 1001011 | 0 | 100010 | 100010110 | 111100 | 101001 |
Color Harmonies of #792AA8
Complementary color
Monochromatic Colors of #792AA8
Black with #792AA8
Text Example
Text Example
White with #792AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792AA8; }
p { color: rgb(121,42,168); }
H1.HeaderClassName
{
color: #792AA8;
}
.AnyTagClassName
{
color: #792AA8;
}
</style>
background-color css
<style>
a { background-color: #792AA8; }
a { background-color: rgb(121,42,168); }
div.DivClassName
{
background-color: #792AA8;
}
.BgClassName
{
background-color: #792AA8;
}
</style>
border-color css
<style>
span { border-color: #792AA8; }
span { border-color: rgb(121,42,168); }
td.TdClassName
{
border-color: #792AA8;
}
.TagClassName
{
border-color: #792AA8;
}
</style>