Shades of Palatinate Purple #670C68
Tints of Palatinate Purple #670C68
RGB
CMYK
RGB Variations
Color information
#670C68 (or 0x670C68) is known color: Palatinate Purple. HEX triplet: 67, 0C and 68. RGB value is (103,12,104). Sum of RGB (Red+Green+Blue) = 103+12+104=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #670C68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670C68 is #98F397. Grayscale: #313131. Windows color (decimal): -10023832 or 6818919. OLE color: 6818919.
HSL color Cylindrical-coordinate representation of color #670C68: hue angle of 299.35º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #670C68 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 12 | 104 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.59 |
| HSL | 299.35º | 0.79% | 0.23% | - |
| HSV(B) | 299.35º | 0.88% | 0.41% | - |
| XYZ | 8.22 | 4.15 | 13.46 | - |
| YUV | 49.7 | 158.65 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 104 | 0.01 | 0.88 | 0 | 0.59 | 299.35 | 0.79 | 0.23 |
| Hex | 67 | C | 68 | 1 | 58 | 0 | 3B | 12B | 4F | 17 |
| Octal | 147 | 14 | 150 | 1 | 130 | 0 | 73 | 453 | 117 | 27 |
| Binary | 1100111 | 1100 | 1101000 | 1 | 1011000 | 0 | 111011 | 100101011 | 1001111 | 10111 |
Color Harmonies of #670C68
Complementary color
Monochromatic Colors of #670C68
Black with #670C68
Text Example
Text Example
White with #670C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670C68; }
p { color: rgb(103,12,104); }
H1.HeaderClassName
{
color: #670C68;
}
.AnyTagClassName
{
color: #670C68;
}
</style>
background-color css
<style>
a { background-color: #670C68; }
a { background-color: rgb(103,12,104); }
div.DivClassName
{
background-color: #670C68;
}
.BgClassName
{
background-color: #670C68;
}
</style>
border-color css
<style>
span { border-color: #670C68; }
span { border-color: rgb(103,12,104); }
td.TdClassName
{
border-color: #670C68;
}
.TagClassName
{
border-color: #670C68;
}
</style>