Shades of Palatinate Purple #65295B
Tints of Palatinate Purple #65295B
RGB
CMYK
RGB Variations
Color information
#65295B (or 0x65295B) is known color: Palatinate Purple. HEX triplet: 65, 29 and 5B. RGB value is (101,41,91). Sum of RGB (Red+Green+Blue) = 101+41+91=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 101 - color contains mainly: red. Hex color #65295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65295B is #9AD6A4. Grayscale: #404040. Windows color (decimal): -10147493 or 5974373. OLE color: 5974373.
HSL color Cylindrical-coordinate representation of color #65295B: hue angle of 310º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65295B is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 41 | 91 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.60 |
| HSL | 310º | 0.42% | 0.28% | - |
| HSV(B) | 310º | 0.59% | 0.4% | - |
| XYZ | 8.05 | 5.11 | 10.46 | - |
| YUV | 64.64 | 142.88 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 91 | 0 | 0.59 | 0.10 | 0.60 | 310 | 0.42 | 0.28 |
| Hex | 65 | 29 | 5B | 0 | 3B | A | 3C | 136 | 2A | 1C |
| Octal | 145 | 51 | 133 | 0 | 73 | 12 | 74 | 466 | 52 | 34 |
| Binary | 1100101 | 101001 | 1011011 | 0 | 111011 | 1010 | 111100 | 100110110 | 101010 | 11100 |
Color Harmonies of #65295B
Complementary color
Monochromatic Colors of #65295B
Black with #65295B
Text Example
Text Example
White with #65295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65295B; }
p { color: rgb(101,41,91); }
H1.HeaderClassName
{
color: #65295B;
}
.AnyTagClassName
{
color: #65295B;
}
</style>
background-color css
<style>
a { background-color: #65295B; }
a { background-color: rgb(101,41,91); }
div.DivClassName
{
background-color: #65295B;
}
.BgClassName
{
background-color: #65295B;
}
</style>
border-color css
<style>
span { border-color: #65295B; }
span { border-color: rgb(101,41,91); }
td.TdClassName
{
border-color: #65295B;
}
.TagClassName
{
border-color: #65295B;
}
</style>