Shades of Palatinate Purple #661C5D
Tints of Palatinate Purple #661C5D
RGB
CMYK
RGB Variations
Color information
#661C5D (or 0x661C5D) is known color: Palatinate Purple. HEX triplet: 66, 1C and 5D. RGB value is (102,28,93). Sum of RGB (Red+Green+Blue) = 102+28+93=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #661C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661C5D is #99E3A2. Grayscale: #393939. Windows color (decimal): -10085283 or 6102118. OLE color: 6102118.
HSL color Cylindrical-coordinate representation of color #661C5D: hue angle of 307.3º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #661C5D is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 28 | 93 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.6 |
| HSL | 307.3º | 0.57% | 0.25% | - |
| HSV(B) | 307.3º | 0.73% | 0.4% | - |
| XYZ | 7.87 | 4.45 | 10.8 | - |
| YUV | 57.54 | 148.02 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 93 | 0 | 0.73 | 0.09 | 0.6 | 307.3 | 0.57 | 0.25 |
| Hex | 66 | 1C | 5D | 0 | 49 | 9 | 3C | 133 | 39 | 19 |
| Octal | 146 | 34 | 135 | 0 | 111 | 11 | 74 | 463 | 71 | 31 |
| Binary | 1100110 | 11100 | 1011101 | 0 | 1001001 | 1001 | 111100 | 100110011 | 111001 | 11001 |
Color Harmonies of #661C5D
Complementary color
Monochromatic Colors of #661C5D
Black with #661C5D
Text Example
Text Example
White with #661C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661C5D; }
p { color: rgb(102,28,93); }
H1.HeaderClassName
{
color: #661C5D;
}
.AnyTagClassName
{
color: #661C5D;
}
</style>
background-color css
<style>
a { background-color: #661C5D; }
a { background-color: rgb(102,28,93); }
div.DivClassName
{
background-color: #661C5D;
}
.BgClassName
{
background-color: #661C5D;
}
</style>
border-color css
<style>
span { border-color: #661C5D; }
span { border-color: rgb(102,28,93); }
td.TdClassName
{
border-color: #661C5D;
}
.TagClassName
{
border-color: #661C5D;
}
</style>