Shades of Palatinate Purple #600160
Tints of Palatinate Purple #600160
RGB
CMYK
RGB Variations
Color information
#600160 (or 0x600160) is known color: Palatinate Purple. HEX triplet: 60, 01 and 60. RGB value is (96,1,96). Sum of RGB (Red+Green+Blue) = 96+1+96=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #600160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600160 is #9FFE9F. Grayscale: #272727. Windows color (decimal): -10485408 or 6291808. OLE color: 6291808.
HSL color Cylindrical-coordinate representation of color #600160: hue angle of 300º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600160 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 1 | 96 | - |
| CMYK | 0 | 0.99 | 0 | 0.62 |
| HSL | 300º | 0.98% | 0.19% | - |
| HSV(B) | 300º | 0.99% | 0.38% | - |
| XYZ | 6.95 | 3.35 | 11.35 | - |
| YUV | 40.24 | 159.47 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 96 | 0 | 0.99 | 0 | 0.62 | 300 | 0.98 | 0.19 |
| Hex | 60 | 1 | 60 | 0 | 63 | 0 | 3E | 12C | 62 | 13 |
| Octal | 140 | 1 | 140 | 0 | 143 | 0 | 76 | 454 | 142 | 23 |
| Binary | 1100000 | 1 | 1100000 | 0 | 1100011 | 0 | 111110 | 100101100 | 1100010 | 10011 |
Color Harmonies of #600160
Complementary color
Monochromatic Colors of #600160
Black with #600160
Text Example
Text Example
White with #600160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600160; }
p { color: rgb(96,1,96); }
H1.HeaderClassName
{
color: #600160;
}
.AnyTagClassName
{
color: #600160;
}
</style>
background-color css
<style>
a { background-color: #600160; }
a { background-color: rgb(96,1,96); }
div.DivClassName
{
background-color: #600160;
}
.BgClassName
{
background-color: #600160;
}
</style>
border-color css
<style>
span { border-color: #600160; }
span { border-color: rgb(96,1,96); }
td.TdClassName
{
border-color: #600160;
}
.TagClassName
{
border-color: #600160;
}
</style>