Shades of Royal Purple #7830AA
Tints of Royal Purple #7830AA
RGB
CMYK
RGB Variations
Color information
#7830AA (or 0x7830AA) is known color: Royal Purple. HEX triplet: 78, 30 and AA. RGB value is (120,48,170). Sum of RGB (Red+Green+Blue) = 120+48+170=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #7830AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7830AA is #87CF55. Grayscale: #535353. Windows color (decimal): -8900438 or 11153528. OLE color: 11153528.
HSL color Cylindrical-coordinate representation of color #7830AA: hue angle of 275.41º 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 #7830AA is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 48 | 170 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.33 |
| HSL | 275.41º | 0.56% | 0.43% | - |
| HSV(B) | 275.41º | 0.72% | 0.67% | - |
| XYZ | 16.06 | 9.01 | 38.92 | - |
| YUV | 83.44 | 176.85 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 48 | 170 | 0.29 | 0.72 | 0 | 0.33 | 275.41 | 0.56 | 0.43 |
| Hex | 78 | 30 | AA | 1D | 48 | 0 | 21 | 113 | 38 | 2B |
| Octal | 170 | 60 | 252 | 35 | 110 | 0 | 41 | 423 | 70 | 53 |
| Binary | 1111000 | 110000 | 10101010 | 11101 | 1001000 | 0 | 100001 | 100010011 | 111000 | 101011 |
Color Harmonies of #7830AA
Complementary color
Monochromatic Colors of #7830AA
Black with #7830AA
Text Example
Text Example
White with #7830AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7830AA; }
p { color: rgb(120,48,170); }
H1.HeaderClassName
{
color: #7830AA;
}
.AnyTagClassName
{
color: #7830AA;
}
</style>
background-color css
<style>
a { background-color: #7830AA; }
a { background-color: rgb(120,48,170); }
div.DivClassName
{
background-color: #7830AA;
}
.BgClassName
{
background-color: #7830AA;
}
</style>
border-color css
<style>
span { border-color: #7830AA; }
span { border-color: rgb(120,48,170); }
td.TdClassName
{
border-color: #7830AA;
}
.TagClassName
{
border-color: #7830AA;
}
</style>