Shades of Palatinate Purple #65065C
Tints of Palatinate Purple #65065C
RGB
CMYK
RGB Variations
Color information
#65065C (or 0x65065C) is known color: Palatinate Purple. HEX triplet: 65, 06 and 5C. RGB value is (101,6,92). Sum of RGB (Red+Green+Blue) = 101+6+92=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #65065C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65065C is #9AF9A3. Grayscale: #2B2B2B. Windows color (decimal): -10156452 or 6030949. OLE color: 6030949.
HSL color Cylindrical-coordinate representation of color #65065C: hue angle of 305.68º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #65065C is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 6 | 92 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.60 |
| HSL | 305.68º | 0.89% | 0.21% | - |
| HSV(B) | 305.68º | 0.94% | 0.4% | - |
| XYZ | 7.36 | 3.67 | 10.45 | - |
| YUV | 44.21 | 154.97 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 92 | 0 | 0.94 | 0.09 | 0.60 | 305.68 | 0.89 | 0.21 |
| Hex | 65 | 6 | 5C | 0 | 5E | 9 | 3C | 132 | 59 | 15 |
| Octal | 145 | 6 | 134 | 0 | 136 | 11 | 74 | 462 | 131 | 25 |
| Binary | 1100101 | 110 | 1011100 | 0 | 1011110 | 1001 | 111100 | 100110010 | 1011001 | 10101 |
Color Harmonies of #65065C
Complementary color
Monochromatic Colors of #65065C
Black with #65065C
Text Example
Text Example
White with #65065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65065C; }
p { color: rgb(101,6,92); }
H1.HeaderClassName
{
color: #65065C;
}
.AnyTagClassName
{
color: #65065C;
}
</style>
background-color css
<style>
a { background-color: #65065C; }
a { background-color: rgb(101,6,92); }
div.DivClassName
{
background-color: #65065C;
}
.BgClassName
{
background-color: #65065C;
}
</style>
border-color css
<style>
span { border-color: #65065C; }
span { border-color: rgb(101,6,92); }
td.TdClassName
{
border-color: #65065C;
}
.TagClassName
{
border-color: #65065C;
}
</style>