Shades of Palatinate Purple #672855
Tints of Palatinate Purple #672855
RGB
CMYK
RGB Variations
Color information
#672855 (or 0x672855) is known color: Palatinate Purple. HEX triplet: 67, 28 and 55. RGB value is (103,40,85). Sum of RGB (Red+Green+Blue) = 103+40+85=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 103 - color contains mainly: red. Hex color #672855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672855 is #98D7AA. Grayscale: #3F3F3F. Windows color (decimal): -10016683 or 5580903. OLE color: 5580903.
HSL color Cylindrical-coordinate representation of color #672855: hue angle of 317.14º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #672855 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 40 | 85 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.60 |
| HSL | 317.14º | 0.44% | 0.28% | - |
| HSV(B) | 317.14º | 0.61% | 0.4% | - |
| XYZ | 7.99 | 5.06 | 9.15 | - |
| YUV | 63.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 40 | 85 | 0 | 0.61 | 0.17 | 0.60 | 317.14 | 0.44 | 0.28 |
| Hex | 67 | 28 | 55 | 0 | 3D | 11 | 3C | 13D | 2C | 1C |
| Octal | 147 | 50 | 125 | 0 | 75 | 21 | 74 | 475 | 54 | 34 |
| Binary | 1100111 | 101000 | 1010101 | 0 | 111101 | 10001 | 111100 | 100111101 | 101100 | 11100 |
Color Harmonies of #672855
Complementary color
Monochromatic Colors of #672855
Black with #672855
Text Example
Text Example
White with #672855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672855; }
p { color: rgb(103,40,85); }
H1.HeaderClassName
{
color: #672855;
}
.AnyTagClassName
{
color: #672855;
}
</style>
background-color css
<style>
a { background-color: #672855; }
a { background-color: rgb(103,40,85); }
div.DivClassName
{
background-color: #672855;
}
.BgClassName
{
background-color: #672855;
}
</style>
border-color css
<style>
span { border-color: #672855; }
span { border-color: rgb(103,40,85); }
td.TdClassName
{
border-color: #672855;
}
.TagClassName
{
border-color: #672855;
}
</style>