Shades of Royal Purple #792FAB
Tints of Royal Purple #792FAB
RGB
CMYK
RGB Variations
Color information
#792FAB (or 0x792FAB) is known color: Royal Purple. HEX triplet: 79, 2F and AB. RGB value is (121,47,171). Sum of RGB (Red+Green+Blue) = 121+47+171=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #792FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792FAB is #86D054. Grayscale: #525252. Windows color (decimal): -8835157 or 11218809. OLE color: 11218809.
HSL color Cylindrical-coordinate representation of color #792FAB: hue angle of 275.81º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #792FAB is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 47 | 171 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.33 |
| HSL | 275.81º | 0.57% | 0.43% | - |
| HSV(B) | 275.81º | 0.73% | 0.67% | - |
| XYZ | 16.25 | 9.04 | 39.42 | - |
| YUV | 83.26 | 177.52 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 47 | 171 | 0.29 | 0.73 | 0 | 0.33 | 275.81 | 0.57 | 0.43 |
| Hex | 79 | 2F | AB | 1D | 49 | 0 | 21 | 114 | 39 | 2B |
| Octal | 171 | 57 | 253 | 35 | 111 | 0 | 41 | 424 | 71 | 53 |
| Binary | 1111001 | 101111 | 10101011 | 11101 | 1001001 | 0 | 100001 | 100010100 | 111001 | 101011 |
Color Harmonies of #792FAB
Complementary color
Monochromatic Colors of #792FAB
Black with #792FAB
Text Example
Text Example
White with #792FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792FAB; }
p { color: rgb(121,47,171); }
H1.HeaderClassName
{
color: #792FAB;
}
.AnyTagClassName
{
color: #792FAB;
}
</style>
background-color css
<style>
a { background-color: #792FAB; }
a { background-color: rgb(121,47,171); }
div.DivClassName
{
background-color: #792FAB;
}
.BgClassName
{
background-color: #792FAB;
}
</style>
border-color css
<style>
span { border-color: #792FAB; }
span { border-color: rgb(121,47,171); }
td.TdClassName
{
border-color: #792FAB;
}
.TagClassName
{
border-color: #792FAB;
}
</style>