Shades of Dark Purple #7C306F
Tints of Dark Purple #7C306F
RGB
CMYK
RGB Variations
Color information
#7C306F (or 0x7C306F) is known color: Dark Purple. HEX triplet: 7C, 30 and 6F. RGB value is (124,48,111). Sum of RGB (Red+Green+Blue) = 124+48+111=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 124 - color contains mainly: red. Hex color #7C306F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C306F is #83CF90. Grayscale: #4D4D4D. Windows color (decimal): -8638353 or 7286908. OLE color: 7286908.
HSL color Cylindrical-coordinate representation of color #7C306F: hue angle of 310.26º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C306F is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 48 | 111 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.51 |
| HSL | 310.26º | 0.44% | 0.34% | - |
| HSV(B) | 310.26º | 0.61% | 0.49% | - |
| XYZ | 12.24 | 7.55 | 15.85 | - |
| YUV | 77.91 | 146.68 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 48 | 111 | 0 | 0.61 | 0.10 | 0.51 | 310.26 | 0.44 | 0.34 |
| Hex | 7C | 30 | 6F | 0 | 3D | A | 33 | 136 | 2C | 22 |
| Octal | 174 | 60 | 157 | 0 | 75 | 12 | 63 | 466 | 54 | 42 |
| Binary | 1111100 | 110000 | 1101111 | 0 | 111101 | 1010 | 110011 | 100110110 | 101100 | 100010 |
Color Harmonies of #7C306F
Complementary color
Monochromatic Colors of #7C306F
Black with #7C306F
Text Example
Text Example
White with #7C306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C306F; }
p { color: rgb(124,48,111); }
H1.HeaderClassName
{
color: #7C306F;
}
.AnyTagClassName
{
color: #7C306F;
}
</style>
background-color css
<style>
a { background-color: #7C306F; }
a { background-color: rgb(124,48,111); }
div.DivClassName
{
background-color: #7C306F;
}
.BgClassName
{
background-color: #7C306F;
}
</style>
border-color css
<style>
span { border-color: #7C306F; }
span { border-color: rgb(124,48,111); }
td.TdClassName
{
border-color: #7C306F;
}
.TagClassName
{
border-color: #7C306F;
}
</style>