Shades of Palatinate Purple #661B5B
Tints of Palatinate Purple #661B5B
RGB
CMYK
RGB Variations
Color information
#661B5B (or 0x661B5B) is known color: Palatinate Purple. HEX triplet: 66, 1B and 5B. RGB value is (102,27,91). Sum of RGB (Red+Green+Blue) = 102+27+91=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #661B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661B5B is #99E4A4. Grayscale: #383838. Windows color (decimal): -10085541 or 5970790. OLE color: 5970790.
HSL color Cylindrical-coordinate representation of color #661B5B: hue angle of 308.8º 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 #661B5B is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 27 | 91 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.6 |
| HSL | 308.8º | 0.58% | 0.25% | - |
| HSV(B) | 308.8º | 0.74% | 0.4% | - |
| XYZ | 7.76 | 4.36 | 10.33 | - |
| YUV | 56.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 91 | 0 | 0.74 | 0.11 | 0.6 | 308.8 | 0.58 | 0.25 |
| Hex | 66 | 1B | 5B | 0 | 4A | B | 3C | 135 | 3A | 19 |
| Octal | 146 | 33 | 133 | 0 | 112 | 13 | 74 | 465 | 72 | 31 |
| Binary | 1100110 | 11011 | 1011011 | 0 | 1001010 | 1011 | 111100 | 100110101 | 111010 | 11001 |
Color Harmonies of #661B5B
Complementary color
Monochromatic Colors of #661B5B
Black with #661B5B
Text Example
Text Example
White with #661B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661B5B; }
p { color: rgb(102,27,91); }
H1.HeaderClassName
{
color: #661B5B;
}
.AnyTagClassName
{
color: #661B5B;
}
</style>
background-color css
<style>
a { background-color: #661B5B; }
a { background-color: rgb(102,27,91); }
div.DivClassName
{
background-color: #661B5B;
}
.BgClassName
{
background-color: #661B5B;
}
</style>
border-color css
<style>
span { border-color: #661B5B; }
span { border-color: rgb(102,27,91); }
td.TdClassName
{
border-color: #661B5B;
}
.TagClassName
{
border-color: #661B5B;
}
</style>