Shades of Palatinate Purple #670E65
Tints of Palatinate Purple #670E65
RGB
CMYK
RGB Variations
Color information
#670E65 (or 0x670E65) is known color: Palatinate Purple. HEX triplet: 67, 0E and 65. RGB value is (103,14,101). Sum of RGB (Red+Green+Blue) = 103+14+101=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 103 - color contains mainly: red. Hex color #670E65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670E65 is #98F19A. Grayscale: #323232. Windows color (decimal): -10023323 or 6622823. OLE color: 6622823.
HSL color Cylindrical-coordinate representation of color #670E65: hue angle of 301.35º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #670E65 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 14 | 101 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.60 |
| HSL | 301.35º | 0.76% | 0.23% | - |
| HSV(B) | 301.35º | 0.86% | 0.4% | - |
| XYZ | 8.1 | 4.14 | 12.68 | - |
| YUV | 50.53 | 156.49 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 14 | 101 | 0 | 0.86 | 0.02 | 0.60 | 301.35 | 0.76 | 0.23 |
| Hex | 67 | E | 65 | 0 | 56 | 2 | 3C | 12D | 4C | 17 |
| Octal | 147 | 16 | 145 | 0 | 126 | 2 | 74 | 455 | 114 | 27 |
| Binary | 1100111 | 1110 | 1100101 | 0 | 1010110 | 10 | 111100 | 100101101 | 1001100 | 10111 |
Color Harmonies of #670E65
Complementary color
Monochromatic Colors of #670E65
Black with #670E65
Text Example
Text Example
White with #670E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670E65; }
p { color: rgb(103,14,101); }
H1.HeaderClassName
{
color: #670E65;
}
.AnyTagClassName
{
color: #670E65;
}
</style>
background-color css
<style>
a { background-color: #670E65; }
a { background-color: rgb(103,14,101); }
div.DivClassName
{
background-color: #670E65;
}
.BgClassName
{
background-color: #670E65;
}
</style>
border-color css
<style>
span { border-color: #670E65; }
span { border-color: rgb(103,14,101); }
td.TdClassName
{
border-color: #670E65;
}
.TagClassName
{
border-color: #670E65;
}
</style>