Shades of Palatinate Purple #65295A
Tints of Palatinate Purple #65295A
RGB
CMYK
RGB Variations
Color information
#65295A (or 0x65295A) is known color: Palatinate Purple. HEX triplet: 65, 29 and 5A. RGB value is (101,41,90). Sum of RGB (Red+Green+Blue) = 101+41+90=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 101 - color contains mainly: red. Hex color #65295A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65295A is #9AD6A5. Grayscale: #404040. Windows color (decimal): -10147494 or 5908837. OLE color: 5908837.
HSL color Cylindrical-coordinate representation of color #65295A: hue angle of 311º 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 #65295A is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 41 | 90 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.60 |
| HSL | 311º | 0.42% | 0.28% | - |
| HSV(B) | 311º | 0.59% | 0.4% | - |
| XYZ | 8.01 | 5.09 | 10.23 | - |
| YUV | 64.53 | 142.38 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 90 | 0 | 0.59 | 0.11 | 0.60 | 311 | 0.42 | 0.28 |
| Hex | 65 | 29 | 5A | 0 | 3B | B | 3C | 137 | 2A | 1C |
| Octal | 145 | 51 | 132 | 0 | 73 | 13 | 74 | 467 | 52 | 34 |
| Binary | 1100101 | 101001 | 1011010 | 0 | 111011 | 1011 | 111100 | 100110111 | 101010 | 11100 |
Color Harmonies of #65295A
Complementary color
Monochromatic Colors of #65295A
Black with #65295A
Text Example
Text Example
White with #65295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65295A; }
p { color: rgb(101,41,90); }
H1.HeaderClassName
{
color: #65295A;
}
.AnyTagClassName
{
color: #65295A;
}
</style>
background-color css
<style>
a { background-color: #65295A; }
a { background-color: rgb(101,41,90); }
div.DivClassName
{
background-color: #65295A;
}
.BgClassName
{
background-color: #65295A;
}
</style>
border-color css
<style>
span { border-color: #65295A; }
span { border-color: rgb(101,41,90); }
td.TdClassName
{
border-color: #65295A;
}
.TagClassName
{
border-color: #65295A;
}
</style>