Shades of Dark Purple #801C7F
Tints of Dark Purple #801C7F
RGB
CMYK
RGB Variations
Color information
#801C7F (or 0x801C7F) is known color: Dark Purple. HEX triplet: 80, 1C and 7F. RGB value is (128,28,127). Sum of RGB (Red+Green+Blue) = 128+28+127=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #801C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801C7F is #7FE380. Grayscale: #444444. Windows color (decimal): -8381313 or 8330368. OLE color: 8330368.
HSL color Cylindrical-coordinate representation of color #801C7F: hue angle of 300.6º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #801C7F is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 28 | 127 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.50 |
| HSL | 300.6º | 0.64% | 0.31% | - |
| HSV(B) | 300.6º | 0.78% | 0.5% | - |
| XYZ | 13.15 | 6.95 | 20.73 | - |
| YUV | 69.19 | 160.63 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 28 | 127 | 0 | 0.78 | 0.01 | 0.50 | 300.6 | 0.64 | 0.31 |
| Hex | 80 | 1C | 7F | 0 | 4E | 1 | 32 | 12D | 40 | 1F |
| Octal | 200 | 34 | 177 | 0 | 116 | 1 | 62 | 455 | 100 | 37 |
| Binary | 10000000 | 11100 | 1111111 | 0 | 1001110 | 1 | 110010 | 100101101 | 1000000 | 11111 |
Color Harmonies of #801C7F
Complementary color
Monochromatic Colors of #801C7F
Black with #801C7F
Text Example
Text Example
White with #801C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801C7F; }
p { color: rgb(128,28,127); }
H1.HeaderClassName
{
color: #801C7F;
}
.AnyTagClassName
{
color: #801C7F;
}
</style>
background-color css
<style>
a { background-color: #801C7F; }
a { background-color: rgb(128,28,127); }
div.DivClassName
{
background-color: #801C7F;
}
.BgClassName
{
background-color: #801C7F;
}
</style>
border-color css
<style>
span { border-color: #801C7F; }
span { border-color: rgb(128,28,127); }
td.TdClassName
{
border-color: #801C7F;
}
.TagClassName
{
border-color: #801C7F;
}
</style>