Shades of Palatinate Purple #65225A
Tints of Palatinate Purple #65225A
RGB
CMYK
RGB Variations
Color information
#65225A (or 0x65225A) is known color: Palatinate Purple. HEX triplet: 65, 22 and 5A. RGB value is (101,34,90). Sum of RGB (Red+Green+Blue) = 101+34+90=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 101 - color contains mainly: red. Hex color #65225A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65225A is #9ADDA5. Grayscale: #3C3C3C. Windows color (decimal): -10149286 or 5907045. OLE color: 5907045.
HSL color Cylindrical-coordinate representation of color #65225A: hue angle of 309.85º 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 #65225A is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 34 | 90 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.60 |
| HSL | 309.85º | 0.5% | 0.26% | - |
| HSV(B) | 309.85º | 0.66% | 0.4% | - |
| XYZ | 7.78 | 4.65 | 10.16 | - |
| YUV | 60.42 | 144.7 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 90 | 0 | 0.66 | 0.11 | 0.60 | 309.85 | 0.5 | 0.26 |
| Hex | 65 | 22 | 5A | 0 | 42 | B | 3C | 136 | 32 | 1A |
| Octal | 145 | 42 | 132 | 0 | 102 | 13 | 74 | 466 | 62 | 32 |
| Binary | 1100101 | 100010 | 1011010 | 0 | 1000010 | 1011 | 111100 | 100110110 | 110010 | 11010 |
Color Harmonies of #65225A
Complementary color
Monochromatic Colors of #65225A
Black with #65225A
Text Example
Text Example
White with #65225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65225A; }
p { color: rgb(101,34,90); }
H1.HeaderClassName
{
color: #65225A;
}
.AnyTagClassName
{
color: #65225A;
}
</style>
background-color css
<style>
a { background-color: #65225A; }
a { background-color: rgb(101,34,90); }
div.DivClassName
{
background-color: #65225A;
}
.BgClassName
{
background-color: #65225A;
}
</style>
border-color css
<style>
span { border-color: #65225A; }
span { border-color: rgb(101,34,90); }
td.TdClassName
{
border-color: #65225A;
}
.TagClassName
{
border-color: #65225A;
}
</style>