Shades of Palatinate Purple #7C2867
Tints of Palatinate Purple #7C2867
RGB
CMYK
RGB Variations
Color information
#7C2867 (or 0x7C2867) is known color: Palatinate Purple. HEX triplet: 7C, 28 and 67. RGB value is (124,40,103). Sum of RGB (Red+Green+Blue) = 124+40+103=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2867 is #83D798. Grayscale: #484848. Windows color (decimal): -8640409 or 6760572. OLE color: 6760572.
HSL color Cylindrical-coordinate representation of color #7C2867: hue angle of 315º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C2867 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 40 | 103 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.51 |
| HSL | 315º | 0.51% | 0.32% | - |
| HSV(B) | 315º | 0.68% | 0.49% | - |
| XYZ | 11.52 | 6.78 | 13.53 | - |
| YUV | 72.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 40 | 103 | 0 | 0.68 | 0.17 | 0.51 | 315 | 0.51 | 0.32 |
| Hex | 7C | 28 | 67 | 0 | 44 | 11 | 33 | 13B | 33 | 20 |
| Octal | 174 | 50 | 147 | 0 | 104 | 21 | 63 | 473 | 63 | 40 |
| Binary | 1111100 | 101000 | 1100111 | 0 | 1000100 | 10001 | 110011 | 100111011 | 110011 | 100000 |
Color Harmonies of #7C2867
Complementary color
Monochromatic Colors of #7C2867
Black with #7C2867
Text Example
Text Example
White with #7C2867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2867; }
p { color: rgb(124,40,103); }
H1.HeaderClassName
{
color: #7C2867;
}
.AnyTagClassName
{
color: #7C2867;
}
</style>
background-color css
<style>
a { background-color: #7C2867; }
a { background-color: rgb(124,40,103); }
div.DivClassName
{
background-color: #7C2867;
}
.BgClassName
{
background-color: #7C2867;
}
</style>
border-color css
<style>
span { border-color: #7C2867; }
span { border-color: rgb(124,40,103); }
td.TdClassName
{
border-color: #7C2867;
}
.TagClassName
{
border-color: #7C2867;
}
</style>