Shades of Palatinate Purple #65435F
Tints of Palatinate Purple #65435F
RGB
CMYK
RGB Variations
Color information
#65435F (or 0x65435F) is known color: Palatinate Purple. HEX triplet: 65, 43 and 5F. RGB value is (101,67,95). Sum of RGB (Red+Green+Blue) = 101+67+95=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 101 - color contains mainly: red. Hex color #65435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65435F is #9ABCA0. Grayscale: #505050. Windows color (decimal): -10140833 or 6243173. OLE color: 6243173.
HSL color Cylindrical-coordinate representation of color #65435F: hue angle of 310.59º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65435F is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 67 | 95 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.60 |
| HSL | 310.59º | 0.2% | 0.33% | - |
| HSV(B) | 310.59º | 0.34% | 0.4% | - |
| XYZ | 9.44 | 7.61 | 11.8 | - |
| YUV | 80.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 95 | 0 | 0.34 | 0.06 | 0.60 | 310.59 | 0.2 | 0.33 |
| Hex | 65 | 43 | 5F | 0 | 22 | 6 | 3C | 137 | 14 | 21 |
| Octal | 145 | 103 | 137 | 0 | 42 | 6 | 74 | 467 | 24 | 41 |
| Binary | 1100101 | 1000011 | 1011111 | 0 | 100010 | 110 | 111100 | 100110111 | 10100 | 100001 |
Color Harmonies of #65435F
Complementary color
Monochromatic Colors of #65435F
Black with #65435F
Text Example
Text Example
White with #65435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65435F; }
p { color: rgb(101,67,95); }
H1.HeaderClassName
{
color: #65435F;
}
.AnyTagClassName
{
color: #65435F;
}
</style>
background-color css
<style>
a { background-color: #65435F; }
a { background-color: rgb(101,67,95); }
div.DivClassName
{
background-color: #65435F;
}
.BgClassName
{
background-color: #65435F;
}
</style>
border-color css
<style>
span { border-color: #65435F; }
span { border-color: rgb(101,67,95); }
td.TdClassName
{
border-color: #65435F;
}
.TagClassName
{
border-color: #65435F;
}
</style>