Shades of Dark Purple #7C2368
Tints of Dark Purple #7C2368
RGB
CMYK
RGB Variations
Color information
#7C2368 (or 0x7C2368) is known color: Dark Purple. HEX triplet: 7C, 23 and 68. RGB value is (124,35,104). Sum of RGB (Red+Green+Blue) = 124+35+104=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2368 is #83DC97. Grayscale: #454545. Windows color (decimal): -8641688 or 6824828. OLE color: 6824828.
HSL color Cylindrical-coordinate representation of color #7C2368: hue angle of 313.48º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C2368 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 35 | 104 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.51 |
| HSL | 313.48º | 0.56% | 0.31% | - |
| HSV(B) | 313.48º | 0.72% | 0.49% | - |
| XYZ | 11.41 | 6.49 | 13.75 | - |
| YUV | 69.48 | 147.49 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 35 | 104 | 0 | 0.72 | 0.16 | 0.51 | 313.48 | 0.56 | 0.31 |
| Hex | 7C | 23 | 68 | 0 | 48 | 10 | 33 | 139 | 38 | 1F |
| Octal | 174 | 43 | 150 | 0 | 110 | 20 | 63 | 471 | 70 | 37 |
| Binary | 1111100 | 100011 | 1101000 | 0 | 1001000 | 10000 | 110011 | 100111001 | 111000 | 11111 |
Color Harmonies of #7C2368
Complementary color
Monochromatic Colors of #7C2368
Black with #7C2368
Text Example
Text Example
White with #7C2368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2368; }
p { color: rgb(124,35,104); }
H1.HeaderClassName
{
color: #7C2368;
}
.AnyTagClassName
{
color: #7C2368;
}
</style>
background-color css
<style>
a { background-color: #7C2368; }
a { background-color: rgb(124,35,104); }
div.DivClassName
{
background-color: #7C2368;
}
.BgClassName
{
background-color: #7C2368;
}
</style>
border-color css
<style>
span { border-color: #7C2368; }
span { border-color: rgb(124,35,104); }
td.TdClassName
{
border-color: #7C2368;
}
.TagClassName
{
border-color: #7C2368;
}
</style>