Shades of Palatinate Purple #672D56
Tints of Palatinate Purple #672D56
RGB
CMYK
RGB Variations
Color information
#672D56 (or 0x672D56) is known color: Palatinate Purple. HEX triplet: 67, 2D and 56. RGB value is (103,45,86). Sum of RGB (Red+Green+Blue) = 103+45+86=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 103 - color contains mainly: red. Hex color #672D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672D56 is #98D2A9. Grayscale: #424242. Windows color (decimal): -10015402 or 5647719. OLE color: 5647719.
HSL color Cylindrical-coordinate representation of color #672D56: hue angle of 317.59º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #672D56 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 45 | 86 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.60 |
| HSL | 317.59º | 0.39% | 0.29% | - |
| HSV(B) | 317.59º | 0.56% | 0.4% | - |
| XYZ | 8.21 | 5.43 | 9.42 | - |
| YUV | 67.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 86 | 0 | 0.56 | 0.17 | 0.60 | 317.59 | 0.39 | 0.29 |
| Hex | 67 | 2D | 56 | 0 | 38 | 11 | 3C | 13E | 27 | 1D |
| Octal | 147 | 55 | 126 | 0 | 70 | 21 | 74 | 476 | 47 | 35 |
| Binary | 1100111 | 101101 | 1010110 | 0 | 111000 | 10001 | 111100 | 100111110 | 100111 | 11101 |
Color Harmonies of #672D56
Complementary color
Monochromatic Colors of #672D56
Black with #672D56
Text Example
Text Example
White with #672D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672D56; }
p { color: rgb(103,45,86); }
H1.HeaderClassName
{
color: #672D56;
}
.AnyTagClassName
{
color: #672D56;
}
</style>
background-color css
<style>
a { background-color: #672D56; }
a { background-color: rgb(103,45,86); }
div.DivClassName
{
background-color: #672D56;
}
.BgClassName
{
background-color: #672D56;
}
</style>
border-color css
<style>
span { border-color: #672D56; }
span { border-color: rgb(103,45,86); }
td.TdClassName
{
border-color: #672D56;
}
.TagClassName
{
border-color: #672D56;
}
</style>