Shades of Palatinate Purple #60275B
Tints of Palatinate Purple #60275B
RGB
CMYK
RGB Variations
Color information
#60275B (or 0x60275B) is known color: Palatinate Purple. HEX triplet: 60, 27 and 5B. RGB value is (96,39,91). Sum of RGB (Red+Green+Blue) = 96+39+91=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 96 - color contains mainly: red. Hex color #60275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60275B is #9FD8A4. Grayscale: #3D3D3D. Windows color (decimal): -10475685 or 5973856. OLE color: 5973856.
HSL color Cylindrical-coordinate representation of color #60275B: hue angle of 305.26º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60275B is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 39 | 91 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.62 |
| HSL | 305.26º | 0.42% | 0.26% | - |
| HSV(B) | 305.26º | 0.59% | 0.38% | - |
| XYZ | 7.44 | 4.69 | 10.41 | - |
| YUV | 61.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 39 | 91 | 0 | 0.59 | 0.05 | 0.62 | 305.26 | 0.42 | 0.26 |
| Hex | 60 | 27 | 5B | 0 | 3B | 5 | 3E | 131 | 2A | 1A |
| Octal | 140 | 47 | 133 | 0 | 73 | 5 | 76 | 461 | 52 | 32 |
| Binary | 1100000 | 100111 | 1011011 | 0 | 111011 | 101 | 111110 | 100110001 | 101010 | 11010 |
Color Harmonies of #60275B
Complementary color
Monochromatic Colors of #60275B
Black with #60275B
Text Example
Text Example
White with #60275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60275B; }
p { color: rgb(96,39,91); }
H1.HeaderClassName
{
color: #60275B;
}
.AnyTagClassName
{
color: #60275B;
}
</style>
background-color css
<style>
a { background-color: #60275B; }
a { background-color: rgb(96,39,91); }
div.DivClassName
{
background-color: #60275B;
}
.BgClassName
{
background-color: #60275B;
}
</style>
border-color css
<style>
span { border-color: #60275B; }
span { border-color: rgb(96,39,91); }
td.TdClassName
{
border-color: #60275B;
}
.TagClassName
{
border-color: #60275B;
}
</style>