Shades of Dark Purple #7C0F5F
Tints of Dark Purple #7C0F5F
RGB
CMYK
RGB Variations
Color information
#7C0F5F (or 0x7C0F5F) is known color: Dark Purple. HEX triplet: 7C, 0F and 5F. RGB value is (124,15,95). Sum of RGB (Red+Green+Blue) = 124+15+95=234 (30% of max value = 765). Red value is 124 (48.83% from 255 or 52.99% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0F5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0F5F is #83F0A0. Grayscale: #383838. Windows color (decimal): -8646817 or 6229884. OLE color: 6229884.
HSL color Cylindrical-coordinate representation of color #7C0F5F: hue angle of 315.96º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C0F5F is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 15 | 95 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.51 |
| HSL | 315.96º | 0.78% | 0.27% | - |
| HSV(B) | 315.96º | 0.88% | 0.49% | - |
| XYZ | 10.55 | 5.45 | 11.32 | - |
| YUV | 56.71 | 149.61 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 15 | 95 | 0 | 0.88 | 0.23 | 0.51 | 315.96 | 0.78 | 0.27 |
| Hex | 7C | F | 5F | 0 | 58 | 17 | 33 | 13C | 4E | 1B |
| Octal | 174 | 17 | 137 | 0 | 130 | 27 | 63 | 474 | 116 | 33 |
| Binary | 1111100 | 1111 | 1011111 | 0 | 1011000 | 10111 | 110011 | 100111100 | 1001110 | 11011 |
Color Harmonies of #7C0F5F
Complementary color
Monochromatic Colors of #7C0F5F
Black with #7C0F5F
Text Example
Text Example
White with #7C0F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0F5F; }
p { color: rgb(124,15,95); }
H1.HeaderClassName
{
color: #7C0F5F;
}
.AnyTagClassName
{
color: #7C0F5F;
}
</style>
background-color css
<style>
a { background-color: #7C0F5F; }
a { background-color: rgb(124,15,95); }
div.DivClassName
{
background-color: #7C0F5F;
}
.BgClassName
{
background-color: #7C0F5F;
}
</style>
border-color css
<style>
span { border-color: #7C0F5F; }
span { border-color: rgb(124,15,95); }
td.TdClassName
{
border-color: #7C0F5F;
}
.TagClassName
{
border-color: #7C0F5F;
}
</style>