Shades of Dark Purple #7F3067
Tints of Dark Purple #7F3067
RGB
CMYK
RGB Variations
Color information
#7F3067 (or 0x7F3067) is known color: Dark Purple. HEX triplet: 7F, 30 and 67. RGB value is (127,48,103). Sum of RGB (Red+Green+Blue) = 127+48+103=278 (36% of max value = 765). Red value is 127 (50% from 255 or 45.68% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 103 (40.62% from 255 or 37.05% from 278); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3067 is #80CF98. Grayscale: #4D4D4D. Windows color (decimal): -8441753 or 6762623. OLE color: 6762623.
HSL color Cylindrical-coordinate representation of color #7F3067: hue angle of 318.23º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F3067 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 48 | 103 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.50 |
| HSL | 318.23º | 0.45% | 0.34% | - |
| HSV(B) | 318.23º | 0.62% | 0.5% | - |
| XYZ | 12.26 | 7.61 | 13.65 | - |
| YUV | 77.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 48 | 103 | 0 | 0.62 | 0.19 | 0.50 | 318.23 | 0.45 | 0.34 |
| Hex | 7F | 30 | 67 | 0 | 3E | 13 | 32 | 13E | 2D | 22 |
| Octal | 177 | 60 | 147 | 0 | 76 | 23 | 62 | 476 | 55 | 42 |
| Binary | 1111111 | 110000 | 1100111 | 0 | 111110 | 10011 | 110010 | 100111110 | 101101 | 100010 |
Color Harmonies of #7F3067
Complementary color
Monochromatic Colors of #7F3067
Black with #7F3067
Text Example
Text Example
White with #7F3067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3067; }
p { color: rgb(127,48,103); }
H1.HeaderClassName
{
color: #7F3067;
}
.AnyTagClassName
{
color: #7F3067;
}
</style>
background-color css
<style>
a { background-color: #7F3067; }
a { background-color: rgb(127,48,103); }
div.DivClassName
{
background-color: #7F3067;
}
.BgClassName
{
background-color: #7F3067;
}
</style>
border-color css
<style>
span { border-color: #7F3067; }
span { border-color: rgb(127,48,103); }
td.TdClassName
{
border-color: #7F3067;
}
.TagClassName
{
border-color: #7F3067;
}
</style>