Shades of Dark Purple #80246F
Tints of Dark Purple #80246F
RGB
CMYK
RGB Variations
Color information
#80246F (or 0x80246F) is known color: Dark Purple. HEX triplet: 80, 24 and 6F. RGB value is (128,36,111). Sum of RGB (Red+Green+Blue) = 128+36+111=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #80246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80246F is #7FDB90. Grayscale: #474747. Windows color (decimal): -8379281 or 7283840. OLE color: 7283840.
HSL color Cylindrical-coordinate representation of color #80246F: hue angle of 311.09º 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 #80246F is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 36 | 111 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.50 |
| HSL | 311.09º | 0.56% | 0.32% | - |
| HSV(B) | 311.09º | 0.72% | 0.5% | - |
| XYZ | 12.4 | 7 | 15.74 | - |
| YUV | 72.06 | 149.98 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 111 | 0 | 0.72 | 0.13 | 0.50 | 311.09 | 0.56 | 0.32 |
| Hex | 80 | 24 | 6F | 0 | 48 | D | 32 | 137 | 38 | 20 |
| Octal | 200 | 44 | 157 | 0 | 110 | 15 | 62 | 467 | 70 | 40 |
| Binary | 10000000 | 100100 | 1101111 | 0 | 1001000 | 1101 | 110010 | 100110111 | 111000 | 100000 |
Color Harmonies of #80246F
Complementary color
Monochromatic Colors of #80246F
Black with #80246F
Text Example
Text Example
White with #80246F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80246F; }
p { color: rgb(128,36,111); }
H1.HeaderClassName
{
color: #80246F;
}
.AnyTagClassName
{
color: #80246F;
}
</style>
background-color css
<style>
a { background-color: #80246F; }
a { background-color: rgb(128,36,111); }
div.DivClassName
{
background-color: #80246F;
}
.BgClassName
{
background-color: #80246F;
}
</style>
border-color css
<style>
span { border-color: #80246F; }
span { border-color: rgb(128,36,111); }
td.TdClassName
{
border-color: #80246F;
}
.TagClassName
{
border-color: #80246F;
}
</style>