Shades of Palatinate Purple #5B335A
Tints of Palatinate Purple #5B335A
RGB
CMYK
RGB Variations
Color information
#5B335A (or 0x5B335A) is known color: Palatinate Purple. HEX triplet: 5B, 33 and 5A. RGB value is (91,51,90). Sum of RGB (Red+Green+Blue) = 91+51+90=232 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.22% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 91 - color contains mainly: red. Hex color #5B335A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B335A is #A4CCA5. Grayscale: #434343. Windows color (decimal): -10800294 or 5911387. OLE color: 5911387.
HSL color Cylindrical-coordinate representation of color #5B335A: hue angle of 301.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B335A is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 51 | 90 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.64 |
| HSL | 301.5º | 0.28% | 0.28% | - |
| HSV(B) | 301.5º | 0.44% | 0.36% | - |
| XYZ | 7.34 | 5.33 | 10.31 | - |
| YUV | 67.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 51 | 90 | 0 | 0.44 | 0.01 | 0.64 | 301.5 | 0.28 | 0.28 |
| Hex | 5B | 33 | 5A | 0 | 2C | 1 | 40 | 12E | 1C | 1C |
| Octal | 133 | 63 | 132 | 0 | 54 | 1 | 100 | 456 | 34 | 34 |
| Binary | 1011011 | 110011 | 1011010 | 0 | 101100 | 1 | 1000000 | 100101110 | 11100 | 11100 |
Color Harmonies of #5B335A
Complementary color
Monochromatic Colors of #5B335A
Black with #5B335A
Text Example
Text Example
White with #5B335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B335A; }
p { color: rgb(91,51,90); }
H1.HeaderClassName
{
color: #5B335A;
}
.AnyTagClassName
{
color: #5B335A;
}
</style>
background-color css
<style>
a { background-color: #5B335A; }
a { background-color: rgb(91,51,90); }
div.DivClassName
{
background-color: #5B335A;
}
.BgClassName
{
background-color: #5B335A;
}
</style>
border-color css
<style>
span { border-color: #5B335A; }
span { border-color: rgb(91,51,90); }
td.TdClassName
{
border-color: #5B335A;
}
.TagClassName
{
border-color: #5B335A;
}
</style>