Shades of Palatinate Purple #672764
Tints of Palatinate Purple #672764
RGB
CMYK
RGB Variations
Color information
#672764 (or 0x672764) is known color: Palatinate Purple. HEX triplet: 67, 27 and 64. RGB value is (103,39,100). Sum of RGB (Red+Green+Blue) = 103+39+100=242 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.56% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 103 - color contains mainly: red. Hex color #672764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672764 is #98D89B. Grayscale: #404040. Windows color (decimal): -10016924 or 6563687. OLE color: 6563687.
HSL color Cylindrical-coordinate representation of color #672764: hue angle of 302.81º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #672764 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 39 | 100 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.60 |
| HSL | 302.81º | 0.45% | 0.28% | - |
| HSV(B) | 302.81º | 0.62% | 0.4% | - |
| XYZ | 8.62 | 5.25 | 12.62 | - |
| YUV | 65.09 | 147.7 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 39 | 100 | 0 | 0.62 | 0.03 | 0.60 | 302.81 | 0.45 | 0.28 |
| Hex | 67 | 27 | 64 | 0 | 3E | 3 | 3C | 12F | 2D | 1C |
| Octal | 147 | 47 | 144 | 0 | 76 | 3 | 74 | 457 | 55 | 34 |
| Binary | 1100111 | 100111 | 1100100 | 0 | 111110 | 11 | 111100 | 100101111 | 101101 | 11100 |
Color Harmonies of #672764
Complementary color
Monochromatic Colors of #672764
Black with #672764
Text Example
Text Example
White with #672764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672764; }
p { color: rgb(103,39,100); }
H1.HeaderClassName
{
color: #672764;
}
.AnyTagClassName
{
color: #672764;
}
</style>
background-color css
<style>
a { background-color: #672764; }
a { background-color: rgb(103,39,100); }
div.DivClassName
{
background-color: #672764;
}
.BgClassName
{
background-color: #672764;
}
</style>
border-color css
<style>
span { border-color: #672764; }
span { border-color: rgb(103,39,100); }
td.TdClassName
{
border-color: #672764;
}
.TagClassName
{
border-color: #672764;
}
</style>