Shades of Royal Purple #802CB2
Tints of Royal Purple #802CB2
RGB
CMYK
RGB Variations
Color information
#802CB2 (or 0x802CB2) is known color: Royal Purple. HEX triplet: 80, 2C and B2. RGB value is (128,44,178). Sum of RGB (Red+Green+Blue) = 128+44+178=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 178 (69.92% from 255 or 50.86% from 350); Max value from RGB is 178 - color contains mainly: blue. Hex color #802CB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802CB2 is #7FD34D. Grayscale: #535353. Windows color (decimal): -8377166 or 11676800. OLE color: 11676800.
HSL color Cylindrical-coordinate representation of color #802CB2: hue angle of 277.61º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802CB2 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 44 | 178 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.30 |
| HSL | 277.61º | 0.6% | 0.44% | - |
| HSV(B) | 277.61º | 0.75% | 0.7% | - |
| XYZ | 17.84 | 9.6 | 43.03 | - |
| YUV | 84.39 | 180.83 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 178 | 0.28 | 0.75 | 0 | 0.30 | 277.61 | 0.6 | 0.44 |
| Hex | 80 | 2C | B2 | 1C | 4B | 0 | 1E | 116 | 3C | 2C |
| Octal | 200 | 54 | 262 | 34 | 113 | 0 | 36 | 426 | 74 | 54 |
| Binary | 10000000 | 101100 | 10110010 | 11100 | 1001011 | 0 | 11110 | 100010110 | 111100 | 101100 |
Color Harmonies of #802CB2
Complementary color
Monochromatic Colors of #802CB2
Black with #802CB2
Text Example
Text Example
White with #802CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802CB2; }
p { color: rgb(128,44,178); }
H1.HeaderClassName
{
color: #802CB2;
}
.AnyTagClassName
{
color: #802CB2;
}
</style>
background-color css
<style>
a { background-color: #802CB2; }
a { background-color: rgb(128,44,178); }
div.DivClassName
{
background-color: #802CB2;
}
.BgClassName
{
background-color: #802CB2;
}
</style>
border-color css
<style>
span { border-color: #802CB2; }
span { border-color: rgb(128,44,178); }
td.TdClassName
{
border-color: #802CB2;
}
.TagClassName
{
border-color: #802CB2;
}
</style>