Shades of Palatinate Purple #65325D
Tints of Palatinate Purple #65325D
RGB
CMYK
RGB Variations
Color information
#65325D (or 0x65325D) is known color: Palatinate Purple. HEX triplet: 65, 32 and 5D. RGB value is (101,50,93). Sum of RGB (Red+Green+Blue) = 101+50+93=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 101 - color contains mainly: red. Hex color #65325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65325D is #9ACDA2. Grayscale: #464646. Windows color (decimal): -10145187 or 6107749. OLE color: 6107749.
HSL color Cylindrical-coordinate representation of color #65325D: hue angle of 309.41º 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 #65325D is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 50 | 93 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.60 |
| HSL | 309.41º | 0.34% | 0.3% | - |
| HSV(B) | 309.41º | 0.5% | 0.4% | - |
| XYZ | 8.48 | 5.84 | 11.04 | - |
| YUV | 70.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 93 | 0 | 0.50 | 0.08 | 0.60 | 309.41 | 0.34 | 0.3 |
| Hex | 65 | 32 | 5D | 0 | 32 | 8 | 3C | 135 | 22 | 1E |
| Octal | 145 | 62 | 135 | 0 | 62 | 10 | 74 | 465 | 42 | 36 |
| Binary | 1100101 | 110010 | 1011101 | 0 | 110010 | 1000 | 111100 | 100110101 | 100010 | 11110 |
Color Harmonies of #65325D
Complementary color
Monochromatic Colors of #65325D
Black with #65325D
Text Example
Text Example
White with #65325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65325D; }
p { color: rgb(101,50,93); }
H1.HeaderClassName
{
color: #65325D;
}
.AnyTagClassName
{
color: #65325D;
}
</style>
background-color css
<style>
a { background-color: #65325D; }
a { background-color: rgb(101,50,93); }
div.DivClassName
{
background-color: #65325D;
}
.BgClassName
{
background-color: #65325D;
}
</style>
border-color css
<style>
span { border-color: #65325D; }
span { border-color: rgb(101,50,93); }
td.TdClassName
{
border-color: #65325D;
}
.TagClassName
{
border-color: #65325D;
}
</style>