Shades of Palatinate Purple #65215E
Tints of Palatinate Purple #65215E
RGB
CMYK
RGB Variations
Color information
#65215E (or 0x65215E) is known color: Palatinate Purple. HEX triplet: 65, 21 and 5E. RGB value is (101,33,94). Sum of RGB (Red+Green+Blue) = 101+33+94=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #65215E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65215E is #9ADEA1. Grayscale: #3C3C3C. Windows color (decimal): -10149538 or 6168933. OLE color: 6168933.
HSL color Cylindrical-coordinate representation of color #65215E: hue angle of 306.18º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65215E is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 33 | 94 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.60 |
| HSL | 306.18º | 0.51% | 0.26% | - |
| HSV(B) | 306.18º | 0.67% | 0.4% | - |
| XYZ | 7.93 | 4.66 | 11.07 | - |
| YUV | 60.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 94 | 0 | 0.67 | 0.07 | 0.60 | 306.18 | 0.51 | 0.26 |
| Hex | 65 | 21 | 5E | 0 | 43 | 7 | 3C | 132 | 33 | 1A |
| Octal | 145 | 41 | 136 | 0 | 103 | 7 | 74 | 462 | 63 | 32 |
| Binary | 1100101 | 100001 | 1011110 | 0 | 1000011 | 111 | 111100 | 100110010 | 110011 | 11010 |
Color Harmonies of #65215E
Complementary color
Monochromatic Colors of #65215E
Black with #65215E
Text Example
Text Example
White with #65215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65215E; }
p { color: rgb(101,33,94); }
H1.HeaderClassName
{
color: #65215E;
}
.AnyTagClassName
{
color: #65215E;
}
</style>
background-color css
<style>
a { background-color: #65215E; }
a { background-color: rgb(101,33,94); }
div.DivClassName
{
background-color: #65215E;
}
.BgClassName
{
background-color: #65215E;
}
</style>
border-color css
<style>
span { border-color: #65215E; }
span { border-color: rgb(101,33,94); }
td.TdClassName
{
border-color: #65215E;
}
.TagClassName
{
border-color: #65215E;
}
</style>