Shades of Palatinate Purple #60105F
Tints of Palatinate Purple #60105F
RGB
CMYK
RGB Variations
Color information
#60105F (or 0x60105F) is known color: Palatinate Purple. HEX triplet: 60, 10 and 5F. RGB value is (96,16,95). Sum of RGB (Red+Green+Blue) = 96+16+95=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #60105F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60105F is #9FEFA0. Grayscale: #303030. Windows color (decimal): -10481569 or 6230112. OLE color: 6230112.
HSL color Cylindrical-coordinate representation of color #60105F: hue angle of 300.75º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #60105F is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 16 | 95 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.62 |
| HSL | 300.75º | 0.71% | 0.22% | - |
| HSV(B) | 300.75º | 0.83% | 0.38% | - |
| XYZ | 7.07 | 3.68 | 11.16 | - |
| YUV | 48.93 | 154 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 16 | 95 | 0 | 0.83 | 0.01 | 0.62 | 300.75 | 0.71 | 0.22 |
| Hex | 60 | 10 | 5F | 0 | 53 | 1 | 3E | 12D | 47 | 16 |
| Octal | 140 | 20 | 137 | 0 | 123 | 1 | 76 | 455 | 107 | 26 |
| Binary | 1100000 | 10000 | 1011111 | 0 | 1010011 | 1 | 111110 | 100101101 | 1000111 | 10110 |
Color Harmonies of #60105F
Complementary color
Monochromatic Colors of #60105F
Black with #60105F
Text Example
Text Example
White with #60105F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60105F; }
p { color: rgb(96,16,95); }
H1.HeaderClassName
{
color: #60105F;
}
.AnyTagClassName
{
color: #60105F;
}
</style>
background-color css
<style>
a { background-color: #60105F; }
a { background-color: rgb(96,16,95); }
div.DivClassName
{
background-color: #60105F;
}
.BgClassName
{
background-color: #60105F;
}
</style>
border-color css
<style>
span { border-color: #60105F; }
span { border-color: rgb(96,16,95); }
td.TdClassName
{
border-color: #60105F;
}
.TagClassName
{
border-color: #60105F;
}
</style>