Shades of Dark Purple #80306F
Tints of Dark Purple #80306F
RGB
CMYK
RGB Variations
Color information
#80306F (or 0x80306F) is known color: Dark Purple. HEX triplet: 80, 30 and 6F. RGB value is (128,48,111). Sum of RGB (Red+Green+Blue) = 128+48+111=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #80306F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80306F is #7FCF90. Grayscale: #4E4E4E. Windows color (decimal): -8376209 or 7286912. OLE color: 7286912.
HSL color Cylindrical-coordinate representation of color #80306F: hue angle of 312.75º 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 #80306F is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 48 | 111 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.50 |
| HSL | 312.75º | 0.45% | 0.35% | - |
| HSV(B) | 312.75º | 0.63% | 0.5% | - |
| XYZ | 12.83 | 7.85 | 15.88 | - |
| YUV | 79.1 | 146 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 111 | 0 | 0.62 | 0.13 | 0.50 | 312.75 | 0.45 | 0.35 |
| Hex | 80 | 30 | 6F | 0 | 3E | D | 32 | 139 | 2D | 23 |
| Octal | 200 | 60 | 157 | 0 | 76 | 15 | 62 | 471 | 55 | 43 |
| Binary | 10000000 | 110000 | 1101111 | 0 | 111110 | 1101 | 110010 | 100111001 | 101101 | 100011 |
Color Harmonies of #80306F
Complementary color
Monochromatic Colors of #80306F
Black with #80306F
Text Example
Text Example
White with #80306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80306F; }
p { color: rgb(128,48,111); }
H1.HeaderClassName
{
color: #80306F;
}
.AnyTagClassName
{
color: #80306F;
}
</style>
background-color css
<style>
a { background-color: #80306F; }
a { background-color: rgb(128,48,111); }
div.DivClassName
{
background-color: #80306F;
}
.BgClassName
{
background-color: #80306F;
}
</style>
border-color css
<style>
span { border-color: #80306F; }
span { border-color: rgb(128,48,111); }
td.TdClassName
{
border-color: #80306F;
}
.TagClassName
{
border-color: #80306F;
}
</style>