Shades of Palatinate Purple #65065D
Tints of Palatinate Purple #65065D
RGB
CMYK
RGB Variations
Color information
#65065D (or 0x65065D) is known color: Palatinate Purple. HEX triplet: 65, 06 and 5D. RGB value is (101,6,93). Sum of RGB (Red+Green+Blue) = 101+6+93=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #65065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65065D is #9AF9A2. Grayscale: #2C2C2C. Windows color (decimal): -10156451 or 6096485. OLE color: 6096485.
HSL color Cylindrical-coordinate representation of color #65065D: hue angle of 305.05º 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 #65065D is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 6 | 93 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.60 |
| HSL | 305.05º | 0.89% | 0.21% | - |
| HSV(B) | 305.05º | 0.94% | 0.4% | - |
| XYZ | 7.41 | 3.69 | 10.68 | - |
| YUV | 44.32 | 155.47 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 93 | 0 | 0.94 | 0.08 | 0.60 | 305.05 | 0.89 | 0.21 |
| Hex | 65 | 6 | 5D | 0 | 5E | 8 | 3C | 131 | 59 | 15 |
| Octal | 145 | 6 | 135 | 0 | 136 | 10 | 74 | 461 | 131 | 25 |
| Binary | 1100101 | 110 | 1011101 | 0 | 1011110 | 1000 | 111100 | 100110001 | 1011001 | 10101 |
Color Harmonies of #65065D
Complementary color
Monochromatic Colors of #65065D
Black with #65065D
Text Example
Text Example
White with #65065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65065D; }
p { color: rgb(101,6,93); }
H1.HeaderClassName
{
color: #65065D;
}
.AnyTagClassName
{
color: #65065D;
}
</style>
background-color css
<style>
a { background-color: #65065D; }
a { background-color: rgb(101,6,93); }
div.DivClassName
{
background-color: #65065D;
}
.BgClassName
{
background-color: #65065D;
}
</style>
border-color css
<style>
span { border-color: #65065D; }
span { border-color: rgb(101,6,93); }
td.TdClassName
{
border-color: #65065D;
}
.TagClassName
{
border-color: #65065D;
}
</style>