Shades of Dark Purple #7F1575
Tints of Dark Purple #7F1575
RGB
CMYK
RGB Variations
Color information
#7F1575 (or 0x7F1575) is known color: Dark Purple. HEX triplet: 7F, 15 and 75. RGB value is (127,21,117). Sum of RGB (Red+Green+Blue) = 127+21+117=265 (35% of max value = 765). Red value is 127 (50% from 255 or 47.92% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1575 is #80EA8A. Grayscale: #3F3F3F. Windows color (decimal): -8448651 or 7673215. OLE color: 7673215.
HSL color Cylindrical-coordinate representation of color #7F1575: hue angle of 305.66º 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 #7F1575 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 21 | 117 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.50 |
| HSL | 305.66º | 0.72% | 0.29% | - |
| HSV(B) | 305.66º | 0.83% | 0.5% | - |
| XYZ | 12.23 | 6.33 | 17.41 | - |
| YUV | 63.64 | 158.12 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 21 | 117 | 0 | 0.83 | 0.08 | 0.50 | 305.66 | 0.72 | 0.29 |
| Hex | 7F | 15 | 75 | 0 | 53 | 8 | 32 | 132 | 48 | 1D |
| Octal | 177 | 25 | 165 | 0 | 123 | 10 | 62 | 462 | 110 | 35 |
| Binary | 1111111 | 10101 | 1110101 | 0 | 1010011 | 1000 | 110010 | 100110010 | 1001000 | 11101 |
Color Harmonies of #7F1575
Complementary color
Monochromatic Colors of #7F1575
Black with #7F1575
Text Example
Text Example
White with #7F1575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1575; }
p { color: rgb(127,21,117); }
H1.HeaderClassName
{
color: #7F1575;
}
.AnyTagClassName
{
color: #7F1575;
}
</style>
background-color css
<style>
a { background-color: #7F1575; }
a { background-color: rgb(127,21,117); }
div.DivClassName
{
background-color: #7F1575;
}
.BgClassName
{
background-color: #7F1575;
}
</style>
border-color css
<style>
span { border-color: #7F1575; }
span { border-color: rgb(127,21,117); }
td.TdClassName
{
border-color: #7F1575;
}
.TagClassName
{
border-color: #7F1575;
}
</style>