Shades of Royal Purple #8035AD
Tints of Royal Purple #8035AD
RGB
CMYK
RGB Variations
Color information
#8035AD (or 0x8035AD) is known color: Royal Purple. HEX triplet: 80, 35 and AD. RGB value is (128,53,173). Sum of RGB (Red+Green+Blue) = 128+53+173=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #8035AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8035AD is #7FCA52. Grayscale: #585858. Windows color (decimal): -8374867 or 11351424. OLE color: 11351424.
HSL color Cylindrical-coordinate representation of color #8035AD: hue angle of 277.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8035AD is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 53 | 173 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.32 |
| HSL | 277.5º | 0.53% | 0.44% | - |
| HSV(B) | 277.5º | 0.69% | 0.68% | - |
| XYZ | 17.72 | 10.15 | 40.56 | - |
| YUV | 89.11 | 175.35 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 173 | 0.26 | 0.69 | 0 | 0.32 | 277.5 | 0.53 | 0.44 |
| Hex | 80 | 35 | AD | 1A | 45 | 0 | 20 | 116 | 35 | 2C |
| Octal | 200 | 65 | 255 | 32 | 105 | 0 | 40 | 426 | 65 | 54 |
| Binary | 10000000 | 110101 | 10101101 | 11010 | 1000101 | 0 | 100000 | 100010110 | 110101 | 101100 |
Color Harmonies of #8035AD
Complementary color
Monochromatic Colors of #8035AD
Black with #8035AD
Text Example
Text Example
White with #8035AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8035AD; }
p { color: rgb(128,53,173); }
H1.HeaderClassName
{
color: #8035AD;
}
.AnyTagClassName
{
color: #8035AD;
}
</style>
background-color css
<style>
a { background-color: #8035AD; }
a { background-color: rgb(128,53,173); }
div.DivClassName
{
background-color: #8035AD;
}
.BgClassName
{
background-color: #8035AD;
}
</style>
border-color css
<style>
span { border-color: #8035AD; }
span { border-color: rgb(128,53,173); }
td.TdClassName
{
border-color: #8035AD;
}
.TagClassName
{
border-color: #8035AD;
}
</style>