Shades of Dark Purple #801F68
Tints of Dark Purple #801F68
RGB
CMYK
RGB Variations
Color information
#801F68 (or 0x801F68) is known color: Dark Purple. HEX triplet: 80, 1F and 68. RGB value is (128,31,104). Sum of RGB (Red+Green+Blue) = 128+31+104=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #801F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801F68 is #7FE097. Grayscale: #444444. Windows color (decimal): -8380568 or 6823808. OLE color: 6823808.
HSL color Cylindrical-coordinate representation of color #801F68: hue angle of 314.85º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #801F68 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 31 | 104 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.50 |
| HSL | 314.85º | 0.61% | 0.31% | - |
| HSV(B) | 314.85º | 0.76% | 0.5% | - |
| XYZ | 11.89 | 6.57 | 13.74 | - |
| YUV | 68.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 31 | 104 | 0 | 0.76 | 0.19 | 0.50 | 314.85 | 0.61 | 0.31 |
| Hex | 80 | 1F | 68 | 0 | 4C | 13 | 32 | 13B | 3D | 1F |
| Octal | 200 | 37 | 150 | 0 | 114 | 23 | 62 | 473 | 75 | 37 |
| Binary | 10000000 | 11111 | 1101000 | 0 | 1001100 | 10011 | 110010 | 100111011 | 111101 | 11111 |
Color Harmonies of #801F68
Complementary color
Monochromatic Colors of #801F68
Black with #801F68
Text Example
Text Example
White with #801F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801F68; }
p { color: rgb(128,31,104); }
H1.HeaderClassName
{
color: #801F68;
}
.AnyTagClassName
{
color: #801F68;
}
</style>
background-color css
<style>
a { background-color: #801F68; }
a { background-color: rgb(128,31,104); }
div.DivClassName
{
background-color: #801F68;
}
.BgClassName
{
background-color: #801F68;
}
</style>
border-color css
<style>
span { border-color: #801F68; }
span { border-color: rgb(128,31,104); }
td.TdClassName
{
border-color: #801F68;
}
.TagClassName
{
border-color: #801F68;
}
</style>