Shades of Palatinate Purple #65135E
Tints of Palatinate Purple #65135E
RGB
CMYK
RGB Variations
Color information
#65135E (or 0x65135E) is known color: Palatinate Purple. HEX triplet: 65, 13 and 5E. RGB value is (101,19,94). Sum of RGB (Red+Green+Blue) = 101+19+94=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #65135E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65135E is #9AECA1. Grayscale: #333333. Windows color (decimal): -10153122 or 6165349. OLE color: 6165349.
HSL color Cylindrical-coordinate representation of color #65135E: hue angle of 305.12º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #65135E is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 19 | 94 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.60 |
| HSL | 305.12º | 0.68% | 0.24% | - |
| HSV(B) | 305.12º | 0.81% | 0.4% | - |
| XYZ | 7.62 | 4.04 | 10.97 | - |
| YUV | 52.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 19 | 94 | 0 | 0.81 | 0.07 | 0.60 | 305.12 | 0.68 | 0.24 |
| Hex | 65 | 13 | 5E | 0 | 51 | 7 | 3C | 131 | 44 | 18 |
| Octal | 145 | 23 | 136 | 0 | 121 | 7 | 74 | 461 | 104 | 30 |
| Binary | 1100101 | 10011 | 1011110 | 0 | 1010001 | 111 | 111100 | 100110001 | 1000100 | 11000 |
Color Harmonies of #65135E
Complementary color
Monochromatic Colors of #65135E
Black with #65135E
Text Example
Text Example
White with #65135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65135E; }
p { color: rgb(101,19,94); }
H1.HeaderClassName
{
color: #65135E;
}
.AnyTagClassName
{
color: #65135E;
}
</style>
background-color css
<style>
a { background-color: #65135E; }
a { background-color: rgb(101,19,94); }
div.DivClassName
{
background-color: #65135E;
}
.BgClassName
{
background-color: #65135E;
}
</style>
border-color css
<style>
span { border-color: #65135E; }
span { border-color: rgb(101,19,94); }
td.TdClassName
{
border-color: #65135E;
}
.TagClassName
{
border-color: #65135E;
}
</style>