Shades of Palatinate Purple #670C67
Tints of Palatinate Purple #670C67
RGB
CMYK
RGB Variations
Color information
#670C67 (or 0x670C67) is known color: Palatinate Purple. HEX triplet: 67, 0C and 67. RGB value is (103,12,103). Sum of RGB (Red+Green+Blue) = 103+12+103=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 103 - color contains mainly: red, blue. Hex color #670C67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670C67 is #98F398. Grayscale: #313131. Windows color (decimal): -10023833 or 6753383. OLE color: 6753383.
HSL color Cylindrical-coordinate representation of color #670C67: hue angle of 300º 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 #670C67 is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 12 | 103 | - |
| CMYK | 0 | 0.88 | 0 | 0.60 |
| HSL | 300º | 0.79% | 0.23% | - |
| HSV(B) | 300º | 0.88% | 0.4% | - |
| XYZ | 8.17 | 4.13 | 13.2 | - |
| YUV | 49.58 | 158.15 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 103 | 0 | 0.88 | 0 | 0.60 | 300 | 0.79 | 0.23 |
| Hex | 67 | C | 67 | 0 | 58 | 0 | 3C | 12C | 4F | 17 |
| Octal | 147 | 14 | 147 | 0 | 130 | 0 | 74 | 454 | 117 | 27 |
| Binary | 1100111 | 1100 | 1100111 | 0 | 1011000 | 0 | 111100 | 100101100 | 1001111 | 10111 |
Color Harmonies of #670C67
Complementary color
Monochromatic Colors of #670C67
Black with #670C67
Text Example
Text Example
White with #670C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670C67; }
p { color: rgb(103,12,103); }
H1.HeaderClassName
{
color: #670C67;
}
.AnyTagClassName
{
color: #670C67;
}
</style>
background-color css
<style>
a { background-color: #670C67; }
a { background-color: rgb(103,12,103); }
div.DivClassName
{
background-color: #670C67;
}
.BgClassName
{
background-color: #670C67;
}
</style>
border-color css
<style>
span { border-color: #670C67; }
span { border-color: rgb(103,12,103); }
td.TdClassName
{
border-color: #670C67;
}
.TagClassName
{
border-color: #670C67;
}
</style>