Shades of Dark Purple #7C237E
Tints of Dark Purple #7C237E
RGB
CMYK
RGB Variations
Color information
#7C237E (or 0x7C237E) is known color: Dark Purple. HEX triplet: 7C, 23 and 7E. RGB value is (124,35,126). Sum of RGB (Red+Green+Blue) = 124+35+126=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 126 - color contains mainly: blue. Hex color #7C237E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C237E is #83DC81. Grayscale: #474747. Windows color (decimal): -8641666 or 8266620. OLE color: 8266620.
HSL color Cylindrical-coordinate representation of color #7C237E: hue angle of 298.68º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C237E is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 35 | 126 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.51 |
| HSL | 298.68º | 0.57% | 0.32% | - |
| HSV(B) | 298.68º | 0.72% | 0.49% | - |
| XYZ | 12.68 | 6.99 | 20.42 | - |
| YUV | 71.99 | 158.49 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 35 | 126 | 0.02 | 0.72 | 0 | 0.51 | 298.68 | 0.57 | 0.32 |
| Hex | 7C | 23 | 7E | 2 | 48 | 0 | 33 | 12B | 39 | 20 |
| Octal | 174 | 43 | 176 | 2 | 110 | 0 | 63 | 453 | 71 | 40 |
| Binary | 1111100 | 100011 | 1111110 | 10 | 1001000 | 0 | 110011 | 100101011 | 111001 | 100000 |
Color Harmonies of #7C237E
Complementary color
Monochromatic Colors of #7C237E
Black with #7C237E
Text Example
Text Example
White with #7C237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C237E; }
p { color: rgb(124,35,126); }
H1.HeaderClassName
{
color: #7C237E;
}
.AnyTagClassName
{
color: #7C237E;
}
</style>
background-color css
<style>
a { background-color: #7C237E; }
a { background-color: rgb(124,35,126); }
div.DivClassName
{
background-color: #7C237E;
}
.BgClassName
{
background-color: #7C237E;
}
</style>
border-color css
<style>
span { border-color: #7C237E; }
span { border-color: rgb(124,35,126); }
td.TdClassName
{
border-color: #7C237E;
}
.TagClassName
{
border-color: #7C237E;
}
</style>