Shades of Dark Purple #7C1965
Tints of Dark Purple #7C1965
RGB
CMYK
RGB Variations
Color information
#7C1965 (or 0x7C1965) is known color: Dark Purple. HEX triplet: 7C, 19 and 65. RGB value is (124,25,101). Sum of RGB (Red+Green+Blue) = 124+25+101=250 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.6% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1965 is #83E69A. Grayscale: #3F3F3F. Windows color (decimal): -8644251 or 6625660. OLE color: 6625660.
HSL color Cylindrical-coordinate representation of color #7C1965: hue angle of 313.94º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C1965 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 25 | 101 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.51 |
| HSL | 313.94º | 0.66% | 0.29% | - |
| HSV(B) | 313.94º | 0.8% | 0.49% | - |
| XYZ | 11.01 | 5.92 | 12.87 | - |
| YUV | 63.27 | 149.3 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 25 | 101 | 0 | 0.80 | 0.19 | 0.51 | 313.94 | 0.66 | 0.29 |
| Hex | 7C | 19 | 65 | 0 | 50 | 13 | 33 | 13A | 42 | 1D |
| Octal | 174 | 31 | 145 | 0 | 120 | 23 | 63 | 472 | 102 | 35 |
| Binary | 1111100 | 11001 | 1100101 | 0 | 1010000 | 10011 | 110011 | 100111010 | 1000010 | 11101 |
Color Harmonies of #7C1965
Complementary color
Monochromatic Colors of #7C1965
Black with #7C1965
Text Example
Text Example
White with #7C1965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1965; }
p { color: rgb(124,25,101); }
H1.HeaderClassName
{
color: #7C1965;
}
.AnyTagClassName
{
color: #7C1965;
}
</style>
background-color css
<style>
a { background-color: #7C1965; }
a { background-color: rgb(124,25,101); }
div.DivClassName
{
background-color: #7C1965;
}
.BgClassName
{
background-color: #7C1965;
}
</style>
border-color css
<style>
span { border-color: #7C1965; }
span { border-color: rgb(124,25,101); }
td.TdClassName
{
border-color: #7C1965;
}
.TagClassName
{
border-color: #7C1965;
}
</style>