Shades of Palatinate Purple #661965
Tints of Palatinate Purple #661965
RGB
CMYK
RGB Variations
Color information
#661965 (or 0x661965) is known color: Palatinate Purple. HEX triplet: 66, 19 and 65. RGB value is (102,25,101). Sum of RGB (Red+Green+Blue) = 102+25+101=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #661965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661965 is #99E69A. Grayscale: #383838. Windows color (decimal): -10086043 or 6625638. OLE color: 6625638.
HSL color Cylindrical-coordinate representation of color #661965: hue angle of 300.78º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661965 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 25 | 101 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.6 |
| HSL | 300.78º | 0.61% | 0.25% | - |
| HSV(B) | 300.78º | 0.75% | 0.4% | - |
| XYZ | 8.18 | 4.46 | 12.74 | - |
| YUV | 56.69 | 153.01 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 101 | 0 | 0.75 | 0.01 | 0.6 | 300.78 | 0.61 | 0.25 |
| Hex | 66 | 19 | 65 | 0 | 4B | 1 | 3C | 12D | 3D | 19 |
| Octal | 146 | 31 | 145 | 0 | 113 | 1 | 74 | 455 | 75 | 31 |
| Binary | 1100110 | 11001 | 1100101 | 0 | 1001011 | 1 | 111100 | 100101101 | 111101 | 11001 |
Color Harmonies of #661965
Complementary color
Monochromatic Colors of #661965
Black with #661965
Text Example
Text Example
White with #661965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661965; }
p { color: rgb(102,25,101); }
H1.HeaderClassName
{
color: #661965;
}
.AnyTagClassName
{
color: #661965;
}
</style>
background-color css
<style>
a { background-color: #661965; }
a { background-color: rgb(102,25,101); }
div.DivClassName
{
background-color: #661965;
}
.BgClassName
{
background-color: #661965;
}
</style>
border-color css
<style>
span { border-color: #661965; }
span { border-color: rgb(102,25,101); }
td.TdClassName
{
border-color: #661965;
}
.TagClassName
{
border-color: #661965;
}
</style>