Shades of Palatinate Purple #661B5C
Tints of Palatinate Purple #661B5C
RGB
CMYK
RGB Variations
Color information
#661B5C (or 0x661B5C) is known color: Palatinate Purple. HEX triplet: 66, 1B and 5C. RGB value is (102,27,92). Sum of RGB (Red+Green+Blue) = 102+27+92=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #661B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661B5C is #99E4A3. Grayscale: #383838. Windows color (decimal): -10085540 or 6036326. OLE color: 6036326.
HSL color Cylindrical-coordinate representation of color #661B5C: hue angle of 308º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #661B5C is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 27 | 92 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.6 |
| HSL | 308º | 0.58% | 0.25% | - |
| HSV(B) | 308º | 0.74% | 0.4% | - |
| XYZ | 7.8 | 4.38 | 10.56 | - |
| YUV | 56.84 | 147.85 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 92 | 0 | 0.74 | 0.10 | 0.6 | 308 | 0.58 | 0.25 |
| Hex | 66 | 1B | 5C | 0 | 4A | A | 3C | 134 | 3A | 19 |
| Octal | 146 | 33 | 134 | 0 | 112 | 12 | 74 | 464 | 72 | 31 |
| Binary | 1100110 | 11011 | 1011100 | 0 | 1001010 | 1010 | 111100 | 100110100 | 111010 | 11001 |
Color Harmonies of #661B5C
Complementary color
Monochromatic Colors of #661B5C
Black with #661B5C
Text Example
Text Example
White with #661B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661B5C; }
p { color: rgb(102,27,92); }
H1.HeaderClassName
{
color: #661B5C;
}
.AnyTagClassName
{
color: #661B5C;
}
</style>
background-color css
<style>
a { background-color: #661B5C; }
a { background-color: rgb(102,27,92); }
div.DivClassName
{
background-color: #661B5C;
}
.BgClassName
{
background-color: #661B5C;
}
</style>
border-color css
<style>
span { border-color: #661B5C; }
span { border-color: rgb(102,27,92); }
td.TdClassName
{
border-color: #661B5C;
}
.TagClassName
{
border-color: #661B5C;
}
</style>