Shades of Dark Purple #80256F
Tints of Dark Purple #80256F
RGB
CMYK
RGB Variations
Color information
#80256F (or 0x80256F) is known color: Dark Purple. HEX triplet: 80, 25 and 6F. RGB value is (128,37,111). Sum of RGB (Red+Green+Blue) = 128+37+111=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #80256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80256F is #7FDA90. Grayscale: #484848. Windows color (decimal): -8379025 or 7284096. OLE color: 7284096.
HSL color Cylindrical-coordinate representation of color #80256F: hue angle of 311.21º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80256F is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 37 | 111 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.50 |
| HSL | 311.21º | 0.55% | 0.32% | - |
| HSV(B) | 311.21º | 0.71% | 0.5% | - |
| XYZ | 12.43 | 7.06 | 15.75 | - |
| YUV | 72.65 | 149.65 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 111 | 0 | 0.71 | 0.13 | 0.50 | 311.21 | 0.55 | 0.32 |
| Hex | 80 | 25 | 6F | 0 | 47 | D | 32 | 137 | 37 | 20 |
| Octal | 200 | 45 | 157 | 0 | 107 | 15 | 62 | 467 | 67 | 40 |
| Binary | 10000000 | 100101 | 1101111 | 0 | 1000111 | 1101 | 110010 | 100110111 | 110111 | 100000 |
Color Harmonies of #80256F
Complementary color
Monochromatic Colors of #80256F
Black with #80256F
Text Example
Text Example
White with #80256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80256F; }
p { color: rgb(128,37,111); }
H1.HeaderClassName
{
color: #80256F;
}
.AnyTagClassName
{
color: #80256F;
}
</style>
background-color css
<style>
a { background-color: #80256F; }
a { background-color: rgb(128,37,111); }
div.DivClassName
{
background-color: #80256F;
}
.BgClassName
{
background-color: #80256F;
}
</style>
border-color css
<style>
span { border-color: #80256F; }
span { border-color: rgb(128,37,111); }
td.TdClassName
{
border-color: #80256F;
}
.TagClassName
{
border-color: #80256F;
}
</style>