Shades of Palatinate Purple #5B345A
Tints of Palatinate Purple #5B345A
RGB
CMYK
RGB Variations
Color information
#5B345A (or 0x5B345A) is known color: Palatinate Purple. HEX triplet: 5B, 34 and 5A. RGB value is (91,52,90). Sum of RGB (Red+Green+Blue) = 91+52+90=233 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.06% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 91 - color contains mainly: red. Hex color #5B345A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B345A is #A4CBA5. Grayscale: #434343. Windows color (decimal): -10800038 or 5911643. OLE color: 5911643.
HSL color Cylindrical-coordinate representation of color #5B345A: hue angle of 301.54º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B345A is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 52 | 90 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.64 |
| HSL | 301.54º | 0.27% | 0.28% | - |
| HSV(B) | 301.54º | 0.43% | 0.36% | - |
| XYZ | 7.39 | 5.42 | 10.33 | - |
| YUV | 67.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 52 | 90 | 0 | 0.43 | 0.01 | 0.64 | 301.54 | 0.27 | 0.28 |
| Hex | 5B | 34 | 5A | 0 | 2B | 1 | 40 | 12E | 1B | 1C |
| Octal | 133 | 64 | 132 | 0 | 53 | 1 | 100 | 456 | 33 | 34 |
| Binary | 1011011 | 110100 | 1011010 | 0 | 101011 | 1 | 1000000 | 100101110 | 11011 | 11100 |
Color Harmonies of #5B345A
Complementary color
Monochromatic Colors of #5B345A
Black with #5B345A
Text Example
Text Example
White with #5B345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B345A; }
p { color: rgb(91,52,90); }
H1.HeaderClassName
{
color: #5B345A;
}
.AnyTagClassName
{
color: #5B345A;
}
</style>
background-color css
<style>
a { background-color: #5B345A; }
a { background-color: rgb(91,52,90); }
div.DivClassName
{
background-color: #5B345A;
}
.BgClassName
{
background-color: #5B345A;
}
</style>
border-color css
<style>
span { border-color: #5B345A; }
span { border-color: rgb(91,52,90); }
td.TdClassName
{
border-color: #5B345A;
}
.TagClassName
{
border-color: #5B345A;
}
</style>