Shades of Dark Purple #802867
Tints of Dark Purple #802867
RGB
CMYK
RGB Variations
Color information
#802867 (or 0x802867) is known color: Dark Purple. HEX triplet: 80, 28 and 67. RGB value is (128,40,103). Sum of RGB (Red+Green+Blue) = 128+40+103=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #802867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802867 is #7FD798. Grayscale: #494949. Windows color (decimal): -8378265 or 6760576. OLE color: 6760576.
HSL color Cylindrical-coordinate representation of color #802867: hue angle of 317.05º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #802867 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 103 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.50 |
| HSL | 317.05º | 0.52% | 0.33% | - |
| HSV(B) | 317.05º | 0.69% | 0.5% | - |
| XYZ | 12.11 | 7.09 | 13.56 | - |
| YUV | 73.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 103 | 0 | 0.69 | 0.20 | 0.50 | 317.05 | 0.52 | 0.33 |
| Hex | 80 | 28 | 67 | 0 | 45 | 14 | 32 | 13D | 34 | 21 |
| Octal | 200 | 50 | 147 | 0 | 105 | 24 | 62 | 475 | 64 | 41 |
| Binary | 10000000 | 101000 | 1100111 | 0 | 1000101 | 10100 | 110010 | 100111101 | 110100 | 100001 |
Color Harmonies of #802867
Complementary color
Monochromatic Colors of #802867
Black with #802867
Text Example
Text Example
White with #802867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802867; }
p { color: rgb(128,40,103); }
H1.HeaderClassName
{
color: #802867;
}
.AnyTagClassName
{
color: #802867;
}
</style>
background-color css
<style>
a { background-color: #802867; }
a { background-color: rgb(128,40,103); }
div.DivClassName
{
background-color: #802867;
}
.BgClassName
{
background-color: #802867;
}
</style>
border-color css
<style>
span { border-color: #802867; }
span { border-color: rgb(128,40,103); }
td.TdClassName
{
border-color: #802867;
}
.TagClassName
{
border-color: #802867;
}
</style>