Shades of Palatinate Purple #652366
Tints of Palatinate Purple #652366
RGB
CMYK
RGB Variations
Color information
#652366 (or 0x652366) is known color: Palatinate Purple. HEX triplet: 65, 23 and 66. RGB value is (101,35,102). Sum of RGB (Red+Green+Blue) = 101+35+102=238 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.44% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 102 - color contains mainly: blue. Hex color #652366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652366 is #9ADC99. Grayscale: #3E3E3E. Windows color (decimal): -10149018 or 6693733. OLE color: 6693733.
HSL color Cylindrical-coordinate representation of color #652366: hue angle of 299.1º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #652366 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 101 | 35 | 102 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.6 |
| HSL | 299.1º | 0.49% | 0.27% | - |
| HSV(B) | 299.1º | 0.66% | 0.4% | - |
| XYZ | 8.37 | 4.93 | 13.08 | - |
| YUV | 62.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 35 | 102 | 0.01 | 0.66 | 0 | 0.6 | 299.1 | 0.49 | 0.27 |
| Hex | 65 | 23 | 66 | 1 | 42 | 0 | 3C | 12B | 31 | 1B |
| Octal | 145 | 43 | 146 | 1 | 102 | 0 | 74 | 453 | 61 | 33 |
| Binary | 1100101 | 100011 | 1100110 | 1 | 1000010 | 0 | 111100 | 100101011 | 110001 | 11011 |
Color Harmonies of #652366
Complementary color
Monochromatic Colors of #652366
Black with #652366
Text Example
Text Example
White with #652366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652366; }
p { color: rgb(101,35,102); }
H1.HeaderClassName
{
color: #652366;
}
.AnyTagClassName
{
color: #652366;
}
</style>
background-color css
<style>
a { background-color: #652366; }
a { background-color: rgb(101,35,102); }
div.DivClassName
{
background-color: #652366;
}
.BgClassName
{
background-color: #652366;
}
</style>
border-color css
<style>
span { border-color: #652366; }
span { border-color: rgb(101,35,102); }
td.TdClassName
{
border-color: #652366;
}
.TagClassName
{
border-color: #652366;
}
</style>