Shades of Dark Purple #7F3675
Tints of Dark Purple #7F3675
RGB
CMYK
RGB Variations
Color information
#7F3675 (or 0x7F3675) is known color: Dark Purple. HEX triplet: 7F, 36 and 75. RGB value is (127,54,117). Sum of RGB (Red+Green+Blue) = 127+54+117=298 (39% of max value = 765). Red value is 127 (50% from 255 or 42.62% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3675 is #80C98A. Grayscale: #525252. Windows color (decimal): -8440203 or 7681663. OLE color: 7681663.
HSL color Cylindrical-coordinate representation of color #7F3675: hue angle of 308.22º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F3675 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 54 | 117 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.50 |
| HSL | 308.22º | 0.4% | 0.35% | - |
| HSV(B) | 308.22º | 0.57% | 0.5% | - |
| XYZ | 13.28 | 8.43 | 17.76 | - |
| YUV | 83.01 | 147.18 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 54 | 117 | 0 | 0.57 | 0.08 | 0.50 | 308.22 | 0.4 | 0.35 |
| Hex | 7F | 36 | 75 | 0 | 39 | 8 | 32 | 134 | 28 | 23 |
| Octal | 177 | 66 | 165 | 0 | 71 | 10 | 62 | 464 | 50 | 43 |
| Binary | 1111111 | 110110 | 1110101 | 0 | 111001 | 1000 | 110010 | 100110100 | 101000 | 100011 |
Color Harmonies of #7F3675
Complementary color
Monochromatic Colors of #7F3675
Black with #7F3675
Text Example
Text Example
White with #7F3675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3675; }
p { color: rgb(127,54,117); }
H1.HeaderClassName
{
color: #7F3675;
}
.AnyTagClassName
{
color: #7F3675;
}
</style>
background-color css
<style>
a { background-color: #7F3675; }
a { background-color: rgb(127,54,117); }
div.DivClassName
{
background-color: #7F3675;
}
.BgClassName
{
background-color: #7F3675;
}
</style>
border-color css
<style>
span { border-color: #7F3675; }
span { border-color: rgb(127,54,117); }
td.TdClassName
{
border-color: #7F3675;
}
.TagClassName
{
border-color: #7F3675;
}
</style>