Shades of Palatinate Purple #670C65
Tints of Palatinate Purple #670C65
RGB
CMYK
RGB Variations
Color information
#670C65 (or 0x670C65) is known color: Palatinate Purple. HEX triplet: 67, 0C and 65. RGB value is (103,12,101). Sum of RGB (Red+Green+Blue) = 103+12+101=216 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.69% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 103 - color contains mainly: red. Hex color #670C65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670C65 is #98F39A. Grayscale: #313131. Windows color (decimal): -10023835 or 6622311. OLE color: 6622311.
HSL color Cylindrical-coordinate representation of color #670C65: hue angle of 301.32º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #670C65 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 12 | 101 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.60 |
| HSL | 301.32º | 0.79% | 0.23% | - |
| HSV(B) | 301.32º | 0.88% | 0.4% | - |
| XYZ | 8.07 | 4.09 | 12.68 | - |
| YUV | 49.36 | 157.15 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 101 | 0 | 0.88 | 0.02 | 0.60 | 301.32 | 0.79 | 0.23 |
| Hex | 67 | C | 65 | 0 | 58 | 2 | 3C | 12D | 4F | 17 |
| Octal | 147 | 14 | 145 | 0 | 130 | 2 | 74 | 455 | 117 | 27 |
| Binary | 1100111 | 1100 | 1100101 | 0 | 1011000 | 10 | 111100 | 100101101 | 1001111 | 10111 |
Color Harmonies of #670C65
Complementary color
Monochromatic Colors of #670C65
Black with #670C65
Text Example
Text Example
White with #670C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670C65; }
p { color: rgb(103,12,101); }
H1.HeaderClassName
{
color: #670C65;
}
.AnyTagClassName
{
color: #670C65;
}
</style>
background-color css
<style>
a { background-color: #670C65; }
a { background-color: rgb(103,12,101); }
div.DivClassName
{
background-color: #670C65;
}
.BgClassName
{
background-color: #670C65;
}
</style>
border-color css
<style>
span { border-color: #670C65; }
span { border-color: rgb(103,12,101); }
td.TdClassName
{
border-color: #670C65;
}
.TagClassName
{
border-color: #670C65;
}
</style>