Shades of Palatinate Purple #65085A
Tints of Palatinate Purple #65085A
RGB
CMYK
RGB Variations
Color information
#65085A (or 0x65085A) is known color: Palatinate Purple. HEX triplet: 65, 08 and 5A. RGB value is (101,8,90). Sum of RGB (Red+Green+Blue) = 101+8+90=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #65085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65085A is #9AF7A5. Grayscale: #2C2C2C. Windows color (decimal): -10155942 or 5900389. OLE color: 5900389.
HSL color Cylindrical-coordinate representation of color #65085A: hue angle of 307.1º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #65085A is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 8 | 90 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.60 |
| HSL | 307.1º | 0.85% | 0.21% | - |
| HSV(B) | 307.1º | 0.92% | 0.4% | - |
| XYZ | 7.3 | 3.68 | 10 | - |
| YUV | 45.16 | 153.31 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 8 | 90 | 0 | 0.92 | 0.11 | 0.60 | 307.1 | 0.85 | 0.21 |
| Hex | 65 | 8 | 5A | 0 | 5C | B | 3C | 133 | 55 | 15 |
| Octal | 145 | 10 | 132 | 0 | 134 | 13 | 74 | 463 | 125 | 25 |
| Binary | 1100101 | 1000 | 1011010 | 0 | 1011100 | 1011 | 111100 | 100110011 | 1010101 | 10101 |
Color Harmonies of #65085A
Complementary color
Monochromatic Colors of #65085A
Black with #65085A
Text Example
Text Example
White with #65085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65085A; }
p { color: rgb(101,8,90); }
H1.HeaderClassName
{
color: #65085A;
}
.AnyTagClassName
{
color: #65085A;
}
</style>
background-color css
<style>
a { background-color: #65085A; }
a { background-color: rgb(101,8,90); }
div.DivClassName
{
background-color: #65085A;
}
.BgClassName
{
background-color: #65085A;
}
</style>
border-color css
<style>
span { border-color: #65085A; }
span { border-color: rgb(101,8,90); }
td.TdClassName
{
border-color: #65085A;
}
.TagClassName
{
border-color: #65085A;
}
</style>