Shades of Palatinate Purple #65375A
Tints of Palatinate Purple #65375A
RGB
CMYK
RGB Variations
Color information
#65375A (or 0x65375A) is known color: Palatinate Purple. HEX triplet: 65, 37 and 5A. RGB value is (101,55,90). Sum of RGB (Red+Green+Blue) = 101+55+90=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 101 - color contains mainly: red. Hex color #65375A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65375A is #9AC8A5. Grayscale: #484848. Windows color (decimal): -10143910 or 5912421. OLE color: 5912421.
HSL color Cylindrical-coordinate representation of color #65375A: hue angle of 314.35º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65375A is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 55 | 90 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.60 |
| HSL | 314.35º | 0.29% | 0.31% | - |
| HSV(B) | 314.35º | 0.46% | 0.4% | - |
| XYZ | 8.58 | 6.24 | 10.42 | - |
| YUV | 72.74 | 137.74 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 55 | 90 | 0 | 0.46 | 0.11 | 0.60 | 314.35 | 0.29 | 0.31 |
| Hex | 65 | 37 | 5A | 0 | 2E | B | 3C | 13A | 1D | 1F |
| Octal | 145 | 67 | 132 | 0 | 56 | 13 | 74 | 472 | 35 | 37 |
| Binary | 1100101 | 110111 | 1011010 | 0 | 101110 | 1011 | 111100 | 100111010 | 11101 | 11111 |
Color Harmonies of #65375A
Complementary color
Monochromatic Colors of #65375A
Black with #65375A
Text Example
Text Example
White with #65375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65375A; }
p { color: rgb(101,55,90); }
H1.HeaderClassName
{
color: #65375A;
}
.AnyTagClassName
{
color: #65375A;
}
</style>
background-color css
<style>
a { background-color: #65375A; }
a { background-color: rgb(101,55,90); }
div.DivClassName
{
background-color: #65375A;
}
.BgClassName
{
background-color: #65375A;
}
</style>
border-color css
<style>
span { border-color: #65375A; }
span { border-color: rgb(101,55,90); }
td.TdClassName
{
border-color: #65375A;
}
.TagClassName
{
border-color: #65375A;
}
</style>