Shades of Dark Purple #7F2185
Tints of Dark Purple #7F2185
RGB
CMYK
RGB Variations
Color information
#7F2185 (or 0x7F2185) is known color: Dark Purple. HEX triplet: 7F, 21 and 85. RGB value is (127,33,133). Sum of RGB (Red+Green+Blue) = 127+33+133=293 (38% of max value = 765). Red value is 127 (50% from 255 or 43.34% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #7F2185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2185 is #80DE7A. Grayscale: #484848. Windows color (decimal): -8445563 or 8724863. OLE color: 8724863.
HSL color Cylindrical-coordinate representation of color #7F2185: hue angle of 296.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F2185 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 33 | 133 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.48 |
| HSL | 296.4º | 0.6% | 0.33% | - |
| HSV(B) | 296.4º | 0.75% | 0.52% | - |
| XYZ | 13.53 | 7.29 | 22.88 | - |
| YUV | 72.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 33 | 133 | 0.05 | 0.75 | 0 | 0.48 | 296.4 | 0.6 | 0.33 |
| Hex | 7F | 21 | 85 | 5 | 4B | 0 | 30 | 128 | 3C | 21 |
| Octal | 177 | 41 | 205 | 5 | 113 | 0 | 60 | 450 | 74 | 41 |
| Binary | 1111111 | 100001 | 10000101 | 101 | 1001011 | 0 | 110000 | 100101000 | 111100 | 100001 |
Color Harmonies of #7F2185
Complementary color
Monochromatic Colors of #7F2185
Black with #7F2185
Text Example
Text Example
White with #7F2185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2185; }
p { color: rgb(127,33,133); }
H1.HeaderClassName
{
color: #7F2185;
}
.AnyTagClassName
{
color: #7F2185;
}
</style>
background-color css
<style>
a { background-color: #7F2185; }
a { background-color: rgb(127,33,133); }
div.DivClassName
{
background-color: #7F2185;
}
.BgClassName
{
background-color: #7F2185;
}
</style>
border-color css
<style>
span { border-color: #7F2185; }
span { border-color: rgb(127,33,133); }
td.TdClassName
{
border-color: #7F2185;
}
.TagClassName
{
border-color: #7F2185;
}
</style>