Shades of Palatinate Purple #672A56
Tints of Palatinate Purple #672A56
RGB
CMYK
RGB Variations
Color information
#672A56 (or 0x672A56) is known color: Palatinate Purple. HEX triplet: 67, 2A and 56. RGB value is (103,42,86). Sum of RGB (Red+Green+Blue) = 103+42+86=231 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.59% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 103 - color contains mainly: red. Hex color #672A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672A56 is #98D5A9. Grayscale: #414141. Windows color (decimal): -10016170 or 5646951. OLE color: 5646951.
HSL color Cylindrical-coordinate representation of color #672A56: hue angle of 316.72º 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 #672A56 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 42 | 86 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.60 |
| HSL | 316.72º | 0.42% | 0.28% | - |
| HSV(B) | 316.72º | 0.59% | 0.4% | - |
| XYZ | 8.1 | 5.21 | 9.38 | - |
| YUV | 65.26 | 139.71 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 86 | 0 | 0.59 | 0.17 | 0.60 | 316.72 | 0.42 | 0.28 |
| Hex | 67 | 2A | 56 | 0 | 3B | 11 | 3C | 13D | 2A | 1C |
| Octal | 147 | 52 | 126 | 0 | 73 | 21 | 74 | 475 | 52 | 34 |
| Binary | 1100111 | 101010 | 1010110 | 0 | 111011 | 10001 | 111100 | 100111101 | 101010 | 11100 |
Color Harmonies of #672A56
Complementary color
Monochromatic Colors of #672A56
Black with #672A56
Text Example
Text Example
White with #672A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672A56; }
p { color: rgb(103,42,86); }
H1.HeaderClassName
{
color: #672A56;
}
.AnyTagClassName
{
color: #672A56;
}
</style>
background-color css
<style>
a { background-color: #672A56; }
a { background-color: rgb(103,42,86); }
div.DivClassName
{
background-color: #672A56;
}
.BgClassName
{
background-color: #672A56;
}
</style>
border-color css
<style>
span { border-color: #672A56; }
span { border-color: rgb(103,42,86); }
td.TdClassName
{
border-color: #672A56;
}
.TagClassName
{
border-color: #672A56;
}
</style>