Shades of Dark Purple #802484
Tints of Dark Purple #802484
RGB
CMYK
RGB Variations
Color information
#802484 (or 0x802484) is known color: Dark Purple. HEX triplet: 80, 24 and 84. RGB value is (128,36,132). Sum of RGB (Red+Green+Blue) = 128+36+132=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #802484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802484 is #7FDB7B. Grayscale: #4A4A4A. Windows color (decimal): -8379260 or 8660096. OLE color: 8660096.
HSL color Cylindrical-coordinate representation of color #802484: hue angle of 297.5º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802484 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 36 | 132 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.48 |
| HSL | 297.5º | 0.57% | 0.33% | - |
| HSV(B) | 297.5º | 0.73% | 0.52% | - |
| XYZ | 13.7 | 7.52 | 22.56 | - |
| YUV | 74.45 | 160.48 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 132 | 0.03 | 0.73 | 0 | 0.48 | 297.5 | 0.57 | 0.33 |
| Hex | 80 | 24 | 84 | 3 | 49 | 0 | 30 | 12A | 39 | 21 |
| Octal | 200 | 44 | 204 | 3 | 111 | 0 | 60 | 452 | 71 | 41 |
| Binary | 10000000 | 100100 | 10000100 | 11 | 1001001 | 0 | 110000 | 100101010 | 111001 | 100001 |
Color Harmonies of #802484
Complementary color
Monochromatic Colors of #802484
Black with #802484
Text Example
Text Example
White with #802484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802484; }
p { color: rgb(128,36,132); }
H1.HeaderClassName
{
color: #802484;
}
.AnyTagClassName
{
color: #802484;
}
</style>
background-color css
<style>
a { background-color: #802484; }
a { background-color: rgb(128,36,132); }
div.DivClassName
{
background-color: #802484;
}
.BgClassName
{
background-color: #802484;
}
</style>
border-color css
<style>
span { border-color: #802484; }
span { border-color: rgb(128,36,132); }
td.TdClassName
{
border-color: #802484;
}
.TagClassName
{
border-color: #802484;
}
</style>