Shades of Palatinate Purple #662B5D
Tints of Palatinate Purple #662B5D
RGB
CMYK
RGB Variations
Color information
#662B5D (or 0x662B5D) is known color: Palatinate Purple. HEX triplet: 66, 2B and 5D. RGB value is (102,43,93). Sum of RGB (Red+Green+Blue) = 102+43+93=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #662B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662B5D is #99D4A2. Grayscale: #424242. Windows color (decimal): -10081443 or 6105958. OLE color: 6105958.
HSL color Cylindrical-coordinate representation of color #662B5D: hue angle of 309.15º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #662B5D is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 43 | 93 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.6 |
| HSL | 309.15º | 0.41% | 0.28% | - |
| HSV(B) | 309.15º | 0.58% | 0.4% | - |
| XYZ | 8.32 | 5.34 | 10.95 | - |
| YUV | 66.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 43 | 93 | 0 | 0.58 | 0.09 | 0.6 | 309.15 | 0.41 | 0.28 |
| Hex | 66 | 2B | 5D | 0 | 3A | 9 | 3C | 135 | 29 | 1C |
| Octal | 146 | 53 | 135 | 0 | 72 | 11 | 74 | 465 | 51 | 34 |
| Binary | 1100110 | 101011 | 1011101 | 0 | 111010 | 1001 | 111100 | 100110101 | 101001 | 11100 |
Color Harmonies of #662B5D
Complementary color
Monochromatic Colors of #662B5D
Black with #662B5D
Text Example
Text Example
White with #662B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662B5D; }
p { color: rgb(102,43,93); }
H1.HeaderClassName
{
color: #662B5D;
}
.AnyTagClassName
{
color: #662B5D;
}
</style>
background-color css
<style>
a { background-color: #662B5D; }
a { background-color: rgb(102,43,93); }
div.DivClassName
{
background-color: #662B5D;
}
.BgClassName
{
background-color: #662B5D;
}
</style>
border-color css
<style>
span { border-color: #662B5D; }
span { border-color: rgb(102,43,93); }
td.TdClassName
{
border-color: #662B5D;
}
.TagClassName
{
border-color: #662B5D;
}
</style>