Shades of Palatinate Purple #65235B
Tints of Palatinate Purple #65235B
RGB
CMYK
RGB Variations
Color information
#65235B (or 0x65235B) is known color: Palatinate Purple. HEX triplet: 65, 23 and 5B. RGB value is (101,35,91). Sum of RGB (Red+Green+Blue) = 101+35+91=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 101 - color contains mainly: red. Hex color #65235B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65235B is #9ADCA4. Grayscale: #3C3C3C. Windows color (decimal): -10149029 or 5972837. OLE color: 5972837.
HSL color Cylindrical-coordinate representation of color #65235B: hue angle of 309.09º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65235B is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 35 | 91 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.60 |
| HSL | 309.09º | 0.49% | 0.27% | - |
| HSV(B) | 309.09º | 0.65% | 0.4% | - |
| XYZ | 7.86 | 4.72 | 10.4 | - |
| YUV | 61.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 35 | 91 | 0 | 0.65 | 0.10 | 0.60 | 309.09 | 0.49 | 0.27 |
| Hex | 65 | 23 | 5B | 0 | 41 | A | 3C | 135 | 31 | 1B |
| Octal | 145 | 43 | 133 | 0 | 101 | 12 | 74 | 465 | 61 | 33 |
| Binary | 1100101 | 100011 | 1011011 | 0 | 1000001 | 1010 | 111100 | 100110101 | 110001 | 11011 |
Color Harmonies of #65235B
Complementary color
Monochromatic Colors of #65235B
Black with #65235B
Text Example
Text Example
White with #65235B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65235B; }
p { color: rgb(101,35,91); }
H1.HeaderClassName
{
color: #65235B;
}
.AnyTagClassName
{
color: #65235B;
}
</style>
background-color css
<style>
a { background-color: #65235B; }
a { background-color: rgb(101,35,91); }
div.DivClassName
{
background-color: #65235B;
}
.BgClassName
{
background-color: #65235B;
}
</style>
border-color css
<style>
span { border-color: #65235B; }
span { border-color: rgb(101,35,91); }
td.TdClassName
{
border-color: #65235B;
}
.TagClassName
{
border-color: #65235B;
}
</style>