Shades of Palatinate Purple #65285C
Tints of Palatinate Purple #65285C
RGB
CMYK
RGB Variations
Color information
#65285C (or 0x65285C) is known color: Palatinate Purple. HEX triplet: 65, 28 and 5C. RGB value is (101,40,92). Sum of RGB (Red+Green+Blue) = 101+40+92=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 101 - color contains mainly: red. Hex color #65285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65285C is #9AD7A3. Grayscale: #404040. Windows color (decimal): -10147748 or 6039653. OLE color: 6039653.
HSL color Cylindrical-coordinate representation of color #65285C: hue angle of 308.85º 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 #65285C is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 40 | 92 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.60 |
| HSL | 308.85º | 0.43% | 0.28% | - |
| HSV(B) | 308.85º | 0.6% | 0.4% | - |
| XYZ | 8.06 | 5.06 | 10.68 | - |
| YUV | 64.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 92 | 0 | 0.60 | 0.09 | 0.60 | 308.85 | 0.43 | 0.28 |
| Hex | 65 | 28 | 5C | 0 | 3C | 9 | 3C | 135 | 2B | 1C |
| Octal | 145 | 50 | 134 | 0 | 74 | 11 | 74 | 465 | 53 | 34 |
| Binary | 1100101 | 101000 | 1011100 | 0 | 111100 | 1001 | 111100 | 100110101 | 101011 | 11100 |
Color Harmonies of #65285C
Complementary color
Monochromatic Colors of #65285C
Black with #65285C
Text Example
Text Example
White with #65285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65285C; }
p { color: rgb(101,40,92); }
H1.HeaderClassName
{
color: #65285C;
}
.AnyTagClassName
{
color: #65285C;
}
</style>
background-color css
<style>
a { background-color: #65285C; }
a { background-color: rgb(101,40,92); }
div.DivClassName
{
background-color: #65285C;
}
.BgClassName
{
background-color: #65285C;
}
</style>
border-color css
<style>
span { border-color: #65285C; }
span { border-color: rgb(101,40,92); }
td.TdClassName
{
border-color: #65285C;
}
.TagClassName
{
border-color: #65285C;
}
</style>