Shades of Dark Purple #80135F
Tints of Dark Purple #80135F
RGB
CMYK
RGB Variations
Color information
#80135F (or 0x80135F) is known color: Dark Purple. HEX triplet: 80, 13 and 5F. RGB value is (128,19,95). Sum of RGB (Red+Green+Blue) = 128+19+95=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #80135F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80135F is #7FECA0. Grayscale: #3C3C3C. Windows color (decimal): -8383649 or 6230912. OLE color: 6230912.
HSL color Cylindrical-coordinate representation of color #80135F: hue angle of 318.17º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #80135F is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 19 | 95 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.50 |
| HSL | 318.17º | 0.74% | 0.29% | - |
| HSV(B) | 318.17º | 0.85% | 0.5% | - |
| XYZ | 11.2 | 5.88 | 11.37 | - |
| YUV | 60.26 | 147.61 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 95 | 0 | 0.85 | 0.26 | 0.50 | 318.17 | 0.74 | 0.29 |
| Hex | 80 | 13 | 5F | 0 | 55 | 1A | 32 | 13E | 4A | 1D |
| Octal | 200 | 23 | 137 | 0 | 125 | 32 | 62 | 476 | 112 | 35 |
| Binary | 10000000 | 10011 | 1011111 | 0 | 1010101 | 11010 | 110010 | 100111110 | 1001010 | 11101 |
Color Harmonies of #80135F
Complementary color
Monochromatic Colors of #80135F
Black with #80135F
Text Example
Text Example
White with #80135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80135F; }
p { color: rgb(128,19,95); }
H1.HeaderClassName
{
color: #80135F;
}
.AnyTagClassName
{
color: #80135F;
}
</style>
background-color css
<style>
a { background-color: #80135F; }
a { background-color: rgb(128,19,95); }
div.DivClassName
{
background-color: #80135F;
}
.BgClassName
{
background-color: #80135F;
}
</style>
border-color css
<style>
span { border-color: #80135F; }
span { border-color: rgb(128,19,95); }
td.TdClassName
{
border-color: #80135F;
}
.TagClassName
{
border-color: #80135F;
}
</style>