Shades of Palatinate Purple #60255D
Tints of Palatinate Purple #60255D
RGB
CMYK
RGB Variations
Color information
#60255D (or 0x60255D) is known color: Palatinate Purple. HEX triplet: 60, 25 and 5D. RGB value is (96,37,93). Sum of RGB (Red+Green+Blue) = 96+37+93=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 96 - color contains mainly: red. Hex color #60255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60255D is #9FDAA2. Grayscale: #3C3C3C. Windows color (decimal): -10476195 or 6104416. OLE color: 6104416.
HSL color Cylindrical-coordinate representation of color #60255D: hue angle of 303.05º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60255D is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 37 | 93 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.62 |
| HSL | 303.05º | 0.44% | 0.26% | - |
| HSV(B) | 303.05º | 0.61% | 0.38% | - |
| XYZ | 7.46 | 4.6 | 10.85 | - |
| YUV | 61.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 93 | 0 | 0.61 | 0.03 | 0.62 | 303.05 | 0.44 | 0.26 |
| Hex | 60 | 25 | 5D | 0 | 3D | 3 | 3E | 12F | 2C | 1A |
| Octal | 140 | 45 | 135 | 0 | 75 | 3 | 76 | 457 | 54 | 32 |
| Binary | 1100000 | 100101 | 1011101 | 0 | 111101 | 11 | 111110 | 100101111 | 101100 | 11010 |
Color Harmonies of #60255D
Complementary color
Monochromatic Colors of #60255D
Black with #60255D
Text Example
Text Example
White with #60255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60255D; }
p { color: rgb(96,37,93); }
H1.HeaderClassName
{
color: #60255D;
}
.AnyTagClassName
{
color: #60255D;
}
</style>
background-color css
<style>
a { background-color: #60255D; }
a { background-color: rgb(96,37,93); }
div.DivClassName
{
background-color: #60255D;
}
.BgClassName
{
background-color: #60255D;
}
</style>
border-color css
<style>
span { border-color: #60255D; }
span { border-color: rgb(96,37,93); }
td.TdClassName
{
border-color: #60255D;
}
.TagClassName
{
border-color: #60255D;
}
</style>