Shades of Palatinate Purple #60255B
Tints of Palatinate Purple #60255B
RGB
CMYK
RGB Variations
Color information
#60255B (or 0x60255B) is known color: Palatinate Purple. HEX triplet: 60, 25 and 5B. RGB value is (96,37,91). Sum of RGB (Red+Green+Blue) = 96+37+91=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 96 - color contains mainly: red. Hex color #60255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60255B is #9FDAA4. Grayscale: #3C3C3C. Windows color (decimal): -10476197 or 5973344. OLE color: 5973344.
HSL color Cylindrical-coordinate representation of color #60255B: hue angle of 305.08º 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 #60255B is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 37 | 91 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.62 |
| HSL | 305.08º | 0.44% | 0.26% | - |
| HSV(B) | 305.08º | 0.61% | 0.38% | - |
| XYZ | 7.37 | 4.57 | 10.39 | - |
| YUV | 60.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 91 | 0 | 0.61 | 0.05 | 0.62 | 305.08 | 0.44 | 0.26 |
| Hex | 60 | 25 | 5B | 0 | 3D | 5 | 3E | 131 | 2C | 1A |
| Octal | 140 | 45 | 133 | 0 | 75 | 5 | 76 | 461 | 54 | 32 |
| Binary | 1100000 | 100101 | 1011011 | 0 | 111101 | 101 | 111110 | 100110001 | 101100 | 11010 |
Color Harmonies of #60255B
Complementary color
Monochromatic Colors of #60255B
Black with #60255B
Text Example
Text Example
White with #60255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60255B; }
p { color: rgb(96,37,91); }
H1.HeaderClassName
{
color: #60255B;
}
.AnyTagClassName
{
color: #60255B;
}
</style>
background-color css
<style>
a { background-color: #60255B; }
a { background-color: rgb(96,37,91); }
div.DivClassName
{
background-color: #60255B;
}
.BgClassName
{
background-color: #60255B;
}
</style>
border-color css
<style>
span { border-color: #60255B; }
span { border-color: rgb(96,37,91); }
td.TdClassName
{
border-color: #60255B;
}
.TagClassName
{
border-color: #60255B;
}
</style>