Shades of Royal Purple #802DAE
Tints of Royal Purple #802DAE
RGB
CMYK
RGB Variations
Color information
#802DAE (or 0x802DAE) is known color: Royal Purple. HEX triplet: 80, 2D and AE. RGB value is (128,45,174). Sum of RGB (Red+Green+Blue) = 128+45+174=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #802DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802DAE is #7FD251. Grayscale: #545454. Windows color (decimal): -8376914 or 11414912. OLE color: 11414912.
HSL color Cylindrical-coordinate representation of color #802DAE: hue angle of 278.6º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #802DAE is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 45 | 174 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.32 |
| HSL | 278.6º | 0.59% | 0.43% | - |
| HSV(B) | 278.6º | 0.74% | 0.68% | - |
| XYZ | 17.48 | 9.52 | 40.96 | - |
| YUV | 84.52 | 178.5 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 174 | 0.26 | 0.74 | 0 | 0.32 | 278.6 | 0.59 | 0.43 |
| Hex | 80 | 2D | AE | 1A | 4A | 0 | 20 | 117 | 3B | 2B |
| Octal | 200 | 55 | 256 | 32 | 112 | 0 | 40 | 427 | 73 | 53 |
| Binary | 10000000 | 101101 | 10101110 | 11010 | 1001010 | 0 | 100000 | 100010111 | 111011 | 101011 |
Color Harmonies of #802DAE
Complementary color
Monochromatic Colors of #802DAE
Black with #802DAE
Text Example
Text Example
White with #802DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802DAE; }
p { color: rgb(128,45,174); }
H1.HeaderClassName
{
color: #802DAE;
}
.AnyTagClassName
{
color: #802DAE;
}
</style>
background-color css
<style>
a { background-color: #802DAE; }
a { background-color: rgb(128,45,174); }
div.DivClassName
{
background-color: #802DAE;
}
.BgClassName
{
background-color: #802DAE;
}
</style>
border-color css
<style>
span { border-color: #802DAE; }
span { border-color: rgb(128,45,174); }
td.TdClassName
{
border-color: #802DAE;
}
.TagClassName
{
border-color: #802DAE;
}
</style>