Shades of Royal Purple #8130AF
Tints of Royal Purple #8130AF
RGB
CMYK
RGB Variations
Color information
#8130AF (or 0x8130AF) is known color: Royal Purple. HEX triplet: 81, 30 and AF. RGB value is (129,48,175). Sum of RGB (Red+Green+Blue) = 129+48+175=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 48 (19.14% from 255 or 13.64% 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 #8130AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8130AF is #7ECF50. Grayscale: #565656. Windows color (decimal): -8310609 or 11481217. OLE color: 11481217.
HSL color Cylindrical-coordinate representation of color #8130AF: hue angle of 278.27º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8130AF is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 48 | 175 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.31 |
| HSL | 278.27º | 0.57% | 0.44% | - |
| HSV(B) | 278.27º | 0.73% | 0.69% | - |
| XYZ | 17.85 | 9.88 | 41.52 | - |
| YUV | 86.7 | 177.84 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 48 | 175 | 0.26 | 0.73 | 0 | 0.31 | 278.27 | 0.57 | 0.44 |
| Hex | 81 | 30 | AF | 1A | 49 | 0 | 1F | 116 | 39 | 2C |
| Octal | 201 | 60 | 257 | 32 | 111 | 0 | 37 | 426 | 71 | 54 |
| Binary | 10000001 | 110000 | 10101111 | 11010 | 1001001 | 0 | 11111 | 100010110 | 111001 | 101100 |
Color Harmonies of #8130AF
Complementary color
Monochromatic Colors of #8130AF
Black with #8130AF
Text Example
Text Example
White with #8130AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8130AF; }
p { color: rgb(129,48,175); }
H1.HeaderClassName
{
color: #8130AF;
}
.AnyTagClassName
{
color: #8130AF;
}
</style>
background-color css
<style>
a { background-color: #8130AF; }
a { background-color: rgb(129,48,175); }
div.DivClassName
{
background-color: #8130AF;
}
.BgClassName
{
background-color: #8130AF;
}
</style>
border-color css
<style>
span { border-color: #8130AF; }
span { border-color: rgb(129,48,175); }
td.TdClassName
{
border-color: #8130AF;
}
.TagClassName
{
border-color: #8130AF;
}
</style>