Shades of Palatinate Purple #65055D
Tints of Palatinate Purple #65055D
RGB
CMYK
RGB Variations
Color information
#65055D (or 0x65055D) is known color: Palatinate Purple. HEX triplet: 65, 05 and 5D. RGB value is (101,5,93). Sum of RGB (Red+Green+Blue) = 101+5+93=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #65055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65055D is #9AFAA2. Grayscale: #2B2B2B. Windows color (decimal): -10156707 or 6096229. OLE color: 6096229.
HSL color Cylindrical-coordinate representation of color #65055D: hue angle of 305º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #65055D is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 5 | 93 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.60 |
| HSL | 305º | 0.91% | 0.21% | - |
| HSV(B) | 305º | 0.95% | 0.4% | - |
| XYZ | 7.4 | 3.67 | 10.67 | - |
| YUV | 43.74 | 155.8 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 5 | 93 | 0 | 0.95 | 0.08 | 0.60 | 305 | 0.91 | 0.21 |
| Hex | 65 | 5 | 5D | 0 | 5F | 8 | 3C | 131 | 5B | 15 |
| Octal | 145 | 5 | 135 | 0 | 137 | 10 | 74 | 461 | 133 | 25 |
| Binary | 1100101 | 101 | 1011101 | 0 | 1011111 | 1000 | 111100 | 100110001 | 1011011 | 10101 |
Color Harmonies of #65055D
Complementary color
Monochromatic Colors of #65055D
Black with #65055D
Text Example
Text Example
White with #65055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65055D; }
p { color: rgb(101,5,93); }
H1.HeaderClassName
{
color: #65055D;
}
.AnyTagClassName
{
color: #65055D;
}
</style>
background-color css
<style>
a { background-color: #65055D; }
a { background-color: rgb(101,5,93); }
div.DivClassName
{
background-color: #65055D;
}
.BgClassName
{
background-color: #65055D;
}
</style>
border-color css
<style>
span { border-color: #65055D; }
span { border-color: rgb(101,5,93); }
td.TdClassName
{
border-color: #65055D;
}
.TagClassName
{
border-color: #65055D;
}
</style>