Shades of Palatinate Purple #661368
Tints of Palatinate Purple #661368
RGB
CMYK
RGB Variations
Color information
#661368 (or 0x661368) is known color: Palatinate Purple. HEX triplet: 66, 13 and 68. RGB value is (102,19,104). Sum of RGB (Red+Green+Blue) = 102+19+104=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #661368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661368 is #99EC97. Grayscale: #353535. Windows color (decimal): -10087576 or 6820710. OLE color: 6820710.
HSL color Cylindrical-coordinate representation of color #661368: hue angle of 298.59º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661368 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 19 | 104 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.59 |
| HSL | 298.59º | 0.69% | 0.24% | - |
| HSV(B) | 298.59º | 0.82% | 0.41% | - |
| XYZ | 8.21 | 4.29 | 13.49 | - |
| YUV | 53.51 | 156.5 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 19 | 104 | 0.02 | 0.82 | 0 | 0.59 | 298.59 | 0.69 | 0.24 |
| Hex | 66 | 13 | 68 | 2 | 52 | 0 | 3B | 12B | 45 | 18 |
| Octal | 146 | 23 | 150 | 2 | 122 | 0 | 73 | 453 | 105 | 30 |
| Binary | 1100110 | 10011 | 1101000 | 10 | 1010010 | 0 | 111011 | 100101011 | 1000101 | 11000 |
Color Harmonies of #661368
Complementary color
Monochromatic Colors of #661368
Black with #661368
Text Example
Text Example
White with #661368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661368; }
p { color: rgb(102,19,104); }
H1.HeaderClassName
{
color: #661368;
}
.AnyTagClassName
{
color: #661368;
}
</style>
background-color css
<style>
a { background-color: #661368; }
a { background-color: rgb(102,19,104); }
div.DivClassName
{
background-color: #661368;
}
.BgClassName
{
background-color: #661368;
}
</style>
border-color css
<style>
span { border-color: #661368; }
span { border-color: rgb(102,19,104); }
td.TdClassName
{
border-color: #661368;
}
.TagClassName
{
border-color: #661368;
}
</style>