Shades of Palatinate Purple #650160
Tints of Palatinate Purple #650160
RGB
CMYK
RGB Variations
Color information
#650160 (or 0x650160) is known color: Palatinate Purple. HEX triplet: 65, 01 and 60. RGB value is (101,1,96). Sum of RGB (Red+Green+Blue) = 101+1+96=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #650160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650160 is #9AFE9F. Grayscale: #292929. Windows color (decimal): -10157728 or 6291813. OLE color: 6291813.
HSL color Cylindrical-coordinate representation of color #650160: hue angle of 303º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #650160 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 1 | 96 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.60 |
| HSL | 303º | 0.98% | 0.2% | - |
| HSV(B) | 303º | 0.99% | 0.4% | - |
| XYZ | 7.49 | 3.63 | 11.37 | - |
| YUV | 41.73 | 158.63 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 96 | 0 | 0.99 | 0.05 | 0.60 | 303 | 0.98 | 0.2 |
| Hex | 65 | 1 | 60 | 0 | 63 | 5 | 3C | 12F | 62 | 14 |
| Octal | 145 | 1 | 140 | 0 | 143 | 5 | 74 | 457 | 142 | 24 |
| Binary | 1100101 | 1 | 1100000 | 0 | 1100011 | 101 | 111100 | 100101111 | 1100010 | 10100 |
Color Harmonies of #650160
Complementary color
Monochromatic Colors of #650160
Black with #650160
Text Example
Text Example
White with #650160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650160; }
p { color: rgb(101,1,96); }
H1.HeaderClassName
{
color: #650160;
}
.AnyTagClassName
{
color: #650160;
}
</style>
background-color css
<style>
a { background-color: #650160; }
a { background-color: rgb(101,1,96); }
div.DivClassName
{
background-color: #650160;
}
.BgClassName
{
background-color: #650160;
}
</style>
border-color css
<style>
span { border-color: #650160; }
span { border-color: rgb(101,1,96); }
td.TdClassName
{
border-color: #650160;
}
.TagClassName
{
border-color: #650160;
}
</style>