Shades of Palatinate Purple #65125D
Tints of Palatinate Purple #65125D
RGB
CMYK
RGB Variations
Color information
#65125D (or 0x65125D) is known color: Palatinate Purple. HEX triplet: 65, 12 and 5D. RGB value is (101,18,93). Sum of RGB (Red+Green+Blue) = 101+18+93=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 101 - color contains mainly: red. Hex color #65125D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65125D is #9AEDA2. Grayscale: #333333. Windows color (decimal): -10153379 or 6099557. OLE color: 6099557.
HSL color Cylindrical-coordinate representation of color #65125D: hue angle of 305.78º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #65125D is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 18 | 93 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.60 |
| HSL | 305.78º | 0.7% | 0.23% | - |
| HSV(B) | 305.78º | 0.82% | 0.4% | - |
| XYZ | 7.56 | 3.99 | 10.73 | - |
| YUV | 51.37 | 151.5 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 93 | 0 | 0.82 | 0.08 | 0.60 | 305.78 | 0.7 | 0.23 |
| Hex | 65 | 12 | 5D | 0 | 52 | 8 | 3C | 132 | 46 | 17 |
| Octal | 145 | 22 | 135 | 0 | 122 | 10 | 74 | 462 | 106 | 27 |
| Binary | 1100101 | 10010 | 1011101 | 0 | 1010010 | 1000 | 111100 | 100110010 | 1000110 | 10111 |
Color Harmonies of #65125D
Complementary color
Monochromatic Colors of #65125D
Black with #65125D
Text Example
Text Example
White with #65125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65125D; }
p { color: rgb(101,18,93); }
H1.HeaderClassName
{
color: #65125D;
}
.AnyTagClassName
{
color: #65125D;
}
</style>
background-color css
<style>
a { background-color: #65125D; }
a { background-color: rgb(101,18,93); }
div.DivClassName
{
background-color: #65125D;
}
.BgClassName
{
background-color: #65125D;
}
</style>
border-color css
<style>
span { border-color: #65125D; }
span { border-color: rgb(101,18,93); }
td.TdClassName
{
border-color: #65125D;
}
.TagClassName
{
border-color: #65125D;
}
</style>