Shades of Dark Purple #80237C
Tints of Dark Purple #80237C
RGB
CMYK
RGB Variations
Color information
#80237C (or 0x80237C) is known color: Dark Purple. HEX triplet: 80, 23 and 7C. RGB value is (128,35,124). Sum of RGB (Red+Green+Blue) = 128+35+124=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #80237C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80237C is #7FDC83. Grayscale: #484848. Windows color (decimal): -8379524 or 8135552. OLE color: 8135552.
HSL color Cylindrical-coordinate representation of color #80237C: hue angle of 302.58º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80237C is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 35 | 124 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.50 |
| HSL | 302.58º | 0.57% | 0.32% | - |
| HSV(B) | 302.58º | 0.73% | 0.5% | - |
| XYZ | 13.14 | 7.25 | 19.77 | - |
| YUV | 72.95 | 156.81 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 35 | 124 | 0 | 0.73 | 0.03 | 0.50 | 302.58 | 0.57 | 0.32 |
| Hex | 80 | 23 | 7C | 0 | 49 | 3 | 32 | 12F | 39 | 20 |
| Octal | 200 | 43 | 174 | 0 | 111 | 3 | 62 | 457 | 71 | 40 |
| Binary | 10000000 | 100011 | 1111100 | 0 | 1001001 | 11 | 110010 | 100101111 | 111001 | 100000 |
Color Harmonies of #80237C
Complementary color
Monochromatic Colors of #80237C
Black with #80237C
Text Example
Text Example
White with #80237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80237C; }
p { color: rgb(128,35,124); }
H1.HeaderClassName
{
color: #80237C;
}
.AnyTagClassName
{
color: #80237C;
}
</style>
background-color css
<style>
a { background-color: #80237C; }
a { background-color: rgb(128,35,124); }
div.DivClassName
{
background-color: #80237C;
}
.BgClassName
{
background-color: #80237C;
}
</style>
border-color css
<style>
span { border-color: #80237C; }
span { border-color: rgb(128,35,124); }
td.TdClassName
{
border-color: #80237C;
}
.TagClassName
{
border-color: #80237C;
}
</style>