Shades of Palatinate Purple #66345A
Tints of Palatinate Purple #66345A
RGB
CMYK
RGB Variations
Color information
#66345A (or 0x66345A) is known color: Palatinate Purple. HEX triplet: 66, 34 and 5A. RGB value is (102,52,90). Sum of RGB (Red+Green+Blue) = 102+52+90=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 102 - color contains mainly: red. Hex color #66345A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66345A is #99CBA5. Grayscale: #474747. Windows color (decimal): -10079142 or 5911654. OLE color: 5911654.
HSL color Cylindrical-coordinate representation of color #66345A: hue angle of 314.4º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66345A is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 52 | 90 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.6 |
| HSL | 314.4º | 0.32% | 0.3% | - |
| HSV(B) | 314.4º | 0.49% | 0.4% | - |
| XYZ | 8.55 | 6.02 | 10.38 | - |
| YUV | 71.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 52 | 90 | 0 | 0.49 | 0.12 | 0.6 | 314.4 | 0.32 | 0.3 |
| Hex | 66 | 34 | 5A | 0 | 31 | C | 3C | 13A | 20 | 1E |
| Octal | 146 | 64 | 132 | 0 | 61 | 14 | 74 | 472 | 40 | 36 |
| Binary | 1100110 | 110100 | 1011010 | 0 | 110001 | 1100 | 111100 | 100111010 | 100000 | 11110 |
Color Harmonies of #66345A
Complementary color
Monochromatic Colors of #66345A
Black with #66345A
Text Example
Text Example
White with #66345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66345A; }
p { color: rgb(102,52,90); }
H1.HeaderClassName
{
color: #66345A;
}
.AnyTagClassName
{
color: #66345A;
}
</style>
background-color css
<style>
a { background-color: #66345A; }
a { background-color: rgb(102,52,90); }
div.DivClassName
{
background-color: #66345A;
}
.BgClassName
{
background-color: #66345A;
}
</style>
border-color css
<style>
span { border-color: #66345A; }
span { border-color: rgb(102,52,90); }
td.TdClassName
{
border-color: #66345A;
}
.TagClassName
{
border-color: #66345A;
}
</style>