Shades of Palatinate Purple #672162
Tints of Palatinate Purple #672162
RGB
CMYK
RGB Variations
Color information
#672162 (or 0x672162) is known color: Palatinate Purple. HEX triplet: 67, 21 and 62. RGB value is (103,33,98). Sum of RGB (Red+Green+Blue) = 103+33+98=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 103 - color contains mainly: red. Hex color #672162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672162 is #98DE9D. Grayscale: #3D3D3D. Windows color (decimal): -10018462 or 6431079. OLE color: 6431079.
HSL color Cylindrical-coordinate representation of color #672162: hue angle of 304.29º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #672162 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 33 | 98 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.60 |
| HSL | 304.29º | 0.51% | 0.27% | - |
| HSV(B) | 304.29º | 0.68% | 0.4% | - |
| XYZ | 8.34 | 4.85 | 12.05 | - |
| YUV | 61.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 33 | 98 | 0 | 0.68 | 0.05 | 0.60 | 304.29 | 0.51 | 0.27 |
| Hex | 67 | 21 | 62 | 0 | 44 | 5 | 3C | 130 | 33 | 1B |
| Octal | 147 | 41 | 142 | 0 | 104 | 5 | 74 | 460 | 63 | 33 |
| Binary | 1100111 | 100001 | 1100010 | 0 | 1000100 | 101 | 111100 | 100110000 | 110011 | 11011 |
Color Harmonies of #672162
Complementary color
Monochromatic Colors of #672162
Black with #672162
Text Example
Text Example
White with #672162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672162; }
p { color: rgb(103,33,98); }
H1.HeaderClassName
{
color: #672162;
}
.AnyTagClassName
{
color: #672162;
}
</style>
background-color css
<style>
a { background-color: #672162; }
a { background-color: rgb(103,33,98); }
div.DivClassName
{
background-color: #672162;
}
.BgClassName
{
background-color: #672162;
}
</style>
border-color css
<style>
span { border-color: #672162; }
span { border-color: rgb(103,33,98); }
td.TdClassName
{
border-color: #672162;
}
.TagClassName
{
border-color: #672162;
}
</style>