Shades of Royal Purple #8033AD
Tints of Royal Purple #8033AD
RGB
CMYK
RGB Variations
Color information
#8033AD (or 0x8033AD) is known color: Royal Purple. HEX triplet: 80, 33 and AD. RGB value is (128,51,173). Sum of RGB (Red+Green+Blue) = 128+51+173=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #8033AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8033AD is #7FCC52. Grayscale: #575757. Windows color (decimal): -8375379 or 11350912. OLE color: 11350912.
HSL color Cylindrical-coordinate representation of color #8033AD: hue angle of 277.87º degrees, saturation: 0.54, 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 #8033AD is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 51 | 173 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.32 |
| HSL | 277.87º | 0.54% | 0.44% | - |
| HSV(B) | 277.87º | 0.71% | 0.68% | - |
| XYZ | 17.63 | 9.97 | 40.53 | - |
| YUV | 87.93 | 176.01 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 51 | 173 | 0.26 | 0.71 | 0 | 0.32 | 277.87 | 0.54 | 0.44 |
| Hex | 80 | 33 | AD | 1A | 47 | 0 | 20 | 116 | 36 | 2C |
| Octal | 200 | 63 | 255 | 32 | 107 | 0 | 40 | 426 | 66 | 54 |
| Binary | 10000000 | 110011 | 10101101 | 11010 | 1000111 | 0 | 100000 | 100010110 | 110110 | 101100 |
Color Harmonies of #8033AD
Complementary color
Monochromatic Colors of #8033AD
Black with #8033AD
Text Example
Text Example
White with #8033AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8033AD; }
p { color: rgb(128,51,173); }
H1.HeaderClassName
{
color: #8033AD;
}
.AnyTagClassName
{
color: #8033AD;
}
</style>
background-color css
<style>
a { background-color: #8033AD; }
a { background-color: rgb(128,51,173); }
div.DivClassName
{
background-color: #8033AD;
}
.BgClassName
{
background-color: #8033AD;
}
</style>
border-color css
<style>
span { border-color: #8033AD; }
span { border-color: rgb(128,51,173); }
td.TdClassName
{
border-color: #8033AD;
}
.TagClassName
{
border-color: #8033AD;
}
</style>