Shades of Palatinate Purple #65185C
Tints of Palatinate Purple #65185C
RGB
CMYK
RGB Variations
Color information
#65185C (or 0x65185C) is known color: Palatinate Purple. HEX triplet: 65, 18 and 5C. RGB value is (101,24,92). Sum of RGB (Red+Green+Blue) = 101+24+92=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 101 - color contains mainly: red. Hex color #65185C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65185C is #9AE7A3. Grayscale: #363636. Windows color (decimal): -10151844 or 6035557. OLE color: 6035557.
HSL color Cylindrical-coordinate representation of color #65185C: hue angle of 307.01º 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 #65185C is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 24 | 92 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.60 |
| HSL | 307.01º | 0.62% | 0.25% | - |
| HSV(B) | 307.01º | 0.76% | 0.4% | - |
| XYZ | 7.63 | 4.19 | 10.53 | - |
| YUV | 54.78 | 149.01 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 92 | 0 | 0.76 | 0.09 | 0.60 | 307.01 | 0.62 | 0.25 |
| Hex | 65 | 18 | 5C | 0 | 4C | 9 | 3C | 133 | 3E | 19 |
| Octal | 145 | 30 | 134 | 0 | 114 | 11 | 74 | 463 | 76 | 31 |
| Binary | 1100101 | 11000 | 1011100 | 0 | 1001100 | 1001 | 111100 | 100110011 | 111110 | 11001 |
Color Harmonies of #65185C
Complementary color
Monochromatic Colors of #65185C
Black with #65185C
Text Example
Text Example
White with #65185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65185C; }
p { color: rgb(101,24,92); }
H1.HeaderClassName
{
color: #65185C;
}
.AnyTagClassName
{
color: #65185C;
}
</style>
background-color css
<style>
a { background-color: #65185C; }
a { background-color: rgb(101,24,92); }
div.DivClassName
{
background-color: #65185C;
}
.BgClassName
{
background-color: #65185C;
}
</style>
border-color css
<style>
span { border-color: #65185C; }
span { border-color: rgb(101,24,92); }
td.TdClassName
{
border-color: #65185C;
}
.TagClassName
{
border-color: #65185C;
}
</style>