Shades of Palatinate Purple #65325A
Tints of Palatinate Purple #65325A
RGB
CMYK
RGB Variations
Color information
#65325A (or 0x65325A) is known color: Palatinate Purple. HEX triplet: 65, 32 and 5A. RGB value is (101,50,90). Sum of RGB (Red+Green+Blue) = 101+50+90=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 101 - color contains mainly: red. Hex color #65325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65325A is #9ACDA5. Grayscale: #454545. Windows color (decimal): -10145190 or 5911141. OLE color: 5911141.
HSL color Cylindrical-coordinate representation of color #65325A: hue angle of 312.94º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65325A is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 50 | 90 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.60 |
| HSL | 312.94º | 0.34% | 0.3% | - |
| HSV(B) | 312.94º | 0.5% | 0.4% | - |
| XYZ | 8.35 | 5.79 | 10.35 | - |
| YUV | 69.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 90 | 0 | 0.50 | 0.11 | 0.60 | 312.94 | 0.34 | 0.3 |
| Hex | 65 | 32 | 5A | 0 | 32 | B | 3C | 139 | 22 | 1E |
| Octal | 145 | 62 | 132 | 0 | 62 | 13 | 74 | 471 | 42 | 36 |
| Binary | 1100101 | 110010 | 1011010 | 0 | 110010 | 1011 | 111100 | 100111001 | 100010 | 11110 |
Color Harmonies of #65325A
Complementary color
Monochromatic Colors of #65325A
Black with #65325A
Text Example
Text Example
White with #65325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65325A; }
p { color: rgb(101,50,90); }
H1.HeaderClassName
{
color: #65325A;
}
.AnyTagClassName
{
color: #65325A;
}
</style>
background-color css
<style>
a { background-color: #65325A; }
a { background-color: rgb(101,50,90); }
div.DivClassName
{
background-color: #65325A;
}
.BgClassName
{
background-color: #65325A;
}
</style>
border-color css
<style>
span { border-color: #65325A; }
span { border-color: rgb(101,50,90); }
td.TdClassName
{
border-color: #65325A;
}
.TagClassName
{
border-color: #65325A;
}
</style>