Shades of Palatinate Purple #65065E
Tints of Palatinate Purple #65065E
RGB
CMYK
RGB Variations
Color information
#65065E (or 0x65065E) is known color: Palatinate Purple. HEX triplet: 65, 06 and 5E. RGB value is (101,6,94). Sum of RGB (Red+Green+Blue) = 101+6+94=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #65065E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65065E is #9AF9A1. Grayscale: #2C2C2C. Windows color (decimal): -10156450 or 6162021. OLE color: 6162021.
HSL color Cylindrical-coordinate representation of color #65065E: hue angle of 304.42º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #65065E is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 6 | 94 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.60 |
| HSL | 304.42º | 0.89% | 0.21% | - |
| HSV(B) | 304.42º | 0.94% | 0.4% | - |
| XYZ | 7.45 | 3.71 | 10.91 | - |
| YUV | 44.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 94 | 0 | 0.94 | 0.07 | 0.60 | 304.42 | 0.89 | 0.21 |
| Hex | 65 | 6 | 5E | 0 | 5E | 7 | 3C | 130 | 59 | 15 |
| Octal | 145 | 6 | 136 | 0 | 136 | 7 | 74 | 460 | 131 | 25 |
| Binary | 1100101 | 110 | 1011110 | 0 | 1011110 | 111 | 111100 | 100110000 | 1011001 | 10101 |
Color Harmonies of #65065E
Complementary color
Monochromatic Colors of #65065E
Black with #65065E
Text Example
Text Example
White with #65065E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65065E; }
p { color: rgb(101,6,94); }
H1.HeaderClassName
{
color: #65065E;
}
.AnyTagClassName
{
color: #65065E;
}
</style>
background-color css
<style>
a { background-color: #65065E; }
a { background-color: rgb(101,6,94); }
div.DivClassName
{
background-color: #65065E;
}
.BgClassName
{
background-color: #65065E;
}
</style>
border-color css
<style>
span { border-color: #65065E; }
span { border-color: rgb(101,6,94); }
td.TdClassName
{
border-color: #65065E;
}
.TagClassName
{
border-color: #65065E;
}
</style>