Shades of Dark Purple #7F157B
Tints of Dark Purple #7F157B
RGB
CMYK
RGB Variations
Color information
#7F157B (or 0x7F157B) is known color: Dark Purple. HEX triplet: 7F, 15 and 7B. RGB value is (127,21,123). Sum of RGB (Red+Green+Blue) = 127+21+123=271 (35% of max value = 765). Red value is 127 (50% from 255 or 46.86% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 127 - color contains mainly: red. Hex color #7F157B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F157B is #80EA84. Grayscale: #404040. Windows color (decimal): -8448645 or 8066431. OLE color: 8066431.
HSL color Cylindrical-coordinate representation of color #7F157B: hue angle of 302.26º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F157B is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 21 | 123 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.50 |
| HSL | 302.26º | 0.72% | 0.29% | - |
| HSV(B) | 302.26º | 0.83% | 0.5% | - |
| XYZ | 12.6 | 6.48 | 19.33 | - |
| YUV | 64.32 | 161.12 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 21 | 123 | 0 | 0.83 | 0.03 | 0.50 | 302.26 | 0.72 | 0.29 |
| Hex | 7F | 15 | 7B | 0 | 53 | 3 | 32 | 12E | 48 | 1D |
| Octal | 177 | 25 | 173 | 0 | 123 | 3 | 62 | 456 | 110 | 35 |
| Binary | 1111111 | 10101 | 1111011 | 0 | 1010011 | 11 | 110010 | 100101110 | 1001000 | 11101 |
Color Harmonies of #7F157B
Complementary color
Monochromatic Colors of #7F157B
Black with #7F157B
Text Example
Text Example
White with #7F157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F157B; }
p { color: rgb(127,21,123); }
H1.HeaderClassName
{
color: #7F157B;
}
.AnyTagClassName
{
color: #7F157B;
}
</style>
background-color css
<style>
a { background-color: #7F157B; }
a { background-color: rgb(127,21,123); }
div.DivClassName
{
background-color: #7F157B;
}
.BgClassName
{
background-color: #7F157B;
}
</style>
border-color css
<style>
span { border-color: #7F157B; }
span { border-color: rgb(127,21,123); }
td.TdClassName
{
border-color: #7F157B;
}
.TagClassName
{
border-color: #7F157B;
}
</style>