Shades of Palatinate Purple #672A57
Tints of Palatinate Purple #672A57
RGB
CMYK
RGB Variations
Color information
#672A57 (or 0x672A57) is known color: Palatinate Purple. HEX triplet: 67, 2A and 57. RGB value is (103,42,87). Sum of RGB (Red+Green+Blue) = 103+42+87=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 103 - color contains mainly: red. Hex color #672A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672A57 is #98D5A8. Grayscale: #414141. Windows color (decimal): -10016169 or 5712487. OLE color: 5712487.
HSL color Cylindrical-coordinate representation of color #672A57: hue angle of 315.74º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #672A57 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 42 | 87 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.60 |
| HSL | 315.74º | 0.42% | 0.28% | - |
| HSV(B) | 315.74º | 0.59% | 0.4% | - |
| XYZ | 8.14 | 5.23 | 9.6 | - |
| YUV | 65.37 | 140.21 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 87 | 0 | 0.59 | 0.16 | 0.60 | 315.74 | 0.42 | 0.28 |
| Hex | 67 | 2A | 57 | 0 | 3B | 10 | 3C | 13C | 2A | 1C |
| Octal | 147 | 52 | 127 | 0 | 73 | 20 | 74 | 474 | 52 | 34 |
| Binary | 1100111 | 101010 | 1010111 | 0 | 111011 | 10000 | 111100 | 100111100 | 101010 | 11100 |
Color Harmonies of #672A57
Complementary color
Monochromatic Colors of #672A57
Black with #672A57
Text Example
Text Example
White with #672A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672A57; }
p { color: rgb(103,42,87); }
H1.HeaderClassName
{
color: #672A57;
}
.AnyTagClassName
{
color: #672A57;
}
</style>
background-color css
<style>
a { background-color: #672A57; }
a { background-color: rgb(103,42,87); }
div.DivClassName
{
background-color: #672A57;
}
.BgClassName
{
background-color: #672A57;
}
</style>
border-color css
<style>
span { border-color: #672A57; }
span { border-color: rgb(103,42,87); }
td.TdClassName
{
border-color: #672A57;
}
.TagClassName
{
border-color: #672A57;
}
</style>