Shades of Royal Purple #8031AF
Tints of Royal Purple #8031AF
RGB
CMYK
RGB Variations
Color information
#8031AF (or 0x8031AF) is known color: Royal Purple. HEX triplet: 80, 31 and AF. RGB value is (128,49,175). Sum of RGB (Red+Green+Blue) = 128+49+175=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #8031AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8031AF is #7FCE50. Grayscale: #565656. Windows color (decimal): -8375889 or 11481472. OLE color: 11481472.
HSL color Cylindrical-coordinate representation of color #8031AF: hue angle of 277.62º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8031AF is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 49 | 175 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.31 |
| HSL | 277.62º | 0.56% | 0.44% | - |
| HSV(B) | 277.62º | 0.72% | 0.69% | - |
| XYZ | 17.74 | 9.88 | 41.53 | - |
| YUV | 86.99 | 177.67 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 175 | 0.27 | 0.72 | 0 | 0.31 | 277.62 | 0.56 | 0.44 |
| Hex | 80 | 31 | AF | 1B | 48 | 0 | 1F | 116 | 38 | 2C |
| Octal | 200 | 61 | 257 | 33 | 110 | 0 | 37 | 426 | 70 | 54 |
| Binary | 10000000 | 110001 | 10101111 | 11011 | 1001000 | 0 | 11111 | 100010110 | 111000 | 101100 |
Color Harmonies of #8031AF
Complementary color
Monochromatic Colors of #8031AF
Black with #8031AF
Text Example
Text Example
White with #8031AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8031AF; }
p { color: rgb(128,49,175); }
H1.HeaderClassName
{
color: #8031AF;
}
.AnyTagClassName
{
color: #8031AF;
}
</style>
background-color css
<style>
a { background-color: #8031AF; }
a { background-color: rgb(128,49,175); }
div.DivClassName
{
background-color: #8031AF;
}
.BgClassName
{
background-color: #8031AF;
}
</style>
border-color css
<style>
span { border-color: #8031AF; }
span { border-color: rgb(128,49,175); }
td.TdClassName
{
border-color: #8031AF;
}
.TagClassName
{
border-color: #8031AF;
}
</style>