Shades of Dark Purple #80137B
Tints of Dark Purple #80137B
RGB
CMYK
RGB Variations
Color information
#80137B (or 0x80137B) is known color: Dark Purple. HEX triplet: 80, 13 and 7B. RGB value is (128,19,123). Sum of RGB (Red+Green+Blue) = 128+19+123=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #80137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80137B is #7FEC84. Grayscale: #3F3F3F. Windows color (decimal): -8383621 or 8065920. OLE color: 8065920.
HSL color Cylindrical-coordinate representation of color #80137B: hue angle of 302.75º 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 #80137B is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 19 | 123 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.50 |
| HSL | 302.75º | 0.74% | 0.29% | - |
| HSV(B) | 302.75º | 0.85% | 0.5% | - |
| XYZ | 12.71 | 6.49 | 19.32 | - |
| YUV | 63.45 | 161.61 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 123 | 0 | 0.85 | 0.04 | 0.50 | 302.75 | 0.74 | 0.29 |
| Hex | 80 | 13 | 7B | 0 | 55 | 4 | 32 | 12F | 4A | 1D |
| Octal | 200 | 23 | 173 | 0 | 125 | 4 | 62 | 457 | 112 | 35 |
| Binary | 10000000 | 10011 | 1111011 | 0 | 1010101 | 100 | 110010 | 100101111 | 1001010 | 11101 |
Color Harmonies of #80137B
Complementary color
Monochromatic Colors of #80137B
Black with #80137B
Text Example
Text Example
White with #80137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80137B; }
p { color: rgb(128,19,123); }
H1.HeaderClassName
{
color: #80137B;
}
.AnyTagClassName
{
color: #80137B;
}
</style>
background-color css
<style>
a { background-color: #80137B; }
a { background-color: rgb(128,19,123); }
div.DivClassName
{
background-color: #80137B;
}
.BgClassName
{
background-color: #80137B;
}
</style>
border-color css
<style>
span { border-color: #80137B; }
span { border-color: rgb(128,19,123); }
td.TdClassName
{
border-color: #80137B;
}
.TagClassName
{
border-color: #80137B;
}
</style>