Shades of Purple #81027B
Tints of Purple #81027B
RGB
CMYK
RGB Variations
Color information
#81027B (or 0x81027B) is known color: Purple. HEX triplet: 81, 02 and 7B. RGB value is (129,2,123). Sum of RGB (Red+Green+Blue) = 129+2+123=254 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.79% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 129 - color contains mainly: red. Hex color #81027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81027B is #7EFD84. Grayscale: #353535. Windows color (decimal): -8322437 or 8061569. OLE color: 8061569.
HSL color Cylindrical-coordinate representation of color #81027B: hue angle of 302.83º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81027B is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 2 | 123 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.49 |
| HSL | 302.83º | 0.97% | 0.26% | - |
| HSV(B) | 302.83º | 0.98% | 0.51% | - |
| XYZ | 12.65 | 6.14 | 19.26 | - |
| YUV | 53.77 | 167.08 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 123 | 0 | 0.98 | 0.05 | 0.49 | 302.83 | 0.97 | 0.26 |
| Hex | 81 | 2 | 7B | 0 | 62 | 5 | 31 | 12F | 61 | 1A |
| Octal | 201 | 2 | 173 | 0 | 142 | 5 | 61 | 457 | 141 | 32 |
| Binary | 10000001 | 10 | 1111011 | 0 | 1100010 | 101 | 110001 | 100101111 | 1100001 | 11010 |
Color Harmonies of #81027B
Complementary color
Monochromatic Colors of #81027B
Black with #81027B
Text Example
Text Example
White with #81027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81027B; }
p { color: rgb(129,2,123); }
H1.HeaderClassName
{
color: #81027B;
}
.AnyTagClassName
{
color: #81027B;
}
</style>
background-color css
<style>
a { background-color: #81027B; }
a { background-color: rgb(129,2,123); }
div.DivClassName
{
background-color: #81027B;
}
.BgClassName
{
background-color: #81027B;
}
</style>
border-color css
<style>
span { border-color: #81027B; }
span { border-color: rgb(129,2,123); }
td.TdClassName
{
border-color: #81027B;
}
.TagClassName
{
border-color: #81027B;
}
</style>