Shades of Palatinate Purple #7E3667
Tints of Palatinate Purple #7E3667
RGB
CMYK
RGB Variations
Color information
#7E3667 (or 0x7E3667) is known color: Palatinate Purple. HEX triplet: 7E, 36 and 67. RGB value is (126,54,103). Sum of RGB (Red+Green+Blue) = 126+54+103=283 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.52% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3667 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3667 is #81C998. Grayscale: #505050. Windows color (decimal): -8505753 or 6764158. OLE color: 6764158.
HSL color Cylindrical-coordinate representation of color #7E3667: hue angle of 319.17º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E3667 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 54 | 103 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.51 |
| HSL | 319.17º | 0.4% | 0.35% | - |
| HSV(B) | 319.17º | 0.57% | 0.49% | - |
| XYZ | 12.37 | 8.05 | 13.73 | - |
| YUV | 81.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 54 | 103 | 0 | 0.57 | 0.18 | 0.51 | 319.17 | 0.4 | 0.35 |
| Hex | 7E | 36 | 67 | 0 | 39 | 12 | 33 | 13F | 28 | 23 |
| Octal | 176 | 66 | 147 | 0 | 71 | 22 | 63 | 477 | 50 | 43 |
| Binary | 1111110 | 110110 | 1100111 | 0 | 111001 | 10010 | 110011 | 100111111 | 101000 | 100011 |
Color Harmonies of #7E3667
Complementary color
Monochromatic Colors of #7E3667
Black with #7E3667
Text Example
Text Example
White with #7E3667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3667; }
p { color: rgb(126,54,103); }
H1.HeaderClassName
{
color: #7E3667;
}
.AnyTagClassName
{
color: #7E3667;
}
</style>
background-color css
<style>
a { background-color: #7E3667; }
a { background-color: rgb(126,54,103); }
div.DivClassName
{
background-color: #7E3667;
}
.BgClassName
{
background-color: #7E3667;
}
</style>
border-color css
<style>
span { border-color: #7E3667; }
span { border-color: rgb(126,54,103); }
td.TdClassName
{
border-color: #7E3667;
}
.TagClassName
{
border-color: #7E3667;
}
</style>