Shades of Palatinate Purple #65185B
Tints of Palatinate Purple #65185B
RGB
CMYK
RGB Variations
Color information
#65185B (or 0x65185B) is known color: Palatinate Purple. HEX triplet: 65, 18 and 5B. RGB value is (101,24,91). Sum of RGB (Red+Green+Blue) = 101+24+91=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #65185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65185B is #9AE7A4. Grayscale: #363636. Windows color (decimal): -10151845 or 5970021. OLE color: 5970021.
HSL color Cylindrical-coordinate representation of color #65185B: hue angle of 307.79º 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 #65185B is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 24 | 91 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.60 |
| HSL | 307.79º | 0.62% | 0.25% | - |
| HSV(B) | 307.79º | 0.76% | 0.4% | - |
| XYZ | 7.58 | 4.18 | 10.3 | - |
| YUV | 54.66 | 148.51 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 91 | 0 | 0.76 | 0.10 | 0.60 | 307.79 | 0.62 | 0.25 |
| Hex | 65 | 18 | 5B | 0 | 4C | A | 3C | 134 | 3E | 19 |
| Octal | 145 | 30 | 133 | 0 | 114 | 12 | 74 | 464 | 76 | 31 |
| Binary | 1100101 | 11000 | 1011011 | 0 | 1001100 | 1010 | 111100 | 100110100 | 111110 | 11001 |
Color Harmonies of #65185B
Complementary color
Monochromatic Colors of #65185B
Black with #65185B
Text Example
Text Example
White with #65185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65185B; }
p { color: rgb(101,24,91); }
H1.HeaderClassName
{
color: #65185B;
}
.AnyTagClassName
{
color: #65185B;
}
</style>
background-color css
<style>
a { background-color: #65185B; }
a { background-color: rgb(101,24,91); }
div.DivClassName
{
background-color: #65185B;
}
.BgClassName
{
background-color: #65185B;
}
</style>
border-color css
<style>
span { border-color: #65185B; }
span { border-color: rgb(101,24,91); }
td.TdClassName
{
border-color: #65185B;
}
.TagClassName
{
border-color: #65185B;
}
</style>