Shades of Palatinate Purple #60195B
Tints of Palatinate Purple #60195B
RGB
CMYK
RGB Variations
Color information
#60195B (or 0x60195B) is known color: Palatinate Purple. HEX triplet: 60, 19 and 5B. RGB value is (96,25,91). Sum of RGB (Red+Green+Blue) = 96+25+91=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #60195B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60195B is #9FE6A4. Grayscale: #353535. Windows color (decimal): -10479269 or 5970272. OLE color: 5970272.
HSL color Cylindrical-coordinate representation of color #60195B: hue angle of 304.23º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60195B is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 25 | 91 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.62 |
| HSL | 304.23º | 0.59% | 0.24% | - |
| HSV(B) | 304.23º | 0.74% | 0.38% | - |
| XYZ | 7.06 | 3.94 | 10.29 | - |
| YUV | 53.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 91 | 0 | 0.74 | 0.05 | 0.62 | 304.23 | 0.59 | 0.24 |
| Hex | 60 | 19 | 5B | 0 | 4A | 5 | 3E | 130 | 3B | 18 |
| Octal | 140 | 31 | 133 | 0 | 112 | 5 | 76 | 460 | 73 | 30 |
| Binary | 1100000 | 11001 | 1011011 | 0 | 1001010 | 101 | 111110 | 100110000 | 111011 | 11000 |
Color Harmonies of #60195B
Complementary color
Monochromatic Colors of #60195B
Black with #60195B
Text Example
Text Example
White with #60195B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60195B; }
p { color: rgb(96,25,91); }
H1.HeaderClassName
{
color: #60195B;
}
.AnyTagClassName
{
color: #60195B;
}
</style>
background-color css
<style>
a { background-color: #60195B; }
a { background-color: rgb(96,25,91); }
div.DivClassName
{
background-color: #60195B;
}
.BgClassName
{
background-color: #60195B;
}
</style>
border-color css
<style>
span { border-color: #60195B; }
span { border-color: rgb(96,25,91); }
td.TdClassName
{
border-color: #60195B;
}
.TagClassName
{
border-color: #60195B;
}
</style>