Shades of Royal Purple #802CB1
Tints of Royal Purple #802CB1
RGB
CMYK
RGB Variations
Color information
#802CB1 (or 0x802CB1) is known color: Royal Purple. HEX triplet: 80, 2C and B1. RGB value is (128,44,177). Sum of RGB (Red+Green+Blue) = 128+44+177=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 44 (17.58% from 255 or 12.61% from 349); Blue value is 177 (69.53% from 255 or 50.72% from 349); Max value from RGB is 177 - color contains mainly: blue. Hex color #802CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802CB1 is #7FD34E. Grayscale: #535353. Windows color (decimal): -8377167 or 11611264. OLE color: 11611264.
HSL color Cylindrical-coordinate representation of color #802CB1: hue angle of 277.89º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802CB1 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 44 | 177 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.31 |
| HSL | 277.89º | 0.6% | 0.43% | - |
| HSV(B) | 277.89º | 0.75% | 0.69% | - |
| XYZ | 17.74 | 9.56 | 42.51 | - |
| YUV | 84.28 | 180.33 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 177 | 0.28 | 0.75 | 0 | 0.31 | 277.89 | 0.6 | 0.43 |
| Hex | 80 | 2C | B1 | 1C | 4B | 0 | 1F | 116 | 3C | 2B |
| Octal | 200 | 54 | 261 | 34 | 113 | 0 | 37 | 426 | 74 | 53 |
| Binary | 10000000 | 101100 | 10110001 | 11100 | 1001011 | 0 | 11111 | 100010110 | 111100 | 101011 |
Color Harmonies of #802CB1
Complementary color
Monochromatic Colors of #802CB1
Black with #802CB1
Text Example
Text Example
White with #802CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802CB1; }
p { color: rgb(128,44,177); }
H1.HeaderClassName
{
color: #802CB1;
}
.AnyTagClassName
{
color: #802CB1;
}
</style>
background-color css
<style>
a { background-color: #802CB1; }
a { background-color: rgb(128,44,177); }
div.DivClassName
{
background-color: #802CB1;
}
.BgClassName
{
background-color: #802CB1;
}
</style>
border-color css
<style>
span { border-color: #802CB1; }
span { border-color: rgb(128,44,177); }
td.TdClassName
{
border-color: #802CB1;
}
.TagClassName
{
border-color: #802CB1;
}
</style>