Shades of Dark Purple #803067
Tints of Dark Purple #803067
RGB
CMYK
RGB Variations
Color information
#803067 (or 0x803067) is known color: Dark Purple. HEX triplet: 80, 30 and 67. RGB value is (128,48,103). Sum of RGB (Red+Green+Blue) = 128+48+103=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #803067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803067 is #7FCF98. Grayscale: #4E4E4E. Windows color (decimal): -8376217 or 6762624. OLE color: 6762624.
HSL color Cylindrical-coordinate representation of color #803067: hue angle of 318.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 #803067 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 48 | 103 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.50 |
| HSL | 318.75º | 0.45% | 0.35% | - |
| HSV(B) | 318.75º | 0.63% | 0.5% | - |
| XYZ | 12.41 | 7.68 | 13.66 | - |
| YUV | 78.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 103 | 0 | 0.62 | 0.20 | 0.50 | 318.75 | 0.45 | 0.35 |
| Hex | 80 | 30 | 67 | 0 | 3E | 14 | 32 | 13F | 2D | 23 |
| Octal | 200 | 60 | 147 | 0 | 76 | 24 | 62 | 477 | 55 | 43 |
| Binary | 10000000 | 110000 | 1100111 | 0 | 111110 | 10100 | 110010 | 100111111 | 101101 | 100011 |
Color Harmonies of #803067
Complementary color
Monochromatic Colors of #803067
Black with #803067
Text Example
Text Example
White with #803067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803067; }
p { color: rgb(128,48,103); }
H1.HeaderClassName
{
color: #803067;
}
.AnyTagClassName
{
color: #803067;
}
</style>
background-color css
<style>
a { background-color: #803067; }
a { background-color: rgb(128,48,103); }
div.DivClassName
{
background-color: #803067;
}
.BgClassName
{
background-color: #803067;
}
</style>
border-color css
<style>
span { border-color: #803067; }
span { border-color: rgb(128,48,103); }
td.TdClassName
{
border-color: #803067;
}
.TagClassName
{
border-color: #803067;
}
</style>