Shades of Palatinate Purple #672555
Tints of Palatinate Purple #672555
RGB
CMYK
RGB Variations
Color information
#672555 (or 0x672555) is known color: Palatinate Purple. HEX triplet: 67, 25 and 55. RGB value is (103,37,85). Sum of RGB (Red+Green+Blue) = 103+37+85=225 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.78% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 103 - color contains mainly: red. Hex color #672555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672555 is #98DAAA. Grayscale: #3E3E3E. Windows color (decimal): -10017451 or 5580135. OLE color: 5580135.
HSL color Cylindrical-coordinate representation of color #672555: hue angle of 316.36º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #672555 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 37 | 85 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.60 |
| HSL | 316.36º | 0.47% | 0.27% | - |
| HSV(B) | 316.36º | 0.64% | 0.4% | - |
| XYZ | 7.89 | 4.86 | 9.12 | - |
| YUV | 62.21 | 140.87 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 37 | 85 | 0 | 0.64 | 0.17 | 0.60 | 316.36 | 0.47 | 0.27 |
| Hex | 67 | 25 | 55 | 0 | 40 | 11 | 3C | 13C | 2F | 1B |
| Octal | 147 | 45 | 125 | 0 | 100 | 21 | 74 | 474 | 57 | 33 |
| Binary | 1100111 | 100101 | 1010101 | 0 | 1000000 | 10001 | 111100 | 100111100 | 101111 | 11011 |
Color Harmonies of #672555
Complementary color
Monochromatic Colors of #672555
Black with #672555
Text Example
Text Example
White with #672555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672555; }
p { color: rgb(103,37,85); }
H1.HeaderClassName
{
color: #672555;
}
.AnyTagClassName
{
color: #672555;
}
</style>
background-color css
<style>
a { background-color: #672555; }
a { background-color: rgb(103,37,85); }
div.DivClassName
{
background-color: #672555;
}
.BgClassName
{
background-color: #672555;
}
</style>
border-color css
<style>
span { border-color: #672555; }
span { border-color: rgb(103,37,85); }
td.TdClassName
{
border-color: #672555;
}
.TagClassName
{
border-color: #672555;
}
</style>