Shades of Royal Purple #802DAF
Tints of Royal Purple #802DAF
RGB
CMYK
RGB Variations
Color information
#802DAF (or 0x802DAF) is known color: Royal Purple. HEX triplet: 80, 2D and AF. RGB value is (128,45,175). Sum of RGB (Red+Green+Blue) = 128+45+175=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #802DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802DAF is #7FD250. Grayscale: #545454. Windows color (decimal): -8376913 or 11480448. OLE color: 11480448.
HSL color Cylindrical-coordinate representation of color #802DAF: hue angle of 278.31º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #802DAF is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 45 | 175 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.31 |
| HSL | 278.31º | 0.59% | 0.43% | - |
| HSV(B) | 278.31º | 0.74% | 0.69% | - |
| XYZ | 17.58 | 9.56 | 41.48 | - |
| YUV | 84.64 | 179 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 175 | 0.27 | 0.74 | 0 | 0.31 | 278.31 | 0.59 | 0.43 |
| Hex | 80 | 2D | AF | 1B | 4A | 0 | 1F | 116 | 3B | 2B |
| Octal | 200 | 55 | 257 | 33 | 112 | 0 | 37 | 426 | 73 | 53 |
| Binary | 10000000 | 101101 | 10101111 | 11011 | 1001010 | 0 | 11111 | 100010110 | 111011 | 101011 |
Color Harmonies of #802DAF
Complementary color
Monochromatic Colors of #802DAF
Black with #802DAF
Text Example
Text Example
White with #802DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802DAF; }
p { color: rgb(128,45,175); }
H1.HeaderClassName
{
color: #802DAF;
}
.AnyTagClassName
{
color: #802DAF;
}
</style>
background-color css
<style>
a { background-color: #802DAF; }
a { background-color: rgb(128,45,175); }
div.DivClassName
{
background-color: #802DAF;
}
.BgClassName
{
background-color: #802DAF;
}
</style>
border-color css
<style>
span { border-color: #802DAF; }
span { border-color: rgb(128,45,175); }
td.TdClassName
{
border-color: #802DAF;
}
.TagClassName
{
border-color: #802DAF;
}
</style>