Shades of Royal Purple #7828AA
Tints of Royal Purple #7828AA
RGB
CMYK
RGB Variations
Color information
#7828AA (or 0x7828AA) is known color: Royal Purple. HEX triplet: 78, 28 and AA. RGB value is (120,40,170). Sum of RGB (Red+Green+Blue) = 120+40+170=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #7828AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7828AA is #87D755. Grayscale: #4E4E4E. Windows color (decimal): -8902486 or 11151480. OLE color: 11151480.
HSL color Cylindrical-coordinate representation of color #7828AA: hue angle of 276.92º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7828AA is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 40 | 170 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.33 |
| HSL | 276.92º | 0.62% | 0.41% | - |
| HSV(B) | 276.92º | 0.76% | 0.67% | - |
| XYZ | 15.76 | 8.41 | 38.82 | - |
| YUV | 78.74 | 179.5 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 170 | 0.29 | 0.76 | 0 | 0.33 | 276.92 | 0.62 | 0.41 |
| Hex | 78 | 28 | AA | 1D | 4C | 0 | 21 | 115 | 3E | 29 |
| Octal | 170 | 50 | 252 | 35 | 114 | 0 | 41 | 425 | 76 | 51 |
| Binary | 1111000 | 101000 | 10101010 | 11101 | 1001100 | 0 | 100001 | 100010101 | 111110 | 101001 |
Color Harmonies of #7828AA
Complementary color
Monochromatic Colors of #7828AA
Black with #7828AA
Text Example
Text Example
White with #7828AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7828AA; }
p { color: rgb(120,40,170); }
H1.HeaderClassName
{
color: #7828AA;
}
.AnyTagClassName
{
color: #7828AA;
}
</style>
background-color css
<style>
a { background-color: #7828AA; }
a { background-color: rgb(120,40,170); }
div.DivClassName
{
background-color: #7828AA;
}
.BgClassName
{
background-color: #7828AA;
}
</style>
border-color css
<style>
span { border-color: #7828AA; }
span { border-color: rgb(120,40,170); }
td.TdClassName
{
border-color: #7828AA;
}
.TagClassName
{
border-color: #7828AA;
}
</style>