Shades of Palatinate Purple #670C55
Tints of Palatinate Purple #670C55
RGB
CMYK
RGB Variations
Color information
#670C55 (or 0x670C55) is known color: Palatinate Purple. HEX triplet: 67, 0C and 55. RGB value is (103,12,85). Sum of RGB (Red+Green+Blue) = 103+12+85=200 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.5% from 200); Green value is 12 (5.08% from 255 or 6% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 103 - color contains mainly: red. Hex color #670C55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670C55 is #98F3AA. Grayscale: #2F2F2F. Windows color (decimal): -10023851 or 5573735. OLE color: 5573735.
HSL color Cylindrical-coordinate representation of color #670C55: hue angle of 311.87º 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 #670C55 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 12 | 85 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.60 |
| HSL | 311.87º | 0.79% | 0.23% | - |
| HSV(B) | 311.87º | 0.88% | 0.4% | - |
| XYZ | 7.36 | 3.8 | 8.94 | - |
| YUV | 47.53 | 149.15 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 85 | 0 | 0.88 | 0.17 | 0.60 | 311.87 | 0.79 | 0.23 |
| Hex | 67 | C | 55 | 0 | 58 | 11 | 3C | 138 | 4F | 17 |
| Octal | 147 | 14 | 125 | 0 | 130 | 21 | 74 | 470 | 117 | 27 |
| Binary | 1100111 | 1100 | 1010101 | 0 | 1011000 | 10001 | 111100 | 100111000 | 1001111 | 10111 |
Color Harmonies of #670C55
Complementary color
Monochromatic Colors of #670C55
Black with #670C55
Text Example
Text Example
White with #670C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670C55; }
p { color: rgb(103,12,85); }
H1.HeaderClassName
{
color: #670C55;
}
.AnyTagClassName
{
color: #670C55;
}
</style>
background-color css
<style>
a { background-color: #670C55; }
a { background-color: rgb(103,12,85); }
div.DivClassName
{
background-color: #670C55;
}
.BgClassName
{
background-color: #670C55;
}
</style>
border-color css
<style>
span { border-color: #670C55; }
span { border-color: rgb(103,12,85); }
td.TdClassName
{
border-color: #670C55;
}
.TagClassName
{
border-color: #670C55;
}
</style>