Shades of Dark Purple #80247A
Tints of Dark Purple #80247A
RGB
CMYK
RGB Variations
Color information
#80247A (or 0x80247A) is known color: Dark Purple. HEX triplet: 80, 24 and 7A. RGB value is (128,36,122). Sum of RGB (Red+Green+Blue) = 128+36+122=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #80247A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80247A is #7FDB85. Grayscale: #494949. Windows color (decimal): -8379270 or 8004736. OLE color: 8004736.
HSL color Cylindrical-coordinate representation of color #80247A: hue angle of 303.91º 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 #80247A is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 36 | 122 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.50 |
| HSL | 303.91º | 0.56% | 0.32% | - |
| HSV(B) | 303.91º | 0.72% | 0.5% | - |
| XYZ | 13.05 | 7.26 | 19.13 | - |
| YUV | 73.31 | 155.48 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 122 | 0 | 0.72 | 0.05 | 0.50 | 303.91 | 0.56 | 0.32 |
| Hex | 80 | 24 | 7A | 0 | 48 | 5 | 32 | 130 | 38 | 20 |
| Octal | 200 | 44 | 172 | 0 | 110 | 5 | 62 | 460 | 70 | 40 |
| Binary | 10000000 | 100100 | 1111010 | 0 | 1001000 | 101 | 110010 | 100110000 | 111000 | 100000 |
Color Harmonies of #80247A
Complementary color
Monochromatic Colors of #80247A
Black with #80247A
Text Example
Text Example
White with #80247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80247A; }
p { color: rgb(128,36,122); }
H1.HeaderClassName
{
color: #80247A;
}
.AnyTagClassName
{
color: #80247A;
}
</style>
background-color css
<style>
a { background-color: #80247A; }
a { background-color: rgb(128,36,122); }
div.DivClassName
{
background-color: #80247A;
}
.BgClassName
{
background-color: #80247A;
}
</style>
border-color css
<style>
span { border-color: #80247A; }
span { border-color: rgb(128,36,122); }
td.TdClassName
{
border-color: #80247A;
}
.TagClassName
{
border-color: #80247A;
}
</style>