Shades of Palatinate Purple #65305E
Tints of Palatinate Purple #65305E
RGB
CMYK
RGB Variations
Color information
#65305E (or 0x65305E) is known color: Palatinate Purple. HEX triplet: 65, 30 and 5E. RGB value is (101,48,94). Sum of RGB (Red+Green+Blue) = 101+48+94=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 101 - color contains mainly: red. Hex color #65305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65305E is #9ACFA1. Grayscale: #444444. Windows color (decimal): -10145698 or 6172773. OLE color: 6172773.
HSL color Cylindrical-coordinate representation of color #65305E: hue angle of 307.92º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65305E is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 48 | 94 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.60 |
| HSL | 307.92º | 0.36% | 0.29% | - |
| HSV(B) | 307.92º | 0.52% | 0.4% | - |
| XYZ | 8.44 | 5.69 | 11.24 | - |
| YUV | 69.09 | 142.06 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 48 | 94 | 0 | 0.52 | 0.07 | 0.60 | 307.92 | 0.36 | 0.29 |
| Hex | 65 | 30 | 5E | 0 | 34 | 7 | 3C | 134 | 24 | 1D |
| Octal | 145 | 60 | 136 | 0 | 64 | 7 | 74 | 464 | 44 | 35 |
| Binary | 1100101 | 110000 | 1011110 | 0 | 110100 | 111 | 111100 | 100110100 | 100100 | 11101 |
Color Harmonies of #65305E
Complementary color
Monochromatic Colors of #65305E
Black with #65305E
Text Example
Text Example
White with #65305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65305E; }
p { color: rgb(101,48,94); }
H1.HeaderClassName
{
color: #65305E;
}
.AnyTagClassName
{
color: #65305E;
}
</style>
background-color css
<style>
a { background-color: #65305E; }
a { background-color: rgb(101,48,94); }
div.DivClassName
{
background-color: #65305E;
}
.BgClassName
{
background-color: #65305E;
}
</style>
border-color css
<style>
span { border-color: #65305E; }
span { border-color: rgb(101,48,94); }
td.TdClassName
{
border-color: #65305E;
}
.TagClassName
{
border-color: #65305E;
}
</style>