Shades of Royal Purple #7826AB
Tints of Royal Purple #7826AB
RGB
CMYK
RGB Variations
Color information
#7826AB (or 0x7826AB) is known color: Royal Purple. HEX triplet: 78, 26 and AB. RGB value is (120,38,171). Sum of RGB (Red+Green+Blue) = 120+38+171=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #7826AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7826AB is #87D954. Grayscale: #4D4D4D. Windows color (decimal): -8902997 or 11216504. OLE color: 11216504.
HSL color Cylindrical-coordinate representation of color #7826AB: hue angle of 276.99º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7826AB is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 38 | 171 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.33 |
| HSL | 276.99º | 0.64% | 0.41% | - |
| HSV(B) | 276.99º | 0.78% | 0.67% | - |
| XYZ | 15.79 | 8.32 | 39.3 | - |
| YUV | 77.68 | 180.67 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 38 | 171 | 0.30 | 0.78 | 0 | 0.33 | 276.99 | 0.64 | 0.41 |
| Hex | 78 | 26 | AB | 1E | 4E | 0 | 21 | 115 | 40 | 29 |
| Octal | 170 | 46 | 253 | 36 | 116 | 0 | 41 | 425 | 100 | 51 |
| Binary | 1111000 | 100110 | 10101011 | 11110 | 1001110 | 0 | 100001 | 100010101 | 1000000 | 101001 |
Color Harmonies of #7826AB
Complementary color
Monochromatic Colors of #7826AB
Black with #7826AB
Text Example
Text Example
White with #7826AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7826AB; }
p { color: rgb(120,38,171); }
H1.HeaderClassName
{
color: #7826AB;
}
.AnyTagClassName
{
color: #7826AB;
}
</style>
background-color css
<style>
a { background-color: #7826AB; }
a { background-color: rgb(120,38,171); }
div.DivClassName
{
background-color: #7826AB;
}
.BgClassName
{
background-color: #7826AB;
}
</style>
border-color css
<style>
span { border-color: #7826AB; }
span { border-color: rgb(120,38,171); }
td.TdClassName
{
border-color: #7826AB;
}
.TagClassName
{
border-color: #7826AB;
}
</style>