Shades of Royal Purple #8133AF
Tints of Royal Purple #8133AF
RGB
CMYK
RGB Variations
Color information
#8133AF (or 0x8133AF) is known color: Royal Purple. HEX triplet: 81, 33 and AF. RGB value is (129,51,175). Sum of RGB (Red+Green+Blue) = 129+51+175=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #8133AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8133AF is #7ECC50. Grayscale: #585858. Windows color (decimal): -8309841 or 11481985. OLE color: 11481985.
HSL color Cylindrical-coordinate representation of color #8133AF: hue angle of 277.74º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8133AF is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 51 | 175 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.31 |
| HSL | 277.74º | 0.55% | 0.44% | - |
| HSV(B) | 277.74º | 0.71% | 0.69% | - |
| XYZ | 17.97 | 10.13 | 41.57 | - |
| YUV | 88.46 | 176.84 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 51 | 175 | 0.26 | 0.71 | 0 | 0.31 | 277.74 | 0.55 | 0.44 |
| Hex | 81 | 33 | AF | 1A | 47 | 0 | 1F | 116 | 37 | 2C |
| Octal | 201 | 63 | 257 | 32 | 107 | 0 | 37 | 426 | 67 | 54 |
| Binary | 10000001 | 110011 | 10101111 | 11010 | 1000111 | 0 | 11111 | 100010110 | 110111 | 101100 |
Color Harmonies of #8133AF
Complementary color
Monochromatic Colors of #8133AF
Black with #8133AF
Text Example
Text Example
White with #8133AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8133AF; }
p { color: rgb(129,51,175); }
H1.HeaderClassName
{
color: #8133AF;
}
.AnyTagClassName
{
color: #8133AF;
}
</style>
background-color css
<style>
a { background-color: #8133AF; }
a { background-color: rgb(129,51,175); }
div.DivClassName
{
background-color: #8133AF;
}
.BgClassName
{
background-color: #8133AF;
}
</style>
border-color css
<style>
span { border-color: #8133AF; }
span { border-color: rgb(129,51,175); }
td.TdClassName
{
border-color: #8133AF;
}
.TagClassName
{
border-color: #8133AF;
}
</style>