Shades of Royal Purple #8035AF
Tints of Royal Purple #8035AF
RGB
CMYK
RGB Variations
Color information
#8035AF (or 0x8035AF) is known color: Royal Purple. HEX triplet: 80, 35 and AF. RGB value is (128,53,175). Sum of RGB (Red+Green+Blue) = 128+53+175=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #8035AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8035AF is #7FCA50. Grayscale: #585858. Windows color (decimal): -8374865 or 11482496. OLE color: 11482496.
HSL color Cylindrical-coordinate representation of color #8035AF: hue angle of 276.89º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8035AF is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 53 | 175 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.31 |
| HSL | 276.89º | 0.54% | 0.45% | - |
| HSV(B) | 276.89º | 0.7% | 0.69% | - |
| XYZ | 17.91 | 10.23 | 41.59 | - |
| YUV | 89.33 | 176.35 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 175 | 0.27 | 0.70 | 0 | 0.31 | 276.89 | 0.54 | 0.45 |
| Hex | 80 | 35 | AF | 1B | 46 | 0 | 1F | 115 | 36 | 2D |
| Octal | 200 | 65 | 257 | 33 | 106 | 0 | 37 | 425 | 66 | 55 |
| Binary | 10000000 | 110101 | 10101111 | 11011 | 1000110 | 0 | 11111 | 100010101 | 110110 | 101101 |
Color Harmonies of #8035AF
Complementary color
Monochromatic Colors of #8035AF
Black with #8035AF
Text Example
Text Example
White with #8035AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8035AF; }
p { color: rgb(128,53,175); }
H1.HeaderClassName
{
color: #8035AF;
}
.AnyTagClassName
{
color: #8035AF;
}
</style>
background-color css
<style>
a { background-color: #8035AF; }
a { background-color: rgb(128,53,175); }
div.DivClassName
{
background-color: #8035AF;
}
.BgClassName
{
background-color: #8035AF;
}
</style>
border-color css
<style>
span { border-color: #8035AF; }
span { border-color: rgb(128,53,175); }
td.TdClassName
{
border-color: #8035AF;
}
.TagClassName
{
border-color: #8035AF;
}
</style>