Shades of Palatinate Purple #662D5F
Tints of Palatinate Purple #662D5F
RGB
CMYK
RGB Variations
Color information
#662D5F (or 0x662D5F) is known color: Palatinate Purple. HEX triplet: 66, 2D and 5F. RGB value is (102,45,95). Sum of RGB (Red+Green+Blue) = 102+45+95=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #662D5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662D5F is #99D2A0. Grayscale: #434343. Windows color (decimal): -10080929 or 6237542. OLE color: 6237542.
HSL color Cylindrical-coordinate representation of color #662D5F: hue angle of 307.37º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #662D5F is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 45 | 95 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.6 |
| HSL | 307.37º | 0.39% | 0.29% | - |
| HSV(B) | 307.37º | 0.56% | 0.4% | - |
| XYZ | 8.48 | 5.53 | 11.45 | - |
| YUV | 67.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 95 | 0 | 0.56 | 0.07 | 0.6 | 307.37 | 0.39 | 0.29 |
| Hex | 66 | 2D | 5F | 0 | 38 | 7 | 3C | 133 | 27 | 1D |
| Octal | 146 | 55 | 137 | 0 | 70 | 7 | 74 | 463 | 47 | 35 |
| Binary | 1100110 | 101101 | 1011111 | 0 | 111000 | 111 | 111100 | 100110011 | 100111 | 11101 |
Color Harmonies of #662D5F
Complementary color
Monochromatic Colors of #662D5F
Black with #662D5F
Text Example
Text Example
White with #662D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D5F; }
p { color: rgb(102,45,95); }
H1.HeaderClassName
{
color: #662D5F;
}
.AnyTagClassName
{
color: #662D5F;
}
</style>
background-color css
<style>
a { background-color: #662D5F; }
a { background-color: rgb(102,45,95); }
div.DivClassName
{
background-color: #662D5F;
}
.BgClassName
{
background-color: #662D5F;
}
</style>
border-color css
<style>
span { border-color: #662D5F; }
span { border-color: rgb(102,45,95); }
td.TdClassName
{
border-color: #662D5F;
}
.TagClassName
{
border-color: #662D5F;
}
</style>