Shades of Royal Purple #792FA3
Tints of Royal Purple #792FA3
RGB
CMYK
RGB Variations
Color information
#792FA3 (or 0x792FA3) is known color: Royal Purple. HEX triplet: 79, 2F and A3. RGB value is (121,47,163). Sum of RGB (Red+Green+Blue) = 121+47+163=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 163 (64.06% from 255 or 49.24% from 331); Max value from RGB is 163 - color contains mainly: blue. Hex color #792FA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792FA3 is #86D05C. Grayscale: #515151. Windows color (decimal): -8835165 or 10694521. OLE color: 10694521.
HSL color Cylindrical-coordinate representation of color #792FA3: hue angle of 278.28º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #792FA3 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 47 | 163 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.36 |
| HSL | 278.28º | 0.55% | 0.41% | - |
| HSV(B) | 278.28º | 0.71% | 0.64% | - |
| XYZ | 15.51 | 8.74 | 35.52 | - |
| YUV | 82.35 | 173.52 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 47 | 163 | 0.26 | 0.71 | 0 | 0.36 | 278.28 | 0.55 | 0.41 |
| Hex | 79 | 2F | A3 | 1A | 47 | 0 | 24 | 116 | 37 | 29 |
| Octal | 171 | 57 | 243 | 32 | 107 | 0 | 44 | 426 | 67 | 51 |
| Binary | 1111001 | 101111 | 10100011 | 11010 | 1000111 | 0 | 100100 | 100010110 | 110111 | 101001 |
Color Harmonies of #792FA3
Complementary color
Monochromatic Colors of #792FA3
Black with #792FA3
Text Example
Text Example
White with #792FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792FA3; }
p { color: rgb(121,47,163); }
H1.HeaderClassName
{
color: #792FA3;
}
.AnyTagClassName
{
color: #792FA3;
}
</style>
background-color css
<style>
a { background-color: #792FA3; }
a { background-color: rgb(121,47,163); }
div.DivClassName
{
background-color: #792FA3;
}
.BgClassName
{
background-color: #792FA3;
}
</style>
border-color css
<style>
span { border-color: #792FA3; }
span { border-color: rgb(121,47,163); }
td.TdClassName
{
border-color: #792FA3;
}
.TagClassName
{
border-color: #792FA3;
}
</style>