Shades of Dark Purple #80246D
Tints of Dark Purple #80246D
RGB
CMYK
RGB Variations
Color information
#80246D (or 0x80246D) is known color: Dark Purple. HEX triplet: 80, 24 and 6D. RGB value is (128,36,109). Sum of RGB (Red+Green+Blue) = 128+36+109=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #80246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80246D is #7FDB92. Grayscale: #474747. Windows color (decimal): -8379283 or 7152768. OLE color: 7152768.
HSL color Cylindrical-coordinate representation of color #80246D: hue angle of 312.39º 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 #80246D is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 36 | 109 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.50 |
| HSL | 312.39º | 0.56% | 0.32% | - |
| HSV(B) | 312.39º | 0.72% | 0.5% | - |
| XYZ | 12.29 | 6.96 | 15.16 | - |
| YUV | 71.83 | 148.98 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 109 | 0 | 0.72 | 0.15 | 0.50 | 312.39 | 0.56 | 0.32 |
| Hex | 80 | 24 | 6D | 0 | 48 | F | 32 | 138 | 38 | 20 |
| Octal | 200 | 44 | 155 | 0 | 110 | 17 | 62 | 470 | 70 | 40 |
| Binary | 10000000 | 100100 | 1101101 | 0 | 1001000 | 1111 | 110010 | 100111000 | 111000 | 100000 |
Color Harmonies of #80246D
Complementary color
Monochromatic Colors of #80246D
Black with #80246D
Text Example
Text Example
White with #80246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80246D; }
p { color: rgb(128,36,109); }
H1.HeaderClassName
{
color: #80246D;
}
.AnyTagClassName
{
color: #80246D;
}
</style>
background-color css
<style>
a { background-color: #80246D; }
a { background-color: rgb(128,36,109); }
div.DivClassName
{
background-color: #80246D;
}
.BgClassName
{
background-color: #80246D;
}
</style>
border-color css
<style>
span { border-color: #80246D; }
span { border-color: rgb(128,36,109); }
td.TdClassName
{
border-color: #80246D;
}
.TagClassName
{
border-color: #80246D;
}
</style>