Shades of Palatinate Purple #65245B
Tints of Palatinate Purple #65245B
RGB
CMYK
RGB Variations
Color information
#65245B (or 0x65245B) is known color: Palatinate Purple. HEX triplet: 65, 24 and 5B. RGB value is (101,36,91). Sum of RGB (Red+Green+Blue) = 101+36+91=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #65245B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65245B is #9ADBA4. Grayscale: #3D3D3D. Windows color (decimal): -10148773 or 5973093. OLE color: 5973093.
HSL color Cylindrical-coordinate representation of color #65245B: hue angle of 309.23º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #65245B is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 36 | 91 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.60 |
| HSL | 309.23º | 0.47% | 0.27% | - |
| HSV(B) | 309.23º | 0.64% | 0.4% | - |
| XYZ | 7.89 | 4.78 | 10.41 | - |
| YUV | 61.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 36 | 91 | 0 | 0.64 | 0.10 | 0.60 | 309.23 | 0.47 | 0.27 |
| Hex | 65 | 24 | 5B | 0 | 40 | A | 3C | 135 | 2F | 1B |
| Octal | 145 | 44 | 133 | 0 | 100 | 12 | 74 | 465 | 57 | 33 |
| Binary | 1100101 | 100100 | 1011011 | 0 | 1000000 | 1010 | 111100 | 100110101 | 101111 | 11011 |
Color Harmonies of #65245B
Complementary color
Monochromatic Colors of #65245B
Black with #65245B
Text Example
Text Example
White with #65245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65245B; }
p { color: rgb(101,36,91); }
H1.HeaderClassName
{
color: #65245B;
}
.AnyTagClassName
{
color: #65245B;
}
</style>
background-color css
<style>
a { background-color: #65245B; }
a { background-color: rgb(101,36,91); }
div.DivClassName
{
background-color: #65245B;
}
.BgClassName
{
background-color: #65245B;
}
</style>
border-color css
<style>
span { border-color: #65245B; }
span { border-color: rgb(101,36,91); }
td.TdClassName
{
border-color: #65245B;
}
.TagClassName
{
border-color: #65245B;
}
</style>