Shades of Dark Purple #801C7B
Tints of Dark Purple #801C7B
RGB
CMYK
RGB Variations
Color information
#801C7B (or 0x801C7B) is known color: Dark Purple. HEX triplet: 80, 1C and 7B. RGB value is (128,28,123). Sum of RGB (Red+Green+Blue) = 128+28+123=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #801C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801C7B is #7FE384. Grayscale: #444444. Windows color (decimal): -8381317 or 8068224. OLE color: 8068224.
HSL color Cylindrical-coordinate representation of color #801C7B: hue angle of 303º 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 #801C7B is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 28 | 123 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.50 |
| HSL | 303º | 0.64% | 0.31% | - |
| HSV(B) | 303º | 0.78% | 0.5% | - |
| XYZ | 12.89 | 6.85 | 19.38 | - |
| YUV | 68.73 | 158.63 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 28 | 123 | 0 | 0.78 | 0.04 | 0.50 | 303 | 0.64 | 0.31 |
| Hex | 80 | 1C | 7B | 0 | 4E | 4 | 32 | 12F | 40 | 1F |
| Octal | 200 | 34 | 173 | 0 | 116 | 4 | 62 | 457 | 100 | 37 |
| Binary | 10000000 | 11100 | 1111011 | 0 | 1001110 | 100 | 110010 | 100101111 | 1000000 | 11111 |
Color Harmonies of #801C7B
Complementary color
Monochromatic Colors of #801C7B
Black with #801C7B
Text Example
Text Example
White with #801C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801C7B; }
p { color: rgb(128,28,123); }
H1.HeaderClassName
{
color: #801C7B;
}
.AnyTagClassName
{
color: #801C7B;
}
</style>
background-color css
<style>
a { background-color: #801C7B; }
a { background-color: rgb(128,28,123); }
div.DivClassName
{
background-color: #801C7B;
}
.BgClassName
{
background-color: #801C7B;
}
</style>
border-color css
<style>
span { border-color: #801C7B; }
span { border-color: rgb(128,28,123); }
td.TdClassName
{
border-color: #801C7B;
}
.TagClassName
{
border-color: #801C7B;
}
</style>