Shades of Palatinate Purple #65035E
Tints of Palatinate Purple #65035E
RGB
CMYK
RGB Variations
Color information
#65035E (or 0x65035E) is known color: Palatinate Purple. HEX triplet: 65, 03 and 5E. RGB value is (101,3,94). Sum of RGB (Red+Green+Blue) = 101+3+94=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #65035E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65035E is #9AFCA1. Grayscale: #2A2A2A. Windows color (decimal): -10157218 or 6161253. OLE color: 6161253.
HSL color Cylindrical-coordinate representation of color #65035E: hue angle of 304.29º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #65035E is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 3 | 94 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.60 |
| HSL | 304.29º | 0.94% | 0.2% | - |
| HSV(B) | 304.29º | 0.97% | 0.4% | - |
| XYZ | 7.42 | 3.64 | 10.9 | - |
| YUV | 42.68 | 156.97 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 94 | 0 | 0.97 | 0.07 | 0.60 | 304.29 | 0.94 | 0.2 |
| Hex | 65 | 3 | 5E | 0 | 61 | 7 | 3C | 130 | 5E | 14 |
| Octal | 145 | 3 | 136 | 0 | 141 | 7 | 74 | 460 | 136 | 24 |
| Binary | 1100101 | 11 | 1011110 | 0 | 1100001 | 111 | 111100 | 100110000 | 1011110 | 10100 |
Color Harmonies of #65035E
Complementary color
Monochromatic Colors of #65035E
Black with #65035E
Text Example
Text Example
White with #65035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65035E; }
p { color: rgb(101,3,94); }
H1.HeaderClassName
{
color: #65035E;
}
.AnyTagClassName
{
color: #65035E;
}
</style>
background-color css
<style>
a { background-color: #65035E; }
a { background-color: rgb(101,3,94); }
div.DivClassName
{
background-color: #65035E;
}
.BgClassName
{
background-color: #65035E;
}
</style>
border-color css
<style>
span { border-color: #65035E; }
span { border-color: rgb(101,3,94); }
td.TdClassName
{
border-color: #65035E;
}
.TagClassName
{
border-color: #65035E;
}
</style>