Shades of Palatinate Purple #65185A
Tints of Palatinate Purple #65185A
RGB
CMYK
RGB Variations
Color information
#65185A (or 0x65185A) is known color: Palatinate Purple. HEX triplet: 65, 18 and 5A. RGB value is (101,24,90). Sum of RGB (Red+Green+Blue) = 101+24+90=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #65185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65185A is #9AE7A5. Grayscale: #363636. Windows color (decimal): -10151846 or 5904485. OLE color: 5904485.
HSL color Cylindrical-coordinate representation of color #65185A: hue angle of 308.57º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #65185A is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 24 | 90 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.60 |
| HSL | 308.57º | 0.62% | 0.25% | - |
| HSV(B) | 308.57º | 0.76% | 0.4% | - |
| XYZ | 7.54 | 4.16 | 10.08 | - |
| YUV | 54.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 90 | 0 | 0.76 | 0.11 | 0.60 | 308.57 | 0.62 | 0.25 |
| Hex | 65 | 18 | 5A | 0 | 4C | B | 3C | 135 | 3E | 19 |
| Octal | 145 | 30 | 132 | 0 | 114 | 13 | 74 | 465 | 76 | 31 |
| Binary | 1100101 | 11000 | 1011010 | 0 | 1001100 | 1011 | 111100 | 100110101 | 111110 | 11001 |
Color Harmonies of #65185A
Complementary color
Monochromatic Colors of #65185A
Black with #65185A
Text Example
Text Example
White with #65185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65185A; }
p { color: rgb(101,24,90); }
H1.HeaderClassName
{
color: #65185A;
}
.AnyTagClassName
{
color: #65185A;
}
</style>
background-color css
<style>
a { background-color: #65185A; }
a { background-color: rgb(101,24,90); }
div.DivClassName
{
background-color: #65185A;
}
.BgClassName
{
background-color: #65185A;
}
</style>
border-color css
<style>
span { border-color: #65185A; }
span { border-color: rgb(101,24,90); }
td.TdClassName
{
border-color: #65185A;
}
.TagClassName
{
border-color: #65185A;
}
</style>