Shades of Palatinate Purple #661B6A
Tints of Palatinate Purple #661B6A
RGB
CMYK
RGB Variations
Color information
#661B6A (or 0x661B6A) is known color: Palatinate Purple. HEX triplet: 66, 1B and 6A. RGB value is (102,27,106). Sum of RGB (Red+Green+Blue) = 102+27+106=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 106 - color contains mainly: blue. Hex color #661B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661B6A is #99E495. Grayscale: #3A3A3A. Windows color (decimal): -10085526 or 6953830. OLE color: 6953830.
HSL color Cylindrical-coordinate representation of color #661B6A: hue angle of 296.96º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661B6A is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 27 | 106 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.58 |
| HSL | 296.96º | 0.59% | 0.26% | - |
| HSV(B) | 296.96º | 0.75% | 0.42% | - |
| XYZ | 8.47 | 4.65 | 14.09 | - |
| YUV | 58.43 | 154.85 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 106 | 0.04 | 0.75 | 0 | 0.58 | 296.96 | 0.59 | 0.26 |
| Hex | 66 | 1B | 6A | 4 | 4B | 0 | 3A | 129 | 3B | 1A |
| Octal | 146 | 33 | 152 | 4 | 113 | 0 | 72 | 451 | 73 | 32 |
| Binary | 1100110 | 11011 | 1101010 | 100 | 1001011 | 0 | 111010 | 100101001 | 111011 | 11010 |
Color Harmonies of #661B6A
Complementary color
Monochromatic Colors of #661B6A
Black with #661B6A
Text Example
Text Example
White with #661B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661B6A; }
p { color: rgb(102,27,106); }
H1.HeaderClassName
{
color: #661B6A;
}
.AnyTagClassName
{
color: #661B6A;
}
</style>
background-color css
<style>
a { background-color: #661B6A; }
a { background-color: rgb(102,27,106); }
div.DivClassName
{
background-color: #661B6A;
}
.BgClassName
{
background-color: #661B6A;
}
</style>
border-color css
<style>
span { border-color: #661B6A; }
span { border-color: rgb(102,27,106); }
td.TdClassName
{
border-color: #661B6A;
}
.TagClassName
{
border-color: #661B6A;
}
</style>