Shades of Palatinate Purple #7C3067
Tints of Palatinate Purple #7C3067
RGB
CMYK
RGB Variations
Color information
#7C3067 (or 0x7C3067) is known color: Palatinate Purple. HEX triplet: 7C, 30 and 67. RGB value is (124,48,103). Sum of RGB (Red+Green+Blue) = 124+48+103=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3067 is #83CF98. Grayscale: #4C4C4C. Windows color (decimal): -8638361 or 6762620. OLE color: 6762620.
HSL color Cylindrical-coordinate representation of color #7C3067: hue angle of 316.58º 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 #7C3067 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 48 | 103 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.51 |
| HSL | 316.58º | 0.44% | 0.34% | - |
| HSV(B) | 316.58º | 0.61% | 0.49% | - |
| XYZ | 11.82 | 7.38 | 13.63 | - |
| YUV | 76.99 | 142.68 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 48 | 103 | 0 | 0.61 | 0.17 | 0.51 | 316.58 | 0.44 | 0.34 |
| Hex | 7C | 30 | 67 | 0 | 3D | 11 | 33 | 13D | 2C | 22 |
| Octal | 174 | 60 | 147 | 0 | 75 | 21 | 63 | 475 | 54 | 42 |
| Binary | 1111100 | 110000 | 1100111 | 0 | 111101 | 10001 | 110011 | 100111101 | 101100 | 100010 |
Color Harmonies of #7C3067
Complementary color
Monochromatic Colors of #7C3067
Black with #7C3067
Text Example
Text Example
White with #7C3067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3067; }
p { color: rgb(124,48,103); }
H1.HeaderClassName
{
color: #7C3067;
}
.AnyTagClassName
{
color: #7C3067;
}
</style>
background-color css
<style>
a { background-color: #7C3067; }
a { background-color: rgb(124,48,103); }
div.DivClassName
{
background-color: #7C3067;
}
.BgClassName
{
background-color: #7C3067;
}
</style>
border-color css
<style>
span { border-color: #7C3067; }
span { border-color: rgb(124,48,103); }
td.TdClassName
{
border-color: #7C3067;
}
.TagClassName
{
border-color: #7C3067;
}
</style>