Shades of Palatinate Purple #60335A
Tints of Palatinate Purple #60335A
RGB
CMYK
RGB Variations
Color information
#60335A (or 0x60335A) is known color: Palatinate Purple. HEX triplet: 60, 33 and 5A. RGB value is (96,51,90). Sum of RGB (Red+Green+Blue) = 96+51+90=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 96 - color contains mainly: red. Hex color #60335A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60335A is #9FCCA5. Grayscale: #444444. Windows color (decimal): -10472614 or 5911392. OLE color: 5911392.
HSL color Cylindrical-coordinate representation of color #60335A: hue angle of 308º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60335A is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 51 | 90 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.62 |
| HSL | 308º | 0.31% | 0.29% | - |
| HSV(B) | 308º | 0.47% | 0.38% | - |
| XYZ | 7.85 | 5.59 | 10.34 | - |
| YUV | 68.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 51 | 90 | 0 | 0.47 | 0.06 | 0.62 | 308 | 0.31 | 0.29 |
| Hex | 60 | 33 | 5A | 0 | 2F | 6 | 3E | 134 | 1F | 1D |
| Octal | 140 | 63 | 132 | 0 | 57 | 6 | 76 | 464 | 37 | 35 |
| Binary | 1100000 | 110011 | 1011010 | 0 | 101111 | 110 | 111110 | 100110100 | 11111 | 11101 |
Color Harmonies of #60335A
Complementary color
Monochromatic Colors of #60335A
Black with #60335A
Text Example
Text Example
White with #60335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60335A; }
p { color: rgb(96,51,90); }
H1.HeaderClassName
{
color: #60335A;
}
.AnyTagClassName
{
color: #60335A;
}
</style>
background-color css
<style>
a { background-color: #60335A; }
a { background-color: rgb(96,51,90); }
div.DivClassName
{
background-color: #60335A;
}
.BgClassName
{
background-color: #60335A;
}
</style>
border-color css
<style>
span { border-color: #60335A; }
span { border-color: rgb(96,51,90); }
td.TdClassName
{
border-color: #60335A;
}
.TagClassName
{
border-color: #60335A;
}
</style>