Shades of Palatinate Purple #65005C
Tints of Palatinate Purple #65005C
RGB
CMYK
RGB Variations
Color information
#65005C (or 0x65005C) is known color: Palatinate Purple. HEX triplet: 65, 00 and 5C. RGB value is (101,0,92). Sum of RGB (Red+Green+Blue) = 101+0+92=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #65005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65005C is #9AFFA3. Grayscale: #282828. Windows color (decimal): -10157988 or 6029413. OLE color: 6029413.
HSL color Cylindrical-coordinate representation of color #65005C: hue angle of 305.35º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65005C is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.09 | 0.60 |
| HSL | 305.35º | 1% | 0.2% | - |
| HSV(B) | 305.35º | 1% | 0.4% | - |
| XYZ | 7.3 | 3.54 | 10.42 | - |
| YUV | 40.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 92 | 0 | 1 | 0.09 | 0.60 | 305.35 | 1 | 0.2 |
| Hex | 65 | 0 | 5C | 0 | 64 | 9 | 3C | 131 | 64 | 14 |
| Octal | 145 | 0 | 134 | 0 | 144 | 11 | 74 | 461 | 144 | 24 |
| Binary | 1100101 | 0 | 1011100 | 0 | 1100100 | 1001 | 111100 | 100110001 | 1100100 | 10100 |
Color Harmonies of #65005C
Complementary color
Monochromatic Colors of #65005C
Black with #65005C
Text Example
Text Example
White with #65005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65005C; }
p { color: rgb(101,0,92); }
H1.HeaderClassName
{
color: #65005C;
}
.AnyTagClassName
{
color: #65005C;
}
</style>
background-color css
<style>
a { background-color: #65005C; }
a { background-color: rgb(101,0,92); }
div.DivClassName
{
background-color: #65005C;
}
.BgClassName
{
background-color: #65005C;
}
</style>
border-color css
<style>
span { border-color: #65005C; }
span { border-color: rgb(101,0,92); }
td.TdClassName
{
border-color: #65005C;
}
.TagClassName
{
border-color: #65005C;
}
</style>