Shades of Royal Purple #8032AD
Tints of Royal Purple #8032AD
RGB
CMYK
RGB Variations
Color information
#8032AD (or 0x8032AD) is known color: Royal Purple. HEX triplet: 80, 32 and AD. RGB value is (128,50,173). Sum of RGB (Red+Green+Blue) = 128+50+173=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #8032AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8032AD is #7FCD52. Grayscale: #565656. Windows color (decimal): -8375635 or 11350656. OLE color: 11350656.
HSL color Cylindrical-coordinate representation of color #8032AD: hue angle of 278.05º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8032AD is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 50 | 173 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.32 |
| HSL | 278.05º | 0.55% | 0.44% | - |
| HSV(B) | 278.05º | 0.71% | 0.68% | - |
| XYZ | 17.59 | 9.89 | 40.52 | - |
| YUV | 87.34 | 176.34 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 173 | 0.26 | 0.71 | 0 | 0.32 | 278.05 | 0.55 | 0.44 |
| Hex | 80 | 32 | AD | 1A | 47 | 0 | 20 | 116 | 37 | 2C |
| Octal | 200 | 62 | 255 | 32 | 107 | 0 | 40 | 426 | 67 | 54 |
| Binary | 10000000 | 110010 | 10101101 | 11010 | 1000111 | 0 | 100000 | 100010110 | 110111 | 101100 |
Color Harmonies of #8032AD
Complementary color
Monochromatic Colors of #8032AD
Black with #8032AD
Text Example
Text Example
White with #8032AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8032AD; }
p { color: rgb(128,50,173); }
H1.HeaderClassName
{
color: #8032AD;
}
.AnyTagClassName
{
color: #8032AD;
}
</style>
background-color css
<style>
a { background-color: #8032AD; }
a { background-color: rgb(128,50,173); }
div.DivClassName
{
background-color: #8032AD;
}
.BgClassName
{
background-color: #8032AD;
}
</style>
border-color css
<style>
span { border-color: #8032AD; }
span { border-color: rgb(128,50,173); }
td.TdClassName
{
border-color: #8032AD;
}
.TagClassName
{
border-color: #8032AD;
}
</style>