Shades of Palatinate Purple #5B3258
Tints of Palatinate Purple #5B3258
RGB
CMYK
RGB Variations
Color information
#5B3258 (or 0x5B3258) is known color: Palatinate Purple. HEX triplet: 5B, 32 and 58. RGB value is (91,50,88). Sum of RGB (Red+Green+Blue) = 91+50+88=229 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.74% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3258 is #A4CDA7. Grayscale: #424242. Windows color (decimal): -10800552 or 5780059. OLE color: 5780059.
HSL color Cylindrical-coordinate representation of color #5B3258: hue angle of 304.39º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B3258 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 50 | 88 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.64 |
| HSL | 304.39º | 0.29% | 0.28% | - |
| HSV(B) | 304.39º | 0.45% | 0.36% | - |
| XYZ | 7.22 | 5.21 | 9.86 | - |
| YUV | 66.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 50 | 88 | 0 | 0.45 | 0.03 | 0.64 | 304.39 | 0.29 | 0.28 |
| Hex | 5B | 32 | 58 | 0 | 2D | 3 | 40 | 130 | 1D | 1C |
| Octal | 133 | 62 | 130 | 0 | 55 | 3 | 100 | 460 | 35 | 34 |
| Binary | 1011011 | 110010 | 1011000 | 0 | 101101 | 11 | 1000000 | 100110000 | 11101 | 11100 |
Color Harmonies of #5B3258
Complementary color
Monochromatic Colors of #5B3258
Black with #5B3258
Text Example
Text Example
White with #5B3258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3258; }
p { color: rgb(91,50,88); }
H1.HeaderClassName
{
color: #5B3258;
}
.AnyTagClassName
{
color: #5B3258;
}
</style>
background-color css
<style>
a { background-color: #5B3258; }
a { background-color: rgb(91,50,88); }
div.DivClassName
{
background-color: #5B3258;
}
.BgClassName
{
background-color: #5B3258;
}
</style>
border-color css
<style>
span { border-color: #5B3258; }
span { border-color: rgb(91,50,88); }
td.TdClassName
{
border-color: #5B3258;
}
.TagClassName
{
border-color: #5B3258;
}
</style>