Shades of Dark Purple #80307A
Tints of Dark Purple #80307A
RGB
CMYK
RGB Variations
Color information
#80307A (or 0x80307A) is known color: Dark Purple. HEX triplet: 80, 30 and 7A. RGB value is (128,48,122). Sum of RGB (Red+Green+Blue) = 128+48+122=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #80307A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80307A is #7FCF85. Grayscale: #505050. Windows color (decimal): -8376198 or 8007808. OLE color: 8007808.
HSL color Cylindrical-coordinate representation of color #80307A: hue angle of 304.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80307A is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 48 | 122 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.50 |
| HSL | 304.5º | 0.45% | 0.35% | - |
| HSV(B) | 304.5º | 0.63% | 0.5% | - |
| XYZ | 13.47 | 8.11 | 19.27 | - |
| YUV | 80.36 | 151.5 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 122 | 0 | 0.62 | 0.05 | 0.50 | 304.5 | 0.45 | 0.35 |
| Hex | 80 | 30 | 7A | 0 | 3E | 5 | 32 | 130 | 2D | 23 |
| Octal | 200 | 60 | 172 | 0 | 76 | 5 | 62 | 460 | 55 | 43 |
| Binary | 10000000 | 110000 | 1111010 | 0 | 111110 | 101 | 110010 | 100110000 | 101101 | 100011 |
Color Harmonies of #80307A
Complementary color
Monochromatic Colors of #80307A
Black with #80307A
Text Example
Text Example
White with #80307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80307A; }
p { color: rgb(128,48,122); }
H1.HeaderClassName
{
color: #80307A;
}
.AnyTagClassName
{
color: #80307A;
}
</style>
background-color css
<style>
a { background-color: #80307A; }
a { background-color: rgb(128,48,122); }
div.DivClassName
{
background-color: #80307A;
}
.BgClassName
{
background-color: #80307A;
}
</style>
border-color css
<style>
span { border-color: #80307A; }
span { border-color: rgb(128,48,122); }
td.TdClassName
{
border-color: #80307A;
}
.TagClassName
{
border-color: #80307A;
}
</style>