Shades of Dark Purple #7F327A
Tints of Dark Purple #7F327A
RGB
CMYK
RGB Variations
Color information
#7F327A (or 0x7F327A) is known color: Dark Purple. HEX triplet: 7F, 32 and 7A. RGB value is (127,50,122). Sum of RGB (Red+Green+Blue) = 127+50+122=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 127 - color contains mainly: red. Hex color #7F327A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F327A is #80CD85. Grayscale: #515151. Windows color (decimal): -8441222 or 8008319. OLE color: 8008319.
HSL color Cylindrical-coordinate representation of color #7F327A: hue angle of 303.9º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F327A is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 50 | 122 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.50 |
| HSL | 303.9º | 0.44% | 0.35% | - |
| HSV(B) | 303.9º | 0.61% | 0.5% | - |
| XYZ | 13.41 | 8.2 | 19.29 | - |
| YUV | 81.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 50 | 122 | 0 | 0.61 | 0.04 | 0.50 | 303.9 | 0.44 | 0.35 |
| Hex | 7F | 32 | 7A | 0 | 3D | 4 | 32 | 130 | 2C | 23 |
| Octal | 177 | 62 | 172 | 0 | 75 | 4 | 62 | 460 | 54 | 43 |
| Binary | 1111111 | 110010 | 1111010 | 0 | 111101 | 100 | 110010 | 100110000 | 101100 | 100011 |
Color Harmonies of #7F327A
Complementary color
Monochromatic Colors of #7F327A
Black with #7F327A
Text Example
Text Example
White with #7F327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F327A; }
p { color: rgb(127,50,122); }
H1.HeaderClassName
{
color: #7F327A;
}
.AnyTagClassName
{
color: #7F327A;
}
</style>
background-color css
<style>
a { background-color: #7F327A; }
a { background-color: rgb(127,50,122); }
div.DivClassName
{
background-color: #7F327A;
}
.BgClassName
{
background-color: #7F327A;
}
</style>
border-color css
<style>
span { border-color: #7F327A; }
span { border-color: rgb(127,50,122); }
td.TdClassName
{
border-color: #7F327A;
}
.TagClassName
{
border-color: #7F327A;
}
</style>