Shades of Palatinate Purple #7C3869
Tints of Palatinate Purple #7C3869
RGB
CMYK
RGB Variations
Color information
#7C3869 (or 0x7C3869) is known color: Palatinate Purple. HEX triplet: 7C, 38 and 69. RGB value is (124,56,105). Sum of RGB (Red+Green+Blue) = 124+56+105=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3869 is #83C796. Grayscale: #515151. Windows color (decimal): -8636311 or 6895740. OLE color: 6895740.
HSL color Cylindrical-coordinate representation of color #7C3869: hue angle of 316.76º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C3869 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 56 | 105 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.51 |
| HSL | 316.76º | 0.38% | 0.35% | - |
| HSV(B) | 316.76º | 0.55% | 0.49% | - |
| XYZ | 12.28 | 8.13 | 14.29 | - |
| YUV | 81.92 | 141.03 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 56 | 105 | 0 | 0.55 | 0.15 | 0.51 | 316.76 | 0.38 | 0.35 |
| Hex | 7C | 38 | 69 | 0 | 37 | F | 33 | 13D | 26 | 23 |
| Octal | 174 | 70 | 151 | 0 | 67 | 17 | 63 | 475 | 46 | 43 |
| Binary | 1111100 | 111000 | 1101001 | 0 | 110111 | 1111 | 110011 | 100111101 | 100110 | 100011 |
Color Harmonies of #7C3869
Complementary color
Monochromatic Colors of #7C3869
Black with #7C3869
Text Example
Text Example
White with #7C3869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3869; }
p { color: rgb(124,56,105); }
H1.HeaderClassName
{
color: #7C3869;
}
.AnyTagClassName
{
color: #7C3869;
}
</style>
background-color css
<style>
a { background-color: #7C3869; }
a { background-color: rgb(124,56,105); }
div.DivClassName
{
background-color: #7C3869;
}
.BgClassName
{
background-color: #7C3869;
}
</style>
border-color css
<style>
span { border-color: #7C3869; }
span { border-color: rgb(124,56,105); }
td.TdClassName
{
border-color: #7C3869;
}
.TagClassName
{
border-color: #7C3869;
}
</style>