Shades of Palatinate Purple #60195A
Tints of Palatinate Purple #60195A
RGB
CMYK
RGB Variations
Color information
#60195A (or 0x60195A) is known color: Palatinate Purple. HEX triplet: 60, 19 and 5A. RGB value is (96,25,90). Sum of RGB (Red+Green+Blue) = 96+25+90=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #60195A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60195A is #9FE6A5. Grayscale: #353535. Windows color (decimal): -10479270 or 5904736. OLE color: 5904736.
HSL color Cylindrical-coordinate representation of color #60195A: hue angle of 305.07º 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 #60195A is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 25 | 90 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.62 |
| HSL | 305.07º | 0.59% | 0.24% | - |
| HSV(B) | 305.07º | 0.74% | 0.38% | - |
| XYZ | 7.02 | 3.92 | 10.06 | - |
| YUV | 53.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 90 | 0 | 0.74 | 0.06 | 0.62 | 305.07 | 0.59 | 0.24 |
| Hex | 60 | 19 | 5A | 0 | 4A | 6 | 3E | 131 | 3B | 18 |
| Octal | 140 | 31 | 132 | 0 | 112 | 6 | 76 | 461 | 73 | 30 |
| Binary | 1100000 | 11001 | 1011010 | 0 | 1001010 | 110 | 111110 | 100110001 | 111011 | 11000 |
Color Harmonies of #60195A
Complementary color
Monochromatic Colors of #60195A
Black with #60195A
Text Example
Text Example
White with #60195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60195A; }
p { color: rgb(96,25,90); }
H1.HeaderClassName
{
color: #60195A;
}
.AnyTagClassName
{
color: #60195A;
}
</style>
background-color css
<style>
a { background-color: #60195A; }
a { background-color: rgb(96,25,90); }
div.DivClassName
{
background-color: #60195A;
}
.BgClassName
{
background-color: #60195A;
}
</style>
border-color css
<style>
span { border-color: #60195A; }
span { border-color: rgb(96,25,90); }
td.TdClassName
{
border-color: #60195A;
}
.TagClassName
{
border-color: #60195A;
}
</style>