Shades of Palatinate Purple #662C5B
Tints of Palatinate Purple #662C5B
RGB
CMYK
RGB Variations
Color information
#662C5B (or 0x662C5B) is known color: Palatinate Purple. HEX triplet: 66, 2C and 5B. RGB value is (102,44,91). Sum of RGB (Red+Green+Blue) = 102+44+91=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 102 - color contains mainly: red. Hex color #662C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662C5B is #99D3A4. Grayscale: #424242. Windows color (decimal): -10081189 or 5975142. OLE color: 5975142.
HSL color Cylindrical-coordinate representation of color #662C5B: hue angle of 311.38º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #662C5B is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 44 | 91 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.6 |
| HSL | 311.38º | 0.4% | 0.29% | - |
| HSV(B) | 311.38º | 0.57% | 0.4% | - |
| XYZ | 8.27 | 5.38 | 10.5 | - |
| YUV | 66.7 | 141.72 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 44 | 91 | 0 | 0.57 | 0.11 | 0.6 | 311.38 | 0.4 | 0.29 |
| Hex | 66 | 2C | 5B | 0 | 39 | B | 3C | 137 | 28 | 1D |
| Octal | 146 | 54 | 133 | 0 | 71 | 13 | 74 | 467 | 50 | 35 |
| Binary | 1100110 | 101100 | 1011011 | 0 | 111001 | 1011 | 111100 | 100110111 | 101000 | 11101 |
Color Harmonies of #662C5B
Complementary color
Monochromatic Colors of #662C5B
Black with #662C5B
Text Example
Text Example
White with #662C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662C5B; }
p { color: rgb(102,44,91); }
H1.HeaderClassName
{
color: #662C5B;
}
.AnyTagClassName
{
color: #662C5B;
}
</style>
background-color css
<style>
a { background-color: #662C5B; }
a { background-color: rgb(102,44,91); }
div.DivClassName
{
background-color: #662C5B;
}
.BgClassName
{
background-color: #662C5B;
}
</style>
border-color css
<style>
span { border-color: #662C5B; }
span { border-color: rgb(102,44,91); }
td.TdClassName
{
border-color: #662C5B;
}
.TagClassName
{
border-color: #662C5B;
}
</style>