Shades of Palatinate Purple #672069
Tints of Palatinate Purple #672069
RGB
CMYK
RGB Variations
Color information
#672069 (or 0x672069) is known color: Palatinate Purple. HEX triplet: 67, 20 and 69. RGB value is (103,32,105). Sum of RGB (Red+Green+Blue) = 103+32+105=240 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.92% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #672069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672069 is #98DF96. Grayscale: #3D3D3D. Windows color (decimal): -10018711 or 6889575. OLE color: 6889575.
HSL color Cylindrical-coordinate representation of color #672069: hue angle of 298.36º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #672069 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 32 | 105 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.59 |
| HSL | 298.36º | 0.53% | 0.27% | - |
| HSV(B) | 298.36º | 0.7% | 0.41% | - |
| XYZ | 8.66 | 4.94 | 13.86 | - |
| YUV | 61.55 | 152.52 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 32 | 105 | 0.02 | 0.70 | 0 | 0.59 | 298.36 | 0.53 | 0.27 |
| Hex | 67 | 20 | 69 | 2 | 46 | 0 | 3B | 12A | 35 | 1B |
| Octal | 147 | 40 | 151 | 2 | 106 | 0 | 73 | 452 | 65 | 33 |
| Binary | 1100111 | 100000 | 1101001 | 10 | 1000110 | 0 | 111011 | 100101010 | 110101 | 11011 |
Color Harmonies of #672069
Complementary color
Monochromatic Colors of #672069
Black with #672069
Text Example
Text Example
White with #672069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672069; }
p { color: rgb(103,32,105); }
H1.HeaderClassName
{
color: #672069;
}
.AnyTagClassName
{
color: #672069;
}
</style>
background-color css
<style>
a { background-color: #672069; }
a { background-color: rgb(103,32,105); }
div.DivClassName
{
background-color: #672069;
}
.BgClassName
{
background-color: #672069;
}
</style>
border-color css
<style>
span { border-color: #672069; }
span { border-color: rgb(103,32,105); }
td.TdClassName
{
border-color: #672069;
}
.TagClassName
{
border-color: #672069;
}
</style>