Shades of Royal Purple #802FB0
Tints of Royal Purple #802FB0
RGB
CMYK
RGB Variations
Color information
#802FB0 (or 0x802FB0) is known color: Royal Purple. HEX triplet: 80, 2F and B0. RGB value is (128,47,176). Sum of RGB (Red+Green+Blue) = 128+47+176=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 176 (69.14% from 255 or 50.14% from 351); Max value from RGB is 176 - color contains mainly: blue. Hex color #802FB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802FB0 is #7FD04F. Grayscale: #555555. Windows color (decimal): -8376400 or 11546496. OLE color: 11546496.
HSL color Cylindrical-coordinate representation of color #802FB0: hue angle of 277.67º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802FB0 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 47 | 176 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.31 |
| HSL | 277.67º | 0.58% | 0.44% | - |
| HSV(B) | 277.67º | 0.73% | 0.69% | - |
| XYZ | 17.76 | 9.76 | 42.02 | - |
| YUV | 85.93 | 178.84 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 47 | 176 | 0.27 | 0.73 | 0 | 0.31 | 277.67 | 0.58 | 0.44 |
| Hex | 80 | 2F | B0 | 1B | 49 | 0 | 1F | 116 | 3A | 2C |
| Octal | 200 | 57 | 260 | 33 | 111 | 0 | 37 | 426 | 72 | 54 |
| Binary | 10000000 | 101111 | 10110000 | 11011 | 1001001 | 0 | 11111 | 100010110 | 111010 | 101100 |
Color Harmonies of #802FB0
Complementary color
Monochromatic Colors of #802FB0
Black with #802FB0
Text Example
Text Example
White with #802FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802FB0; }
p { color: rgb(128,47,176); }
H1.HeaderClassName
{
color: #802FB0;
}
.AnyTagClassName
{
color: #802FB0;
}
</style>
background-color css
<style>
a { background-color: #802FB0; }
a { background-color: rgb(128,47,176); }
div.DivClassName
{
background-color: #802FB0;
}
.BgClassName
{
background-color: #802FB0;
}
</style>
border-color css
<style>
span { border-color: #802FB0; }
span { border-color: rgb(128,47,176); }
td.TdClassName
{
border-color: #802FB0;
}
.TagClassName
{
border-color: #802FB0;
}
</style>