Shades of Purple #7C0B6F
Tints of Purple #7C0B6F
RGB
CMYK
RGB Variations
Color information
#7C0B6F (or 0x7C0B6F) is known color: Purple. HEX triplet: 7C, 0B and 6F. RGB value is (124,11,111). Sum of RGB (Red+Green+Blue) = 124+11+111=246 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.41% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0B6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0B6F is #83F490. Grayscale: #373737. Windows color (decimal): -8647825 or 7277436. OLE color: 7277436.
HSL color Cylindrical-coordinate representation of color #7C0B6F: hue angle of 306.9º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C0B6F is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 11 | 111 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.51 |
| HSL | 306.9º | 0.84% | 0.26% | - |
| HSV(B) | 306.9º | 0.91% | 0.49% | - |
| XYZ | 11.3 | 5.67 | 15.54 | - |
| YUV | 56.19 | 158.94 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 11 | 111 | 0 | 0.91 | 0.10 | 0.51 | 306.9 | 0.84 | 0.26 |
| Hex | 7C | B | 6F | 0 | 5B | A | 33 | 133 | 54 | 1A |
| Octal | 174 | 13 | 157 | 0 | 133 | 12 | 63 | 463 | 124 | 32 |
| Binary | 1111100 | 1011 | 1101111 | 0 | 1011011 | 1010 | 110011 | 100110011 | 1010100 | 11010 |
Color Harmonies of #7C0B6F
Complementary color
Monochromatic Colors of #7C0B6F
Black with #7C0B6F
Text Example
Text Example
White with #7C0B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0B6F; }
p { color: rgb(124,11,111); }
H1.HeaderClassName
{
color: #7C0B6F;
}
.AnyTagClassName
{
color: #7C0B6F;
}
</style>
background-color css
<style>
a { background-color: #7C0B6F; }
a { background-color: rgb(124,11,111); }
div.DivClassName
{
background-color: #7C0B6F;
}
.BgClassName
{
background-color: #7C0B6F;
}
</style>
border-color css
<style>
span { border-color: #7C0B6F; }
span { border-color: rgb(124,11,111); }
td.TdClassName
{
border-color: #7C0B6F;
}
.TagClassName
{
border-color: #7C0B6F;
}
</style>