Shades of Dark Purple #7C237D
Tints of Dark Purple #7C237D
RGB
CMYK
RGB Variations
Color information
#7C237D (or 0x7C237D) is known color: Dark Purple. HEX triplet: 7C, 23 and 7D. RGB value is (124,35,125). Sum of RGB (Red+Green+Blue) = 124+35+125=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 125 - color contains mainly: blue. Hex color #7C237D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C237D is #83DC82. Grayscale: #474747. Windows color (decimal): -8641667 or 8201084. OLE color: 8201084.
HSL color Cylindrical-coordinate representation of color #7C237D: hue angle of 299.33º 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 #7C237D is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 35 | 125 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.51 |
| HSL | 299.33º | 0.56% | 0.31% | - |
| HSV(B) | 299.33º | 0.72% | 0.49% | - |
| XYZ | 12.61 | 6.97 | 20.08 | - |
| YUV | 71.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 35 | 125 | 0.01 | 0.72 | 0 | 0.51 | 299.33 | 0.56 | 0.31 |
| Hex | 7C | 23 | 7D | 1 | 48 | 0 | 33 | 12B | 38 | 1F |
| Octal | 174 | 43 | 175 | 1 | 110 | 0 | 63 | 453 | 70 | 37 |
| Binary | 1111100 | 100011 | 1111101 | 1 | 1001000 | 0 | 110011 | 100101011 | 111000 | 11111 |
Color Harmonies of #7C237D
Complementary color
Monochromatic Colors of #7C237D
Black with #7C237D
Text Example
Text Example
White with #7C237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C237D; }
p { color: rgb(124,35,125); }
H1.HeaderClassName
{
color: #7C237D;
}
.AnyTagClassName
{
color: #7C237D;
}
</style>
background-color css
<style>
a { background-color: #7C237D; }
a { background-color: rgb(124,35,125); }
div.DivClassName
{
background-color: #7C237D;
}
.BgClassName
{
background-color: #7C237D;
}
</style>
border-color css
<style>
span { border-color: #7C237D; }
span { border-color: rgb(124,35,125); }
td.TdClassName
{
border-color: #7C237D;
}
.TagClassName
{
border-color: #7C237D;
}
</style>