Shades of Palatinate Purple #65315E
Tints of Palatinate Purple #65315E
RGB
CMYK
RGB Variations
Color information
#65315E (or 0x65315E) is known color: Palatinate Purple. HEX triplet: 65, 31 and 5E. RGB value is (101,49,94). Sum of RGB (Red+Green+Blue) = 101+49+94=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 101 - color contains mainly: red. Hex color #65315E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65315E is #9ACEA1. Grayscale: #454545. Windows color (decimal): -10145442 or 6173029. OLE color: 6173029.
HSL color Cylindrical-coordinate representation of color #65315E: hue angle of 308.08º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65315E is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 49 | 94 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.60 |
| HSL | 308.08º | 0.35% | 0.29% | - |
| HSV(B) | 308.08º | 0.51% | 0.4% | - |
| XYZ | 8.49 | 5.77 | 11.26 | - |
| YUV | 69.68 | 141.73 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 94 | 0 | 0.51 | 0.07 | 0.60 | 308.08 | 0.35 | 0.29 |
| Hex | 65 | 31 | 5E | 0 | 33 | 7 | 3C | 134 | 23 | 1D |
| Octal | 145 | 61 | 136 | 0 | 63 | 7 | 74 | 464 | 43 | 35 |
| Binary | 1100101 | 110001 | 1011110 | 0 | 110011 | 111 | 111100 | 100110100 | 100011 | 11101 |
Color Harmonies of #65315E
Complementary color
Monochromatic Colors of #65315E
Black with #65315E
Text Example
Text Example
White with #65315E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65315E; }
p { color: rgb(101,49,94); }
H1.HeaderClassName
{
color: #65315E;
}
.AnyTagClassName
{
color: #65315E;
}
</style>
background-color css
<style>
a { background-color: #65315E; }
a { background-color: rgb(101,49,94); }
div.DivClassName
{
background-color: #65315E;
}
.BgClassName
{
background-color: #65315E;
}
</style>
border-color css
<style>
span { border-color: #65315E; }
span { border-color: rgb(101,49,94); }
td.TdClassName
{
border-color: #65315E;
}
.TagClassName
{
border-color: #65315E;
}
</style>