Shades of Royal Purple #8132B1
Tints of Royal Purple #8132B1
RGB
CMYK
RGB Variations
Color information
#8132B1 (or 0x8132B1) is known color: Royal Purple. HEX triplet: 81, 32 and B1. RGB value is (129,50,177). Sum of RGB (Red+Green+Blue) = 129+50+177=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #8132B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8132B1 is #7ECD4E. Grayscale: #575757. Windows color (decimal): -8310095 or 11612801. OLE color: 11612801.
HSL color Cylindrical-coordinate representation of color #8132B1: hue angle of 277.32º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8132B1 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 50 | 177 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.31 |
| HSL | 277.32º | 0.56% | 0.45% | - |
| HSV(B) | 277.32º | 0.72% | 0.69% | - |
| XYZ | 18.13 | 10.12 | 42.59 | - |
| YUV | 88.1 | 178.17 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 50 | 177 | 0.27 | 0.72 | 0 | 0.31 | 277.32 | 0.56 | 0.45 |
| Hex | 81 | 32 | B1 | 1B | 48 | 0 | 1F | 115 | 38 | 2D |
| Octal | 201 | 62 | 261 | 33 | 110 | 0 | 37 | 425 | 70 | 55 |
| Binary | 10000001 | 110010 | 10110001 | 11011 | 1001000 | 0 | 11111 | 100010101 | 111000 | 101101 |
Color Harmonies of #8132B1
Complementary color
Monochromatic Colors of #8132B1
Black with #8132B1
Text Example
Text Example
White with #8132B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8132B1; }
p { color: rgb(129,50,177); }
H1.HeaderClassName
{
color: #8132B1;
}
.AnyTagClassName
{
color: #8132B1;
}
</style>
background-color css
<style>
a { background-color: #8132B1; }
a { background-color: rgb(129,50,177); }
div.DivClassName
{
background-color: #8132B1;
}
.BgClassName
{
background-color: #8132B1;
}
</style>
border-color css
<style>
span { border-color: #8132B1; }
span { border-color: rgb(129,50,177); }
td.TdClassName
{
border-color: #8132B1;
}
.TagClassName
{
border-color: #8132B1;
}
</style>