Shades of Palatinate Purple #7E3467
Tints of Palatinate Purple #7E3467
RGB
CMYK
RGB Variations
Color information
#7E3467 (or 0x7E3467) is known color: Palatinate Purple. HEX triplet: 7E, 34 and 67. RGB value is (126,52,103). Sum of RGB (Red+Green+Blue) = 126+52+103=281 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.84% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3467 is #81CB98. Grayscale: #4F4F4F. Windows color (decimal): -8506265 or 6763646. OLE color: 6763646.
HSL color Cylindrical-coordinate representation of color #7E3467: hue angle of 318.65º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E3467 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 52 | 103 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.51 |
| HSL | 318.65º | 0.42% | 0.35% | - |
| HSV(B) | 318.65º | 0.59% | 0.49% | - |
| XYZ | 12.28 | 7.87 | 13.7 | - |
| YUV | 79.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 52 | 103 | 0 | 0.59 | 0.18 | 0.51 | 318.65 | 0.42 | 0.35 |
| Hex | 7E | 34 | 67 | 0 | 3B | 12 | 33 | 13F | 2A | 23 |
| Octal | 176 | 64 | 147 | 0 | 73 | 22 | 63 | 477 | 52 | 43 |
| Binary | 1111110 | 110100 | 1100111 | 0 | 111011 | 10010 | 110011 | 100111111 | 101010 | 100011 |
Color Harmonies of #7E3467
Complementary color
Monochromatic Colors of #7E3467
Black with #7E3467
Text Example
Text Example
White with #7E3467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3467; }
p { color: rgb(126,52,103); }
H1.HeaderClassName
{
color: #7E3467;
}
.AnyTagClassName
{
color: #7E3467;
}
</style>
background-color css
<style>
a { background-color: #7E3467; }
a { background-color: rgb(126,52,103); }
div.DivClassName
{
background-color: #7E3467;
}
.BgClassName
{
background-color: #7E3467;
}
</style>
border-color css
<style>
span { border-color: #7E3467; }
span { border-color: rgb(126,52,103); }
td.TdClassName
{
border-color: #7E3467;
}
.TagClassName
{
border-color: #7E3467;
}
</style>