Shades of Dark Purple #7C216B
Tints of Dark Purple #7C216B
RGB
CMYK
RGB Variations
Color information
#7C216B (or 0x7C216B) is known color: Dark Purple. HEX triplet: 7C, 21 and 6B. RGB value is (124,33,107). Sum of RGB (Red+Green+Blue) = 124+33+107=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C216B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C216B is #83DE94. Grayscale: #444444. Windows color (decimal): -8642197 or 7020924. OLE color: 7020924.
HSL color Cylindrical-coordinate representation of color #7C216B: hue angle of 311.21º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C216B is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 33 | 107 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.51 |
| HSL | 311.21º | 0.58% | 0.31% | - |
| HSV(B) | 311.21º | 0.73% | 0.49% | - |
| XYZ | 11.51 | 6.43 | 14.55 | - |
| YUV | 68.65 | 149.65 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 33 | 107 | 0 | 0.73 | 0.14 | 0.51 | 311.21 | 0.58 | 0.31 |
| Hex | 7C | 21 | 6B | 0 | 49 | E | 33 | 137 | 3A | 1F |
| Octal | 174 | 41 | 153 | 0 | 111 | 16 | 63 | 467 | 72 | 37 |
| Binary | 1111100 | 100001 | 1101011 | 0 | 1001001 | 1110 | 110011 | 100110111 | 111010 | 11111 |
Color Harmonies of #7C216B
Complementary color
Monochromatic Colors of #7C216B
Black with #7C216B
Text Example
Text Example
White with #7C216B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C216B; }
p { color: rgb(124,33,107); }
H1.HeaderClassName
{
color: #7C216B;
}
.AnyTagClassName
{
color: #7C216B;
}
</style>
background-color css
<style>
a { background-color: #7C216B; }
a { background-color: rgb(124,33,107); }
div.DivClassName
{
background-color: #7C216B;
}
.BgClassName
{
background-color: #7C216B;
}
</style>
border-color css
<style>
span { border-color: #7C216B; }
span { border-color: rgb(124,33,107); }
td.TdClassName
{
border-color: #7C216B;
}
.TagClassName
{
border-color: #7C216B;
}
</style>