Shades of Dark Purple #802367
Tints of Dark Purple #802367
RGB
CMYK
RGB Variations
Color information
#802367 (or 0x802367) is known color: Dark Purple. HEX triplet: 80, 23 and 67. RGB value is (128,35,103). Sum of RGB (Red+Green+Blue) = 128+35+103=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #802367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802367 is #7FDC98. Grayscale: #464646. Windows color (decimal): -8379545 or 6759296. OLE color: 6759296.
HSL color Cylindrical-coordinate representation of color #802367: hue angle of 316.13º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802367 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 35 | 103 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.50 |
| HSL | 316.13º | 0.57% | 0.32% | - |
| HSV(B) | 316.13º | 0.73% | 0.5% | - |
| XYZ | 11.95 | 6.77 | 13.51 | - |
| YUV | 70.56 | 146.31 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 35 | 103 | 0 | 0.73 | 0.20 | 0.50 | 316.13 | 0.57 | 0.32 |
| Hex | 80 | 23 | 67 | 0 | 49 | 14 | 32 | 13C | 39 | 20 |
| Octal | 200 | 43 | 147 | 0 | 111 | 24 | 62 | 474 | 71 | 40 |
| Binary | 10000000 | 100011 | 1100111 | 0 | 1001001 | 10100 | 110010 | 100111100 | 111001 | 100000 |
Color Harmonies of #802367
Complementary color
Monochromatic Colors of #802367
Black with #802367
Text Example
Text Example
White with #802367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802367; }
p { color: rgb(128,35,103); }
H1.HeaderClassName
{
color: #802367;
}
.AnyTagClassName
{
color: #802367;
}
</style>
background-color css
<style>
a { background-color: #802367; }
a { background-color: rgb(128,35,103); }
div.DivClassName
{
background-color: #802367;
}
.BgClassName
{
background-color: #802367;
}
</style>
border-color css
<style>
span { border-color: #802367; }
span { border-color: rgb(128,35,103); }
td.TdClassName
{
border-color: #802367;
}
.TagClassName
{
border-color: #802367;
}
</style>