Shades of Palatinate Purple #65225B
Tints of Palatinate Purple #65225B
RGB
CMYK
RGB Variations
Color information
#65225B (or 0x65225B) is known color: Palatinate Purple. HEX triplet: 65, 22 and 5B. RGB value is (101,34,91). Sum of RGB (Red+Green+Blue) = 101+34+91=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 101 - color contains mainly: red. Hex color #65225B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65225B is #9ADDA4. Grayscale: #3C3C3C. Windows color (decimal): -10149285 or 5972581. OLE color: 5972581.
HSL color Cylindrical-coordinate representation of color #65225B: hue angle of 308.96º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65225B is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 34 | 91 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.60 |
| HSL | 308.96º | 0.5% | 0.26% | - |
| HSV(B) | 308.96º | 0.66% | 0.4% | - |
| XYZ | 7.83 | 4.67 | 10.39 | - |
| YUV | 60.53 | 145.2 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 91 | 0 | 0.66 | 0.10 | 0.60 | 308.96 | 0.5 | 0.26 |
| Hex | 65 | 22 | 5B | 0 | 42 | A | 3C | 135 | 32 | 1A |
| Octal | 145 | 42 | 133 | 0 | 102 | 12 | 74 | 465 | 62 | 32 |
| Binary | 1100101 | 100010 | 1011011 | 0 | 1000010 | 1010 | 111100 | 100110101 | 110010 | 11010 |
Color Harmonies of #65225B
Complementary color
Monochromatic Colors of #65225B
Black with #65225B
Text Example
Text Example
White with #65225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65225B; }
p { color: rgb(101,34,91); }
H1.HeaderClassName
{
color: #65225B;
}
.AnyTagClassName
{
color: #65225B;
}
</style>
background-color css
<style>
a { background-color: #65225B; }
a { background-color: rgb(101,34,91); }
div.DivClassName
{
background-color: #65225B;
}
.BgClassName
{
background-color: #65225B;
}
</style>
border-color css
<style>
span { border-color: #65225B; }
span { border-color: rgb(101,34,91); }
td.TdClassName
{
border-color: #65225B;
}
.TagClassName
{
border-color: #65225B;
}
</style>