Shades of Palatinate Purple #65185F
Tints of Palatinate Purple #65185F
RGB
CMYK
RGB Variations
Color information
#65185F (or 0x65185F) is known color: Palatinate Purple. HEX triplet: 65, 18 and 5F. RGB value is (101,24,95). Sum of RGB (Red+Green+Blue) = 101+24+95=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #65185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65185F is #9AE7A0. Grayscale: #363636. Windows color (decimal): -10151841 or 6232165. OLE color: 6232165.
HSL color Cylindrical-coordinate representation of color #65185F: hue angle of 304.68º 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 #65185F is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 24 | 95 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.60 |
| HSL | 304.68º | 0.62% | 0.25% | - |
| HSV(B) | 304.68º | 0.76% | 0.4% | - |
| XYZ | 7.76 | 4.25 | 11.24 | - |
| YUV | 55.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 95 | 0 | 0.76 | 0.06 | 0.60 | 304.68 | 0.62 | 0.25 |
| Hex | 65 | 18 | 5F | 0 | 4C | 6 | 3C | 131 | 3E | 19 |
| Octal | 145 | 30 | 137 | 0 | 114 | 6 | 74 | 461 | 76 | 31 |
| Binary | 1100101 | 11000 | 1011111 | 0 | 1001100 | 110 | 111100 | 100110001 | 111110 | 11001 |
Color Harmonies of #65185F
Complementary color
Monochromatic Colors of #65185F
Black with #65185F
Text Example
Text Example
White with #65185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65185F; }
p { color: rgb(101,24,95); }
H1.HeaderClassName
{
color: #65185F;
}
.AnyTagClassName
{
color: #65185F;
}
</style>
background-color css
<style>
a { background-color: #65185F; }
a { background-color: rgb(101,24,95); }
div.DivClassName
{
background-color: #65185F;
}
.BgClassName
{
background-color: #65185F;
}
</style>
border-color css
<style>
span { border-color: #65185F; }
span { border-color: rgb(101,24,95); }
td.TdClassName
{
border-color: #65185F;
}
.TagClassName
{
border-color: #65185F;
}
</style>