Shades of Royal Purple #7826AD
Tints of Royal Purple #7826AD
RGB
CMYK
RGB Variations
Color information
#7826AD (or 0x7826AD) is known color: Royal Purple. HEX triplet: 78, 26 and AD. RGB value is (120,38,173). Sum of RGB (Red+Green+Blue) = 120+38+173=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #7826AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7826AD is #87D952. Grayscale: #4D4D4D. Windows color (decimal): -8902995 or 11347576. OLE color: 11347576.
HSL color Cylindrical-coordinate representation of color #7826AD: hue angle of 276.44º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7826AD is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 38 | 173 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.32 |
| HSL | 276.44º | 0.64% | 0.41% | - |
| HSV(B) | 276.44º | 0.78% | 0.68% | - |
| XYZ | 15.98 | 8.4 | 40.31 | - |
| YUV | 77.91 | 181.67 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 38 | 173 | 0.31 | 0.78 | 0 | 0.32 | 276.44 | 0.64 | 0.41 |
| Hex | 78 | 26 | AD | 1F | 4E | 0 | 20 | 114 | 40 | 29 |
| Octal | 170 | 46 | 255 | 37 | 116 | 0 | 40 | 424 | 100 | 51 |
| Binary | 1111000 | 100110 | 10101101 | 11111 | 1001110 | 0 | 100000 | 100010100 | 1000000 | 101001 |
Color Harmonies of #7826AD
Complementary color
Monochromatic Colors of #7826AD
Black with #7826AD
Text Example
Text Example
White with #7826AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7826AD; }
p { color: rgb(120,38,173); }
H1.HeaderClassName
{
color: #7826AD;
}
.AnyTagClassName
{
color: #7826AD;
}
</style>
background-color css
<style>
a { background-color: #7826AD; }
a { background-color: rgb(120,38,173); }
div.DivClassName
{
background-color: #7826AD;
}
.BgClassName
{
background-color: #7826AD;
}
</style>
border-color css
<style>
span { border-color: #7826AD; }
span { border-color: rgb(120,38,173); }
td.TdClassName
{
border-color: #7826AD;
}
.TagClassName
{
border-color: #7826AD;
}
</style>