Shades of Palatinate Purple #7F3366
Tints of Palatinate Purple #7F3366
RGB
CMYK
RGB Variations
Color information
#7F3366 (or 0x7F3366) is known color: Palatinate Purple. HEX triplet: 7F, 33 and 66. RGB value is (127,51,102). Sum of RGB (Red+Green+Blue) = 127+51+102=280 (37% of max value = 765). Red value is 127 (50% from 255 or 45.36% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3366 is #80CC99. Grayscale: #4F4F4F. Windows color (decimal): -8440986 or 6697855. OLE color: 6697855.
HSL color Cylindrical-coordinate representation of color #7F3366: hue angle of 319.74º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F3366 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 51 | 102 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.50 |
| HSL | 319.74º | 0.43% | 0.35% | - |
| HSV(B) | 319.74º | 0.6% | 0.5% | - |
| XYZ | 12.33 | 7.84 | 13.43 | - |
| YUV | 79.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 51 | 102 | 0 | 0.60 | 0.20 | 0.50 | 319.74 | 0.43 | 0.35 |
| Hex | 7F | 33 | 66 | 0 | 3C | 14 | 32 | 140 | 2B | 23 |
| Octal | 177 | 63 | 146 | 0 | 74 | 24 | 62 | 500 | 53 | 43 |
| Binary | 1111111 | 110011 | 1100110 | 0 | 111100 | 10100 | 110010 | 101000000 | 101011 | 100011 |
Color Harmonies of #7F3366
Complementary color
Monochromatic Colors of #7F3366
Black with #7F3366
Text Example
Text Example
White with #7F3366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3366; }
p { color: rgb(127,51,102); }
H1.HeaderClassName
{
color: #7F3366;
}
.AnyTagClassName
{
color: #7F3366;
}
</style>
background-color css
<style>
a { background-color: #7F3366; }
a { background-color: rgb(127,51,102); }
div.DivClassName
{
background-color: #7F3366;
}
.BgClassName
{
background-color: #7F3366;
}
</style>
border-color css
<style>
span { border-color: #7F3366; }
span { border-color: rgb(127,51,102); }
td.TdClassName
{
border-color: #7F3366;
}
.TagClassName
{
border-color: #7F3366;
}
</style>