Shades of Royal Purple #7835A7
Tints of Royal Purple #7835A7
RGB
CMYK
RGB Variations
Color information
#7835A7 (or 0x7835A7) is known color: Royal Purple. HEX triplet: 78, 35 and A7. RGB value is (120,53,167). Sum of RGB (Red+Green+Blue) = 120+53+167=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 167 (65.62% from 255 or 49.12% from 340); Max value from RGB is 167 - color contains mainly: blue. Hex color #7835A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7835A7 is #87CA58. Grayscale: #555555. Windows color (decimal): -8899161 or 10958200. OLE color: 10958200.
HSL color Cylindrical-coordinate representation of color #7835A7: hue angle of 275.26º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7835A7 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 120 | 53 | 167 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.35 |
| HSL | 275.26º | 0.52% | 0.43% | - |
| HSV(B) | 275.26º | 0.68% | 0.65% | - |
| XYZ | 15.99 | 9.33 | 37.52 | - |
| YUV | 86.03 | 173.7 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 53 | 167 | 0.28 | 0.68 | 0 | 0.35 | 275.26 | 0.52 | 0.43 |
| Hex | 78 | 35 | A7 | 1C | 44 | 0 | 23 | 113 | 34 | 2B |
| Octal | 170 | 65 | 247 | 34 | 104 | 0 | 43 | 423 | 64 | 53 |
| Binary | 1111000 | 110101 | 10100111 | 11100 | 1000100 | 0 | 100011 | 100010011 | 110100 | 101011 |
Color Harmonies of #7835A7
Complementary color
Monochromatic Colors of #7835A7
Black with #7835A7
Text Example
Text Example
White with #7835A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7835A7; }
p { color: rgb(120,53,167); }
H1.HeaderClassName
{
color: #7835A7;
}
.AnyTagClassName
{
color: #7835A7;
}
</style>
background-color css
<style>
a { background-color: #7835A7; }
a { background-color: rgb(120,53,167); }
div.DivClassName
{
background-color: #7835A7;
}
.BgClassName
{
background-color: #7835A7;
}
</style>
border-color css
<style>
span { border-color: #7835A7; }
span { border-color: rgb(120,53,167); }
td.TdClassName
{
border-color: #7835A7;
}
.TagClassName
{
border-color: #7835A7;
}
</style>