Shades of Royal Purple #7830AB
Tints of Royal Purple #7830AB
RGB
CMYK
RGB Variations
Color information
#7830AB (or 0x7830AB) is known color: Royal Purple. HEX triplet: 78, 30 and AB. RGB value is (120,48,171). Sum of RGB (Red+Green+Blue) = 120+48+171=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 48 (19.14% from 255 or 14.16% 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 #7830AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7830AB is #87CF54. Grayscale: #535353. Windows color (decimal): -8900437 or 11219064. OLE color: 11219064.
HSL color Cylindrical-coordinate representation of color #7830AB: hue angle of 275.12º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7830AB is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 48 | 171 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.33 |
| HSL | 275.12º | 0.56% | 0.43% | - |
| HSV(B) | 275.12º | 0.72% | 0.67% | - |
| XYZ | 16.15 | 9.05 | 39.42 | - |
| YUV | 83.55 | 177.35 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 48 | 171 | 0.30 | 0.72 | 0 | 0.33 | 275.12 | 0.56 | 0.43 |
| Hex | 78 | 30 | AB | 1E | 48 | 0 | 21 | 113 | 38 | 2B |
| Octal | 170 | 60 | 253 | 36 | 110 | 0 | 41 | 423 | 70 | 53 |
| Binary | 1111000 | 110000 | 10101011 | 11110 | 1001000 | 0 | 100001 | 100010011 | 111000 | 101011 |
Color Harmonies of #7830AB
Complementary color
Monochromatic Colors of #7830AB
Black with #7830AB
Text Example
Text Example
White with #7830AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7830AB; }
p { color: rgb(120,48,171); }
H1.HeaderClassName
{
color: #7830AB;
}
.AnyTagClassName
{
color: #7830AB;
}
</style>
background-color css
<style>
a { background-color: #7830AB; }
a { background-color: rgb(120,48,171); }
div.DivClassName
{
background-color: #7830AB;
}
.BgClassName
{
background-color: #7830AB;
}
</style>
border-color css
<style>
span { border-color: #7830AB; }
span { border-color: rgb(120,48,171); }
td.TdClassName
{
border-color: #7830AB;
}
.TagClassName
{
border-color: #7830AB;
}
</style>