Shades of Palatinate Purple #65325F
Tints of Palatinate Purple #65325F
RGB
CMYK
RGB Variations
Color information
#65325F (or 0x65325F) is known color: Palatinate Purple. HEX triplet: 65, 32 and 5F. RGB value is (101,50,95). Sum of RGB (Red+Green+Blue) = 101+50+95=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 101 - color contains mainly: red. Hex color #65325F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65325F is #9ACDA0. Grayscale: #464646. Windows color (decimal): -10145185 or 6238821. OLE color: 6238821.
HSL color Cylindrical-coordinate representation of color #65325F: hue angle of 307.06º 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 #65325F is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 50 | 95 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.60 |
| HSL | 307.06º | 0.34% | 0.3% | - |
| HSV(B) | 307.06º | 0.5% | 0.4% | - |
| XYZ | 8.57 | 5.87 | 11.51 | - |
| YUV | 70.38 | 141.9 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 95 | 0 | 0.50 | 0.06 | 0.60 | 307.06 | 0.34 | 0.3 |
| Hex | 65 | 32 | 5F | 0 | 32 | 6 | 3C | 133 | 22 | 1E |
| Octal | 145 | 62 | 137 | 0 | 62 | 6 | 74 | 463 | 42 | 36 |
| Binary | 1100101 | 110010 | 1011111 | 0 | 110010 | 110 | 111100 | 100110011 | 100010 | 11110 |
Color Harmonies of #65325F
Complementary color
Monochromatic Colors of #65325F
Black with #65325F
Text Example
Text Example
White with #65325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65325F; }
p { color: rgb(101,50,95); }
H1.HeaderClassName
{
color: #65325F;
}
.AnyTagClassName
{
color: #65325F;
}
</style>
background-color css
<style>
a { background-color: #65325F; }
a { background-color: rgb(101,50,95); }
div.DivClassName
{
background-color: #65325F;
}
.BgClassName
{
background-color: #65325F;
}
</style>
border-color css
<style>
span { border-color: #65325F; }
span { border-color: rgb(101,50,95); }
td.TdClassName
{
border-color: #65325F;
}
.TagClassName
{
border-color: #65325F;
}
</style>