Shades of Royal Purple #8130AE
Tints of Royal Purple #8130AE
RGB
CMYK
RGB Variations
Color information
#8130AE (or 0x8130AE) is known color: Royal Purple. HEX triplet: 81, 30 and AE. RGB value is (129,48,174). Sum of RGB (Red+Green+Blue) = 129+48+174=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #8130AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8130AE is #7ECF51. Grayscale: #565656. Windows color (decimal): -8310610 or 11415681. OLE color: 11415681.
HSL color Cylindrical-coordinate representation of color #8130AE: hue angle of 278.57º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8130AE is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 48 | 174 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.32 |
| HSL | 278.57º | 0.57% | 0.44% | - |
| HSV(B) | 278.57º | 0.72% | 0.68% | - |
| XYZ | 17.75 | 9.84 | 41.01 | - |
| YUV | 86.58 | 177.34 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 48 | 174 | 0.26 | 0.72 | 0 | 0.32 | 278.57 | 0.57 | 0.44 |
| Hex | 81 | 30 | AE | 1A | 48 | 0 | 20 | 117 | 39 | 2C |
| Octal | 201 | 60 | 256 | 32 | 110 | 0 | 40 | 427 | 71 | 54 |
| Binary | 10000001 | 110000 | 10101110 | 11010 | 1001000 | 0 | 100000 | 100010111 | 111001 | 101100 |
Color Harmonies of #8130AE
Complementary color
Monochromatic Colors of #8130AE
Black with #8130AE
Text Example
Text Example
White with #8130AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8130AE; }
p { color: rgb(129,48,174); }
H1.HeaderClassName
{
color: #8130AE;
}
.AnyTagClassName
{
color: #8130AE;
}
</style>
background-color css
<style>
a { background-color: #8130AE; }
a { background-color: rgb(129,48,174); }
div.DivClassName
{
background-color: #8130AE;
}
.BgClassName
{
background-color: #8130AE;
}
</style>
border-color css
<style>
span { border-color: #8130AE; }
span { border-color: rgb(129,48,174); }
td.TdClassName
{
border-color: #8130AE;
}
.TagClassName
{
border-color: #8130AE;
}
</style>