Shades of Purple #7C0867
Tints of Purple #7C0867
RGB
CMYK
RGB Variations
Color information
#7C0867 (or 0x7C0867) is known color: Purple. HEX triplet: 7C, 08 and 67. RGB value is (124,8,103). Sum of RGB (Red+Green+Blue) = 124+8+103=235 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.77% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0867 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0867 is #83F798. Grayscale: #353535. Windows color (decimal): -8648601 or 6752380. OLE color: 6752380.
HSL color Cylindrical-coordinate representation of color #7C0867: hue angle of 310.86º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0867 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 8 | 103 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.51 |
| HSL | 310.86º | 0.88% | 0.26% | - |
| HSV(B) | 310.86º | 0.94% | 0.49% | - |
| XYZ | 10.85 | 5.44 | 13.31 | - |
| YUV | 53.51 | 155.93 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 8 | 103 | 0 | 0.94 | 0.17 | 0.51 | 310.86 | 0.88 | 0.26 |
| Hex | 7C | 8 | 67 | 0 | 5E | 11 | 33 | 137 | 58 | 1A |
| Octal | 174 | 10 | 147 | 0 | 136 | 21 | 63 | 467 | 130 | 32 |
| Binary | 1111100 | 1000 | 1100111 | 0 | 1011110 | 10001 | 110011 | 100110111 | 1011000 | 11010 |
Color Harmonies of #7C0867
Complementary color
Monochromatic Colors of #7C0867
Black with #7C0867
Text Example
Text Example
White with #7C0867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0867; }
p { color: rgb(124,8,103); }
H1.HeaderClassName
{
color: #7C0867;
}
.AnyTagClassName
{
color: #7C0867;
}
</style>
background-color css
<style>
a { background-color: #7C0867; }
a { background-color: rgb(124,8,103); }
div.DivClassName
{
background-color: #7C0867;
}
.BgClassName
{
background-color: #7C0867;
}
</style>
border-color css
<style>
span { border-color: #7C0867; }
span { border-color: rgb(124,8,103); }
td.TdClassName
{
border-color: #7C0867;
}
.TagClassName
{
border-color: #7C0867;
}
</style>