Shades of Dark Purple #802682
Tints of Dark Purple #802682
RGB
CMYK
RGB Variations
Color information
#802682 (or 0x802682) is known color: Dark Purple. HEX triplet: 80, 26 and 82. RGB value is (128,38,130). Sum of RGB (Red+Green+Blue) = 128+38+130=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 130 - color contains mainly: blue. Hex color #802682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802682 is #7FD97D. Grayscale: #4B4B4B. Windows color (decimal): -8378750 or 8529536. OLE color: 8529536.
HSL color Cylindrical-coordinate representation of color #802682: hue angle of 298.7º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #802682 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 38 | 130 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.49 |
| HSL | 298.7º | 0.55% | 0.33% | - |
| HSV(B) | 298.7º | 0.71% | 0.51% | - |
| XYZ | 13.62 | 7.59 | 21.87 | - |
| YUV | 75.4 | 158.82 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 38 | 130 | 0.02 | 0.71 | 0 | 0.49 | 298.7 | 0.55 | 0.33 |
| Hex | 80 | 26 | 82 | 2 | 47 | 0 | 31 | 12B | 37 | 21 |
| Octal | 200 | 46 | 202 | 2 | 107 | 0 | 61 | 453 | 67 | 41 |
| Binary | 10000000 | 100110 | 10000010 | 10 | 1000111 | 0 | 110001 | 100101011 | 110111 | 100001 |
Color Harmonies of #802682
Complementary color
Monochromatic Colors of #802682
Black with #802682
Text Example
Text Example
White with #802682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802682; }
p { color: rgb(128,38,130); }
H1.HeaderClassName
{
color: #802682;
}
.AnyTagClassName
{
color: #802682;
}
</style>
background-color css
<style>
a { background-color: #802682; }
a { background-color: rgb(128,38,130); }
div.DivClassName
{
background-color: #802682;
}
.BgClassName
{
background-color: #802682;
}
</style>
border-color css
<style>
span { border-color: #802682; }
span { border-color: rgb(128,38,130); }
td.TdClassName
{
border-color: #802682;
}
.TagClassName
{
border-color: #802682;
}
</style>