Shades of Palatinate Purple #65285E
Tints of Palatinate Purple #65285E
RGB
CMYK
RGB Variations
Color information
#65285E (or 0x65285E) is known color: Palatinate Purple. HEX triplet: 65, 28 and 5E. RGB value is (101,40,94). Sum of RGB (Red+Green+Blue) = 101+40+94=235 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.98% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 101 - color contains mainly: red. Hex color #65285E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65285E is #9AD7A1. Grayscale: #404040. Windows color (decimal): -10147746 or 6170725. OLE color: 6170725.
HSL color Cylindrical-coordinate representation of color #65285E: hue angle of 306.89º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65285E is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 40 | 94 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.60 |
| HSL | 306.89º | 0.43% | 0.28% | - |
| HSV(B) | 306.89º | 0.6% | 0.4% | - |
| XYZ | 8.15 | 5.09 | 11.14 | - |
| YUV | 64.4 | 144.71 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 94 | 0 | 0.60 | 0.07 | 0.60 | 306.89 | 0.43 | 0.28 |
| Hex | 65 | 28 | 5E | 0 | 3C | 7 | 3C | 133 | 2B | 1C |
| Octal | 145 | 50 | 136 | 0 | 74 | 7 | 74 | 463 | 53 | 34 |
| Binary | 1100101 | 101000 | 1011110 | 0 | 111100 | 111 | 111100 | 100110011 | 101011 | 11100 |
Color Harmonies of #65285E
Complementary color
Monochromatic Colors of #65285E
Black with #65285E
Text Example
Text Example
White with #65285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65285E; }
p { color: rgb(101,40,94); }
H1.HeaderClassName
{
color: #65285E;
}
.AnyTagClassName
{
color: #65285E;
}
</style>
background-color css
<style>
a { background-color: #65285E; }
a { background-color: rgb(101,40,94); }
div.DivClassName
{
background-color: #65285E;
}
.BgClassName
{
background-color: #65285E;
}
</style>
border-color css
<style>
span { border-color: #65285E; }
span { border-color: rgb(101,40,94); }
td.TdClassName
{
border-color: #65285E;
}
.TagClassName
{
border-color: #65285E;
}
</style>