Shades of Palatinate Purple #670F65
Tints of Palatinate Purple #670F65
RGB
CMYK
RGB Variations
Color information
#670F65 (or 0x670F65) is known color: Palatinate Purple. HEX triplet: 67, 0F and 65. RGB value is (103,15,101). Sum of RGB (Red+Green+Blue) = 103+15+101=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 103 - color contains mainly: red. Hex color #670F65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670F65 is #98F09A. Grayscale: #323232. Windows color (decimal): -10023067 or 6623079. OLE color: 6623079.
HSL color Cylindrical-coordinate representation of color #670F65: hue angle of 301.36º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #670F65 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 15 | 101 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.60 |
| HSL | 301.36º | 0.75% | 0.23% | - |
| HSV(B) | 301.36º | 0.85% | 0.4% | - |
| XYZ | 8.11 | 4.16 | 12.69 | - |
| YUV | 51.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 15 | 101 | 0 | 0.85 | 0.02 | 0.60 | 301.36 | 0.75 | 0.23 |
| Hex | 67 | F | 65 | 0 | 55 | 2 | 3C | 12D | 4B | 17 |
| Octal | 147 | 17 | 145 | 0 | 125 | 2 | 74 | 455 | 113 | 27 |
| Binary | 1100111 | 1111 | 1100101 | 0 | 1010101 | 10 | 111100 | 100101101 | 1001011 | 10111 |
Color Harmonies of #670F65
Complementary color
Monochromatic Colors of #670F65
Black with #670F65
Text Example
Text Example
White with #670F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670F65; }
p { color: rgb(103,15,101); }
H1.HeaderClassName
{
color: #670F65;
}
.AnyTagClassName
{
color: #670F65;
}
</style>
background-color css
<style>
a { background-color: #670F65; }
a { background-color: rgb(103,15,101); }
div.DivClassName
{
background-color: #670F65;
}
.BgClassName
{
background-color: #670F65;
}
</style>
border-color css
<style>
span { border-color: #670F65; }
span { border-color: rgb(103,15,101); }
td.TdClassName
{
border-color: #670F65;
}
.TagClassName
{
border-color: #670F65;
}
</style>