Shades of Royal Purple #8037AB
Tints of Royal Purple #8037AB
RGB
CMYK
RGB Variations
Color information
#8037AB (or 0x8037AB) is known color: Royal Purple. HEX triplet: 80, 37 and AB. RGB value is (128,55,171). Sum of RGB (Red+Green+Blue) = 128+55+171=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #8037AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8037AB is #7FC854. Grayscale: #595959. Windows color (decimal): -8374357 or 11220864. OLE color: 11220864.
HSL color Cylindrical-coordinate representation of color #8037AB: hue angle of 277.76º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8037AB is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 55 | 171 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.33 |
| HSL | 277.76º | 0.51% | 0.44% | - |
| HSV(B) | 277.76º | 0.68% | 0.67% | - |
| XYZ | 17.62 | 10.26 | 39.58 | - |
| YUV | 90.05 | 173.68 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 55 | 171 | 0.25 | 0.68 | 0 | 0.33 | 277.76 | 0.51 | 0.44 |
| Hex | 80 | 37 | AB | 19 | 44 | 0 | 21 | 116 | 33 | 2C |
| Octal | 200 | 67 | 253 | 31 | 104 | 0 | 41 | 426 | 63 | 54 |
| Binary | 10000000 | 110111 | 10101011 | 11001 | 1000100 | 0 | 100001 | 100010110 | 110011 | 101100 |
Color Harmonies of #8037AB
Complementary color
Monochromatic Colors of #8037AB
Black with #8037AB
Text Example
Text Example
White with #8037AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8037AB; }
p { color: rgb(128,55,171); }
H1.HeaderClassName
{
color: #8037AB;
}
.AnyTagClassName
{
color: #8037AB;
}
</style>
background-color css
<style>
a { background-color: #8037AB; }
a { background-color: rgb(128,55,171); }
div.DivClassName
{
background-color: #8037AB;
}
.BgClassName
{
background-color: #8037AB;
}
</style>
border-color css
<style>
span { border-color: #8037AB; }
span { border-color: rgb(128,55,171); }
td.TdClassName
{
border-color: #8037AB;
}
.TagClassName
{
border-color: #8037AB;
}
</style>