Shades of Palatinate Purple #672252
Tints of Palatinate Purple #672252
RGB
CMYK
RGB Variations
Color information
#672252 (or 0x672252) is known color: Palatinate Purple. HEX triplet: 67, 22 and 52. RGB value is (103,34,82). Sum of RGB (Red+Green+Blue) = 103+34+82=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 103 - color contains mainly: red. Hex color #672252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672252 is #98DDAD. Grayscale: #3B3B3B. Windows color (decimal): -10018222 or 5382759. OLE color: 5382759.
HSL color Cylindrical-coordinate representation of color #672252: hue angle of 318.26º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #672252 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 34 | 82 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.60 |
| HSL | 318.26º | 0.5% | 0.27% | - |
| HSV(B) | 318.26º | 0.67% | 0.4% | - |
| XYZ | 7.69 | 4.64 | 8.47 | - |
| YUV | 60.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 34 | 82 | 0 | 0.67 | 0.20 | 0.60 | 318.26 | 0.5 | 0.27 |
| Hex | 67 | 22 | 52 | 0 | 43 | 14 | 3C | 13E | 32 | 1B |
| Octal | 147 | 42 | 122 | 0 | 103 | 24 | 74 | 476 | 62 | 33 |
| Binary | 1100111 | 100010 | 1010010 | 0 | 1000011 | 10100 | 111100 | 100111110 | 110010 | 11011 |
Color Harmonies of #672252
Complementary color
Monochromatic Colors of #672252
Black with #672252
Text Example
Text Example
White with #672252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672252; }
p { color: rgb(103,34,82); }
H1.HeaderClassName
{
color: #672252;
}
.AnyTagClassName
{
color: #672252;
}
</style>
background-color css
<style>
a { background-color: #672252; }
a { background-color: rgb(103,34,82); }
div.DivClassName
{
background-color: #672252;
}
.BgClassName
{
background-color: #672252;
}
</style>
border-color css
<style>
span { border-color: #672252; }
span { border-color: rgb(103,34,82); }
td.TdClassName
{
border-color: #672252;
}
.TagClassName
{
border-color: #672252;
}
</style>