Shades of Dark Purple #7F2175
Tints of Dark Purple #7F2175
RGB
CMYK
RGB Variations
Color information
#7F2175 (or 0x7F2175) is known color: Dark Purple. HEX triplet: 7F, 21 and 75. RGB value is (127,33,117). Sum of RGB (Red+Green+Blue) = 127+33+117=277 (36% of max value = 765). Red value is 127 (50% from 255 or 45.85% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2175 is #80DE8A. Grayscale: #464646. Windows color (decimal): -8445579 or 7676287. OLE color: 7676287.
HSL color Cylindrical-coordinate representation of color #7F2175: hue angle of 306.38º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F2175 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 33 | 117 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.50 |
| HSL | 306.38º | 0.59% | 0.31% | - |
| HSV(B) | 306.38º | 0.74% | 0.5% | - |
| XYZ | 12.51 | 6.88 | 17.5 | - |
| YUV | 70.68 | 154.14 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 33 | 117 | 0 | 0.74 | 0.08 | 0.50 | 306.38 | 0.59 | 0.31 |
| Hex | 7F | 21 | 75 | 0 | 4A | 8 | 32 | 132 | 3B | 1F |
| Octal | 177 | 41 | 165 | 0 | 112 | 10 | 62 | 462 | 73 | 37 |
| Binary | 1111111 | 100001 | 1110101 | 0 | 1001010 | 1000 | 110010 | 100110010 | 111011 | 11111 |
Color Harmonies of #7F2175
Complementary color
Monochromatic Colors of #7F2175
Black with #7F2175
Text Example
Text Example
White with #7F2175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2175; }
p { color: rgb(127,33,117); }
H1.HeaderClassName
{
color: #7F2175;
}
.AnyTagClassName
{
color: #7F2175;
}
</style>
background-color css
<style>
a { background-color: #7F2175; }
a { background-color: rgb(127,33,117); }
div.DivClassName
{
background-color: #7F2175;
}
.BgClassName
{
background-color: #7F2175;
}
</style>
border-color css
<style>
span { border-color: #7F2175; }
span { border-color: rgb(127,33,117); }
td.TdClassName
{
border-color: #7F2175;
}
.TagClassName
{
border-color: #7F2175;
}
</style>