Shades of Dark Purple #7C1862
Tints of Dark Purple #7C1862
RGB
CMYK
RGB Variations
Color information
#7C1862 (or 0x7C1862) is known color: Dark Purple. HEX triplet: 7C, 18 and 62. RGB value is (124,24,98). Sum of RGB (Red+Green+Blue) = 124+24+98=246 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.41% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1862 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1862 is #83E79D. Grayscale: #3E3E3E. Windows color (decimal): -8644510 or 6428796. OLE color: 6428796.
HSL color Cylindrical-coordinate representation of color #7C1862: hue angle of 315.6º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C1862 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 24 | 98 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.51 |
| HSL | 315.6º | 0.68% | 0.29% | - |
| HSV(B) | 315.6º | 0.81% | 0.49% | - |
| XYZ | 10.84 | 5.82 | 12.11 | - |
| YUV | 62.34 | 148.13 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 98 | 0 | 0.81 | 0.21 | 0.51 | 315.6 | 0.68 | 0.29 |
| Hex | 7C | 18 | 62 | 0 | 51 | 15 | 33 | 13C | 44 | 1D |
| Octal | 174 | 30 | 142 | 0 | 121 | 25 | 63 | 474 | 104 | 35 |
| Binary | 1111100 | 11000 | 1100010 | 0 | 1010001 | 10101 | 110011 | 100111100 | 1000100 | 11101 |
Color Harmonies of #7C1862
Complementary color
Monochromatic Colors of #7C1862
Black with #7C1862
Text Example
Text Example
White with #7C1862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1862; }
p { color: rgb(124,24,98); }
H1.HeaderClassName
{
color: #7C1862;
}
.AnyTagClassName
{
color: #7C1862;
}
</style>
background-color css
<style>
a { background-color: #7C1862; }
a { background-color: rgb(124,24,98); }
div.DivClassName
{
background-color: #7C1862;
}
.BgClassName
{
background-color: #7C1862;
}
</style>
border-color css
<style>
span { border-color: #7C1862; }
span { border-color: rgb(124,24,98); }
td.TdClassName
{
border-color: #7C1862;
}
.TagClassName
{
border-color: #7C1862;
}
</style>