Shades of Palatinate Purple #65295D
Tints of Palatinate Purple #65295D
RGB
CMYK
RGB Variations
Color information
#65295D (or 0x65295D) is known color: Palatinate Purple. HEX triplet: 65, 29 and 5D. RGB value is (101,41,93). Sum of RGB (Red+Green+Blue) = 101+41+93=235 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.98% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 101 - color contains mainly: red. Hex color #65295D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65295D is #9AD6A2. Grayscale: #404040. Windows color (decimal): -10147491 or 6105445. OLE color: 6105445.
HSL color Cylindrical-coordinate representation of color #65295D: hue angle of 308º 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 #65295D is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 41 | 93 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.60 |
| HSL | 308º | 0.42% | 0.28% | - |
| HSV(B) | 308º | 0.59% | 0.4% | - |
| XYZ | 8.14 | 5.14 | 10.92 | - |
| YUV | 64.87 | 143.88 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 93 | 0 | 0.59 | 0.08 | 0.60 | 308 | 0.42 | 0.28 |
| Hex | 65 | 29 | 5D | 0 | 3B | 8 | 3C | 134 | 2A | 1C |
| Octal | 145 | 51 | 135 | 0 | 73 | 10 | 74 | 464 | 52 | 34 |
| Binary | 1100101 | 101001 | 1011101 | 0 | 111011 | 1000 | 111100 | 100110100 | 101010 | 11100 |
Color Harmonies of #65295D
Complementary color
Monochromatic Colors of #65295D
Black with #65295D
Text Example
Text Example
White with #65295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65295D; }
p { color: rgb(101,41,93); }
H1.HeaderClassName
{
color: #65295D;
}
.AnyTagClassName
{
color: #65295D;
}
</style>
background-color css
<style>
a { background-color: #65295D; }
a { background-color: rgb(101,41,93); }
div.DivClassName
{
background-color: #65295D;
}
.BgClassName
{
background-color: #65295D;
}
</style>
border-color css
<style>
span { border-color: #65295D; }
span { border-color: rgb(101,41,93); }
td.TdClassName
{
border-color: #65295D;
}
.TagClassName
{
border-color: #65295D;
}
</style>