Shades of Palatinate Purple #670660
Tints of Palatinate Purple #670660
RGB
CMYK
RGB Variations
Color information
#670660 (or 0x670660) is known color: Palatinate Purple. HEX triplet: 67, 06 and 60. RGB value is (103,6,96). Sum of RGB (Red+Green+Blue) = 103+6+96=205 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.24% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 103 - color contains mainly: red. Hex color #670660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670660 is #98F99F. Grayscale: #2D2D2D. Windows color (decimal): -10025376 or 6293095. OLE color: 6293095.
HSL color Cylindrical-coordinate representation of color #670660: hue angle of 304.33º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670660 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 6 | 96 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.60 |
| HSL | 304.33º | 0.89% | 0.21% | - |
| HSV(B) | 304.33º | 0.94% | 0.4% | - |
| XYZ | 7.77 | 3.86 | 11.4 | - |
| YUV | 45.26 | 156.64 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 6 | 96 | 0 | 0.94 | 0.07 | 0.60 | 304.33 | 0.89 | 0.21 |
| Hex | 67 | 6 | 60 | 0 | 5E | 7 | 3C | 130 | 59 | 15 |
| Octal | 147 | 6 | 140 | 0 | 136 | 7 | 74 | 460 | 131 | 25 |
| Binary | 1100111 | 110 | 1100000 | 0 | 1011110 | 111 | 111100 | 100110000 | 1011001 | 10101 |
Color Harmonies of #670660
Complementary color
Monochromatic Colors of #670660
Black with #670660
Text Example
Text Example
White with #670660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670660; }
p { color: rgb(103,6,96); }
H1.HeaderClassName
{
color: #670660;
}
.AnyTagClassName
{
color: #670660;
}
</style>
background-color css
<style>
a { background-color: #670660; }
a { background-color: rgb(103,6,96); }
div.DivClassName
{
background-color: #670660;
}
.BgClassName
{
background-color: #670660;
}
</style>
border-color css
<style>
span { border-color: #670660; }
span { border-color: rgb(103,6,96); }
td.TdClassName
{
border-color: #670660;
}
.TagClassName
{
border-color: #670660;
}
</style>