Shades of Palatinate Purple #65295F
Tints of Palatinate Purple #65295F
RGB
CMYK
RGB Variations
Color information
#65295F (or 0x65295F) is known color: Palatinate Purple. HEX triplet: 65, 29 and 5F. RGB value is (101,41,95). Sum of RGB (Red+Green+Blue) = 101+41+95=237 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.62% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 101 - color contains mainly: red. Hex color #65295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65295F is #9AD6A0. Grayscale: #404040. Windows color (decimal): -10147489 or 6236517. OLE color: 6236517.
HSL color Cylindrical-coordinate representation of color #65295F: hue angle of 306º 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 #65295F is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 41 | 95 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.60 |
| HSL | 306º | 0.42% | 0.28% | - |
| HSV(B) | 306º | 0.59% | 0.4% | - |
| XYZ | 8.23 | 5.18 | 11.39 | - |
| YUV | 65.1 | 144.88 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 95 | 0 | 0.59 | 0.06 | 0.60 | 306 | 0.42 | 0.28 |
| Hex | 65 | 29 | 5F | 0 | 3B | 6 | 3C | 132 | 2A | 1C |
| Octal | 145 | 51 | 137 | 0 | 73 | 6 | 74 | 462 | 52 | 34 |
| Binary | 1100101 | 101001 | 1011111 | 0 | 111011 | 110 | 111100 | 100110010 | 101010 | 11100 |
Color Harmonies of #65295F
Complementary color
Monochromatic Colors of #65295F
Black with #65295F
Text Example
Text Example
White with #65295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65295F; }
p { color: rgb(101,41,95); }
H1.HeaderClassName
{
color: #65295F;
}
.AnyTagClassName
{
color: #65295F;
}
</style>
background-color css
<style>
a { background-color: #65295F; }
a { background-color: rgb(101,41,95); }
div.DivClassName
{
background-color: #65295F;
}
.BgClassName
{
background-color: #65295F;
}
</style>
border-color css
<style>
span { border-color: #65295F; }
span { border-color: rgb(101,41,95); }
td.TdClassName
{
border-color: #65295F;
}
.TagClassName
{
border-color: #65295F;
}
</style>