Shades of Dark Purple #80247D
Tints of Dark Purple #80247D
RGB
CMYK
RGB Variations
Color information
#80247D (or 0x80247D) is known color: Dark Purple. HEX triplet: 80, 24 and 7D. RGB value is (128,36,125). Sum of RGB (Red+Green+Blue) = 128+36+125=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #80247D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80247D is #7FDB82. Grayscale: #494949. Windows color (decimal): -8379267 or 8201344. OLE color: 8201344.
HSL color Cylindrical-coordinate representation of color #80247D: hue angle of 301.96º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80247D is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 36 | 125 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.50 |
| HSL | 301.96º | 0.56% | 0.32% | - |
| HSV(B) | 301.96º | 0.72% | 0.5% | - |
| XYZ | 13.23 | 7.33 | 20.12 | - |
| YUV | 73.65 | 156.98 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 125 | 0 | 0.72 | 0.02 | 0.50 | 301.96 | 0.56 | 0.32 |
| Hex | 80 | 24 | 7D | 0 | 48 | 2 | 32 | 12E | 38 | 20 |
| Octal | 200 | 44 | 175 | 0 | 110 | 2 | 62 | 456 | 70 | 40 |
| Binary | 10000000 | 100100 | 1111101 | 0 | 1001000 | 10 | 110010 | 100101110 | 111000 | 100000 |
Color Harmonies of #80247D
Complementary color
Monochromatic Colors of #80247D
Black with #80247D
Text Example
Text Example
White with #80247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80247D; }
p { color: rgb(128,36,125); }
H1.HeaderClassName
{
color: #80247D;
}
.AnyTagClassName
{
color: #80247D;
}
</style>
background-color css
<style>
a { background-color: #80247D; }
a { background-color: rgb(128,36,125); }
div.DivClassName
{
background-color: #80247D;
}
.BgClassName
{
background-color: #80247D;
}
</style>
border-color css
<style>
span { border-color: #80247D; }
span { border-color: rgb(128,36,125); }
td.TdClassName
{
border-color: #80247D;
}
.TagClassName
{
border-color: #80247D;
}
</style>