Shades of Dark Purple #7C236B
Tints of Dark Purple #7C236B
RGB
CMYK
RGB Variations
Color information
#7C236B (or 0x7C236B) is known color: Dark Purple. HEX triplet: 7C, 23 and 6B. RGB value is (124,35,107). Sum of RGB (Red+Green+Blue) = 124+35+107=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 124 - color contains mainly: red. Hex color #7C236B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C236B is #83DC94. Grayscale: #454545. Windows color (decimal): -8641685 or 7021436. OLE color: 7021436.
HSL color Cylindrical-coordinate representation of color #7C236B: hue angle of 311.46º 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 #7C236B is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 35 | 107 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.51 |
| HSL | 311.46º | 0.56% | 0.31% | - |
| HSV(B) | 311.46º | 0.72% | 0.49% | - |
| XYZ | 11.57 | 6.55 | 14.56 | - |
| YUV | 69.82 | 148.99 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 35 | 107 | 0 | 0.72 | 0.14 | 0.51 | 311.46 | 0.56 | 0.31 |
| Hex | 7C | 23 | 6B | 0 | 48 | E | 33 | 137 | 38 | 1F |
| Octal | 174 | 43 | 153 | 0 | 110 | 16 | 63 | 467 | 70 | 37 |
| Binary | 1111100 | 100011 | 1101011 | 0 | 1001000 | 1110 | 110011 | 100110111 | 111000 | 11111 |
Color Harmonies of #7C236B
Complementary color
Monochromatic Colors of #7C236B
Black with #7C236B
Text Example
Text Example
White with #7C236B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C236B; }
p { color: rgb(124,35,107); }
H1.HeaderClassName
{
color: #7C236B;
}
.AnyTagClassName
{
color: #7C236B;
}
</style>
background-color css
<style>
a { background-color: #7C236B; }
a { background-color: rgb(124,35,107); }
div.DivClassName
{
background-color: #7C236B;
}
.BgClassName
{
background-color: #7C236B;
}
</style>
border-color css
<style>
span { border-color: #7C236B; }
span { border-color: rgb(124,35,107); }
td.TdClassName
{
border-color: #7C236B;
}
.TagClassName
{
border-color: #7C236B;
}
</style>