Shades of Dark Purple #802B74
Tints of Dark Purple #802B74
RGB
CMYK
RGB Variations
Color information
#802B74 (or 0x802B74) is known color: Dark Purple. HEX triplet: 80, 2B and 74. RGB value is (128,43,116). Sum of RGB (Red+Green+Blue) = 128+43+116=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #802B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802B74 is #7FD48B. Grayscale: #4C4C4C. Windows color (decimal): -8377484 or 7613312. OLE color: 7613312.
HSL color Cylindrical-coordinate representation of color #802B74: hue angle of 308.47º degrees, saturation: 0.5, 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 #802B74 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 43 | 116 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.50 |
| HSL | 308.47º | 0.5% | 0.34% | - |
| HSV(B) | 308.47º | 0.66% | 0.5% | - |
| XYZ | 12.92 | 7.58 | 17.3 | - |
| YUV | 76.74 | 150.16 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 43 | 116 | 0 | 0.66 | 0.09 | 0.50 | 308.47 | 0.5 | 0.34 |
| Hex | 80 | 2B | 74 | 0 | 42 | 9 | 32 | 134 | 32 | 22 |
| Octal | 200 | 53 | 164 | 0 | 102 | 11 | 62 | 464 | 62 | 42 |
| Binary | 10000000 | 101011 | 1110100 | 0 | 1000010 | 1001 | 110010 | 100110100 | 110010 | 100010 |
Color Harmonies of #802B74
Complementary color
Monochromatic Colors of #802B74
Black with #802B74
Text Example
Text Example
White with #802B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802B74; }
p { color: rgb(128,43,116); }
H1.HeaderClassName
{
color: #802B74;
}
.AnyTagClassName
{
color: #802B74;
}
</style>
background-color css
<style>
a { background-color: #802B74; }
a { background-color: rgb(128,43,116); }
div.DivClassName
{
background-color: #802B74;
}
.BgClassName
{
background-color: #802B74;
}
</style>
border-color css
<style>
span { border-color: #802B74; }
span { border-color: rgb(128,43,116); }
td.TdClassName
{
border-color: #802B74;
}
.TagClassName
{
border-color: #802B74;
}
</style>