Shades of Palatinate Purple #672D59
Tints of Palatinate Purple #672D59
RGB
CMYK
RGB Variations
Color information
#672D59 (or 0x672D59) is known color: Palatinate Purple. HEX triplet: 67, 2D and 59. RGB value is (103,45,89). Sum of RGB (Red+Green+Blue) = 103+45+89=237 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.46% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 103 - color contains mainly: red. Hex color #672D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672D59 is #98D2A6. Grayscale: #434343. Windows color (decimal): -10015399 or 5844327. OLE color: 5844327.
HSL color Cylindrical-coordinate representation of color #672D59: hue angle of 314.48º 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 #672D59 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 45 | 89 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.60 |
| HSL | 314.48º | 0.39% | 0.29% | - |
| HSV(B) | 314.48º | 0.56% | 0.4% | - |
| XYZ | 8.34 | 5.48 | 10.07 | - |
| YUV | 67.36 | 140.22 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 89 | 0 | 0.56 | 0.14 | 0.60 | 314.48 | 0.39 | 0.29 |
| Hex | 67 | 2D | 59 | 0 | 38 | E | 3C | 13A | 27 | 1D |
| Octal | 147 | 55 | 131 | 0 | 70 | 16 | 74 | 472 | 47 | 35 |
| Binary | 1100111 | 101101 | 1011001 | 0 | 111000 | 1110 | 111100 | 100111010 | 100111 | 11101 |
Color Harmonies of #672D59
Complementary color
Monochromatic Colors of #672D59
Black with #672D59
Text Example
Text Example
White with #672D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672D59; }
p { color: rgb(103,45,89); }
H1.HeaderClassName
{
color: #672D59;
}
.AnyTagClassName
{
color: #672D59;
}
</style>
background-color css
<style>
a { background-color: #672D59; }
a { background-color: rgb(103,45,89); }
div.DivClassName
{
background-color: #672D59;
}
.BgClassName
{
background-color: #672D59;
}
</style>
border-color css
<style>
span { border-color: #672D59; }
span { border-color: rgb(103,45,89); }
td.TdClassName
{
border-color: #672D59;
}
.TagClassName
{
border-color: #672D59;
}
</style>