Shades of Dark Purple #802572
Tints of Dark Purple #802572
RGB
CMYK
RGB Variations
Color information
#802572 (or 0x802572) is known color: Dark Purple. HEX triplet: 80, 25 and 72. RGB value is (128,37,114). Sum of RGB (Red+Green+Blue) = 128+37+114=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #802572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802572 is #7FDA8D. Grayscale: #484848. Windows color (decimal): -8379022 or 7480704. OLE color: 7480704.
HSL color Cylindrical-coordinate representation of color #802572: hue angle of 309.23º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #802572 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 37 | 114 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.50 |
| HSL | 309.23º | 0.55% | 0.32% | - |
| HSV(B) | 309.23º | 0.71% | 0.5% | - |
| XYZ | 12.6 | 7.13 | 16.63 | - |
| YUV | 72.99 | 151.15 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 114 | 0 | 0.71 | 0.11 | 0.50 | 309.23 | 0.55 | 0.32 |
| Hex | 80 | 25 | 72 | 0 | 47 | B | 32 | 135 | 37 | 20 |
| Octal | 200 | 45 | 162 | 0 | 107 | 13 | 62 | 465 | 67 | 40 |
| Binary | 10000000 | 100101 | 1110010 | 0 | 1000111 | 1011 | 110010 | 100110101 | 110111 | 100000 |
Color Harmonies of #802572
Complementary color
Monochromatic Colors of #802572
Black with #802572
Text Example
Text Example
White with #802572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802572; }
p { color: rgb(128,37,114); }
H1.HeaderClassName
{
color: #802572;
}
.AnyTagClassName
{
color: #802572;
}
</style>
background-color css
<style>
a { background-color: #802572; }
a { background-color: rgb(128,37,114); }
div.DivClassName
{
background-color: #802572;
}
.BgClassName
{
background-color: #802572;
}
</style>
border-color css
<style>
span { border-color: #802572; }
span { border-color: rgb(128,37,114); }
td.TdClassName
{
border-color: #802572;
}
.TagClassName
{
border-color: #802572;
}
</style>