Shades of Royal Purple #7828AB
Tints of Royal Purple #7828AB
RGB
CMYK
RGB Variations
Color information
#7828AB (or 0x7828AB) is known color: Royal Purple. HEX triplet: 78, 28 and AB. RGB value is (120,40,171). Sum of RGB (Red+Green+Blue) = 120+40+171=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #7828AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7828AB is #87D754. Grayscale: #4E4E4E. Windows color (decimal): -8902485 or 11217016. OLE color: 11217016.
HSL color Cylindrical-coordinate representation of color #7828AB: hue angle of 276.64º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7828AB is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 40 | 171 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.33 |
| HSL | 276.64º | 0.62% | 0.41% | - |
| HSV(B) | 276.64º | 0.77% | 0.67% | - |
| XYZ | 15.86 | 8.45 | 39.32 | - |
| YUV | 78.85 | 180 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 171 | 0.30 | 0.77 | 0 | 0.33 | 276.64 | 0.62 | 0.41 |
| Hex | 78 | 28 | AB | 1E | 4D | 0 | 21 | 115 | 3E | 29 |
| Octal | 170 | 50 | 253 | 36 | 115 | 0 | 41 | 425 | 76 | 51 |
| Binary | 1111000 | 101000 | 10101011 | 11110 | 1001101 | 0 | 100001 | 100010101 | 111110 | 101001 |
Color Harmonies of #7828AB
Complementary color
Monochromatic Colors of #7828AB
Black with #7828AB
Text Example
Text Example
White with #7828AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7828AB; }
p { color: rgb(120,40,171); }
H1.HeaderClassName
{
color: #7828AB;
}
.AnyTagClassName
{
color: #7828AB;
}
</style>
background-color css
<style>
a { background-color: #7828AB; }
a { background-color: rgb(120,40,171); }
div.DivClassName
{
background-color: #7828AB;
}
.BgClassName
{
background-color: #7828AB;
}
</style>
border-color css
<style>
span { border-color: #7828AB; }
span { border-color: rgb(120,40,171); }
td.TdClassName
{
border-color: #7828AB;
}
.TagClassName
{
border-color: #7828AB;
}
</style>