Shades of Dark Purple #80317F
Tints of Dark Purple #80317F
RGB
CMYK
RGB Variations
Color information
#80317F (or 0x80317F) is known color: Dark Purple. HEX triplet: 80, 31 and 7F. RGB value is (128,49,127). Sum of RGB (Red+Green+Blue) = 128+49+127=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #80317F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80317F is #7FCE80. Grayscale: #515151. Windows color (decimal): -8375937 or 8335744. OLE color: 8335744.
HSL color Cylindrical-coordinate representation of color #80317F: hue angle of 300.76º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80317F is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 49 | 127 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.50 |
| HSL | 300.76º | 0.45% | 0.35% | - |
| HSV(B) | 300.76º | 0.62% | 0.5% | - |
| XYZ | 13.83 | 8.32 | 20.96 | - |
| YUV | 81.51 | 153.67 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 127 | 0 | 0.62 | 0.01 | 0.50 | 300.76 | 0.45 | 0.35 |
| Hex | 80 | 31 | 7F | 0 | 3E | 1 | 32 | 12D | 2D | 23 |
| Octal | 200 | 61 | 177 | 0 | 76 | 1 | 62 | 455 | 55 | 43 |
| Binary | 10000000 | 110001 | 1111111 | 0 | 111110 | 1 | 110010 | 100101101 | 101101 | 100011 |
Color Harmonies of #80317F
Complementary color
Monochromatic Colors of #80317F
Black with #80317F
Text Example
Text Example
White with #80317F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80317F; }
p { color: rgb(128,49,127); }
H1.HeaderClassName
{
color: #80317F;
}
.AnyTagClassName
{
color: #80317F;
}
</style>
background-color css
<style>
a { background-color: #80317F; }
a { background-color: rgb(128,49,127); }
div.DivClassName
{
background-color: #80317F;
}
.BgClassName
{
background-color: #80317F;
}
</style>
border-color css
<style>
span { border-color: #80317F; }
span { border-color: rgb(128,49,127); }
td.TdClassName
{
border-color: #80317F;
}
.TagClassName
{
border-color: #80317F;
}
</style>