Shades of Palatinate Purple #65045D
Tints of Palatinate Purple #65045D
RGB
CMYK
RGB Variations
Color information
#65045D (or 0x65045D) is known color: Palatinate Purple. HEX triplet: 65, 04 and 5D. RGB value is (101,4,93). Sum of RGB (Red+Green+Blue) = 101+4+93=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #65045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65045D is #9AFBA2. Grayscale: #2A2A2A. Windows color (decimal): -10156963 or 6095973. OLE color: 6095973.
HSL color Cylindrical-coordinate representation of color #65045D: hue angle of 304.95º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #65045D is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 4 | 93 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.60 |
| HSL | 304.95º | 0.92% | 0.21% | - |
| HSV(B) | 304.95º | 0.96% | 0.4% | - |
| XYZ | 7.39 | 3.64 | 10.67 | - |
| YUV | 43.15 | 156.14 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 4 | 93 | 0 | 0.96 | 0.08 | 0.60 | 304.95 | 0.92 | 0.21 |
| Hex | 65 | 4 | 5D | 0 | 60 | 8 | 3C | 131 | 5C | 15 |
| Octal | 145 | 4 | 135 | 0 | 140 | 10 | 74 | 461 | 134 | 25 |
| Binary | 1100101 | 100 | 1011101 | 0 | 1100000 | 1000 | 111100 | 100110001 | 1011100 | 10101 |
Color Harmonies of #65045D
Complementary color
Monochromatic Colors of #65045D
Black with #65045D
Text Example
Text Example
White with #65045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65045D; }
p { color: rgb(101,4,93); }
H1.HeaderClassName
{
color: #65045D;
}
.AnyTagClassName
{
color: #65045D;
}
</style>
background-color css
<style>
a { background-color: #65045D; }
a { background-color: rgb(101,4,93); }
div.DivClassName
{
background-color: #65045D;
}
.BgClassName
{
background-color: #65045D;
}
</style>
border-color css
<style>
span { border-color: #65045D; }
span { border-color: rgb(101,4,93); }
td.TdClassName
{
border-color: #65045D;
}
.TagClassName
{
border-color: #65045D;
}
</style>