Shades of Palatinate Purple #603356
Tints of Palatinate Purple #603356
RGB
CMYK
RGB Variations
Color information
#603356 (or 0x603356) is known color: Palatinate Purple. HEX triplet: 60, 33 and 56. RGB value is (96,51,86). Sum of RGB (Red+Green+Blue) = 96+51+86=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 96 - color contains mainly: red. Hex color #603356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603356 is #9FCCA9. Grayscale: #444444. Windows color (decimal): -10472618 or 5649248. OLE color: 5649248.
HSL color Cylindrical-coordinate representation of color #603356: hue angle of 313.33º 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 #603356 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 51 | 86 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.62 |
| HSL | 313.33º | 0.31% | 0.29% | - |
| HSV(B) | 313.33º | 0.47% | 0.38% | - |
| XYZ | 7.69 | 5.53 | 9.47 | - |
| YUV | 68.45 | 137.91 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 51 | 86 | 0 | 0.47 | 0.10 | 0.62 | 313.33 | 0.31 | 0.29 |
| Hex | 60 | 33 | 56 | 0 | 2F | A | 3E | 139 | 1F | 1D |
| Octal | 140 | 63 | 126 | 0 | 57 | 12 | 76 | 471 | 37 | 35 |
| Binary | 1100000 | 110011 | 1010110 | 0 | 101111 | 1010 | 111110 | 100111001 | 11111 | 11101 |
Color Harmonies of #603356
Complementary color
Monochromatic Colors of #603356
Black with #603356
Text Example
Text Example
White with #603356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603356; }
p { color: rgb(96,51,86); }
H1.HeaderClassName
{
color: #603356;
}
.AnyTagClassName
{
color: #603356;
}
</style>
background-color css
<style>
a { background-color: #603356; }
a { background-color: rgb(96,51,86); }
div.DivClassName
{
background-color: #603356;
}
.BgClassName
{
background-color: #603356;
}
</style>
border-color css
<style>
span { border-color: #603356; }
span { border-color: rgb(96,51,86); }
td.TdClassName
{
border-color: #603356;
}
.TagClassName
{
border-color: #603356;
}
</style>