Shades of Palatinate Purple #670B60
Tints of Palatinate Purple #670B60
RGB
CMYK
RGB Variations
Color information
#670B60 (or 0x670B60) is known color: Palatinate Purple. HEX triplet: 67, 0B and 60. RGB value is (103,11,96). Sum of RGB (Red+Green+Blue) = 103+11+96=210 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.05% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 103 - color contains mainly: red. Hex color #670B60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670B60 is #98F49F. Grayscale: #2F2F2F. Windows color (decimal): -10024096 or 6294375. OLE color: 6294375.
HSL color Cylindrical-coordinate representation of color #670B60: hue angle of 304.57º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #670B60 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 11 | 96 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.60 |
| HSL | 304.57º | 0.81% | 0.22% | - |
| HSV(B) | 304.57º | 0.89% | 0.4% | - |
| XYZ | 7.82 | 3.97 | 11.42 | - |
| YUV | 48.2 | 154.98 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 11 | 96 | 0 | 0.89 | 0.07 | 0.60 | 304.57 | 0.81 | 0.22 |
| Hex | 67 | B | 60 | 0 | 59 | 7 | 3C | 131 | 51 | 16 |
| Octal | 147 | 13 | 140 | 0 | 131 | 7 | 74 | 461 | 121 | 26 |
| Binary | 1100111 | 1011 | 1100000 | 0 | 1011001 | 111 | 111100 | 100110001 | 1010001 | 10110 |
Color Harmonies of #670B60
Complementary color
Monochromatic Colors of #670B60
Black with #670B60
Text Example
Text Example
White with #670B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670B60; }
p { color: rgb(103,11,96); }
H1.HeaderClassName
{
color: #670B60;
}
.AnyTagClassName
{
color: #670B60;
}
</style>
background-color css
<style>
a { background-color: #670B60; }
a { background-color: rgb(103,11,96); }
div.DivClassName
{
background-color: #670B60;
}
.BgClassName
{
background-color: #670B60;
}
</style>
border-color css
<style>
span { border-color: #670B60; }
span { border-color: rgb(103,11,96); }
td.TdClassName
{
border-color: #670B60;
}
.TagClassName
{
border-color: #670B60;
}
</style>