Shades of Palatinate Purple #66325B
Tints of Palatinate Purple #66325B
RGB
CMYK
RGB Variations
Color information
#66325B (or 0x66325B) is known color: Palatinate Purple. HEX triplet: 66, 32 and 5B. RGB value is (102,50,91). Sum of RGB (Red+Green+Blue) = 102+50+91=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #66325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66325B is #99CDA4. Grayscale: #464646. Windows color (decimal): -10079653 or 5976678. OLE color: 5976678.
HSL color Cylindrical-coordinate representation of color #66325B: hue angle of 312.69º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66325B is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 50 | 91 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.6 |
| HSL | 312.69º | 0.34% | 0.3% | - |
| HSV(B) | 312.69º | 0.51% | 0.4% | - |
| XYZ | 8.51 | 5.86 | 10.58 | - |
| YUV | 70.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 91 | 0 | 0.51 | 0.11 | 0.6 | 312.69 | 0.34 | 0.3 |
| Hex | 66 | 32 | 5B | 0 | 33 | B | 3C | 139 | 22 | 1E |
| Octal | 146 | 62 | 133 | 0 | 63 | 13 | 74 | 471 | 42 | 36 |
| Binary | 1100110 | 110010 | 1011011 | 0 | 110011 | 1011 | 111100 | 100111001 | 100010 | 11110 |
Color Harmonies of #66325B
Complementary color
Monochromatic Colors of #66325B
Black with #66325B
Text Example
Text Example
White with #66325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66325B; }
p { color: rgb(102,50,91); }
H1.HeaderClassName
{
color: #66325B;
}
.AnyTagClassName
{
color: #66325B;
}
</style>
background-color css
<style>
a { background-color: #66325B; }
a { background-color: rgb(102,50,91); }
div.DivClassName
{
background-color: #66325B;
}
.BgClassName
{
background-color: #66325B;
}
</style>
border-color css
<style>
span { border-color: #66325B; }
span { border-color: rgb(102,50,91); }
td.TdClassName
{
border-color: #66325B;
}
.TagClassName
{
border-color: #66325B;
}
</style>