Shades of Dark Purple #802C67
Tints of Dark Purple #802C67
RGB
CMYK
RGB Variations
Color information
#802C67 (or 0x802C67) is known color: Dark Purple. HEX triplet: 80, 2C and 67. RGB value is (128,44,103). Sum of RGB (Red+Green+Blue) = 128+44+103=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #802C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802C67 is #7FD398. Grayscale: #4B4B4B. Windows color (decimal): -8377241 or 6761600. OLE color: 6761600.
HSL color Cylindrical-coordinate representation of color #802C67: hue angle of 317.86º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #802C67 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 44 | 103 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.50 |
| HSL | 317.86º | 0.49% | 0.34% | - |
| HSV(B) | 317.86º | 0.66% | 0.5% | - |
| XYZ | 12.25 | 7.37 | 13.61 | - |
| YUV | 75.84 | 143.33 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 103 | 0 | 0.66 | 0.20 | 0.50 | 317.86 | 0.49 | 0.34 |
| Hex | 80 | 2C | 67 | 0 | 42 | 14 | 32 | 13E | 31 | 22 |
| Octal | 200 | 54 | 147 | 0 | 102 | 24 | 62 | 476 | 61 | 42 |
| Binary | 10000000 | 101100 | 1100111 | 0 | 1000010 | 10100 | 110010 | 100111110 | 110001 | 100010 |
Color Harmonies of #802C67
Complementary color
Monochromatic Colors of #802C67
Black with #802C67
Text Example
Text Example
White with #802C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C67; }
p { color: rgb(128,44,103); }
H1.HeaderClassName
{
color: #802C67;
}
.AnyTagClassName
{
color: #802C67;
}
</style>
background-color css
<style>
a { background-color: #802C67; }
a { background-color: rgb(128,44,103); }
div.DivClassName
{
background-color: #802C67;
}
.BgClassName
{
background-color: #802C67;
}
</style>
border-color css
<style>
span { border-color: #802C67; }
span { border-color: rgb(128,44,103); }
td.TdClassName
{
border-color: #802C67;
}
.TagClassName
{
border-color: #802C67;
}
</style>