Shades of Dark Purple #802775
Tints of Dark Purple #802775
RGB
CMYK
RGB Variations
Color information
#802775 (or 0x802775) is known color: Dark Purple. HEX triplet: 80, 27 and 75. RGB value is (128,39,117). Sum of RGB (Red+Green+Blue) = 128+39+117=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #802775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802775 is #7FD88A. Grayscale: #4A4A4A. Windows color (decimal): -8378507 or 7677824. OLE color: 7677824.
HSL color Cylindrical-coordinate representation of color #802775: hue angle of 307.42º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #802775 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 39 | 117 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.50 |
| HSL | 307.42º | 0.53% | 0.33% | - |
| HSV(B) | 307.42º | 0.7% | 0.5% | - |
| XYZ | 12.84 | 7.32 | 17.57 | - |
| YUV | 74.5 | 151.99 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 39 | 117 | 0 | 0.70 | 0.09 | 0.50 | 307.42 | 0.53 | 0.33 |
| Hex | 80 | 27 | 75 | 0 | 46 | 9 | 32 | 133 | 35 | 21 |
| Octal | 200 | 47 | 165 | 0 | 106 | 11 | 62 | 463 | 65 | 41 |
| Binary | 10000000 | 100111 | 1110101 | 0 | 1000110 | 1001 | 110010 | 100110011 | 110101 | 100001 |
Color Harmonies of #802775
Complementary color
Monochromatic Colors of #802775
Black with #802775
Text Example
Text Example
White with #802775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802775; }
p { color: rgb(128,39,117); }
H1.HeaderClassName
{
color: #802775;
}
.AnyTagClassName
{
color: #802775;
}
</style>
background-color css
<style>
a { background-color: #802775; }
a { background-color: rgb(128,39,117); }
div.DivClassName
{
background-color: #802775;
}
.BgClassName
{
background-color: #802775;
}
</style>
border-color css
<style>
span { border-color: #802775; }
span { border-color: rgb(128,39,117); }
td.TdClassName
{
border-color: #802775;
}
.TagClassName
{
border-color: #802775;
}
</style>