Shades of Palatinate Purple #5B2A5C
Tints of Palatinate Purple #5B2A5C
RGB
CMYK
RGB Variations
Color information
#5B2A5C (or 0x5B2A5C) is known color: Palatinate Purple. HEX triplet: 5B, 2A and 5C. RGB value is (91,42,92). Sum of RGB (Red+Green+Blue) = 91+42+92=225 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.44% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 92 - color contains mainly: blue. Hex color #5B2A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2A5C is #A4D5A3. Grayscale: #3E3E3E. Windows color (decimal): -10802596 or 6040155. OLE color: 6040155.
HSL color Cylindrical-coordinate representation of color #5B2A5C: hue angle of 298.8º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5B2A5C is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 42 | 92 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.64 |
| HSL | 298.8º | 0.37% | 0.26% | - |
| HSV(B) | 298.8º | 0.54% | 0.36% | - |
| XYZ | 7.07 | 4.65 | 10.65 | - |
| YUV | 62.35 | 144.73 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 42 | 92 | 0.01 | 0.54 | 0 | 0.64 | 298.8 | 0.37 | 0.26 |
| Hex | 5B | 2A | 5C | 1 | 36 | 0 | 40 | 12B | 25 | 1A |
| Octal | 133 | 52 | 134 | 1 | 66 | 0 | 100 | 453 | 45 | 32 |
| Binary | 1011011 | 101010 | 1011100 | 1 | 110110 | 0 | 1000000 | 100101011 | 100101 | 11010 |
Color Harmonies of #5B2A5C
Complementary color
Monochromatic Colors of #5B2A5C
Black with #5B2A5C
Text Example
Text Example
White with #5B2A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2A5C; }
p { color: rgb(91,42,92); }
H1.HeaderClassName
{
color: #5B2A5C;
}
.AnyTagClassName
{
color: #5B2A5C;
}
</style>
background-color css
<style>
a { background-color: #5B2A5C; }
a { background-color: rgb(91,42,92); }
div.DivClassName
{
background-color: #5B2A5C;
}
.BgClassName
{
background-color: #5B2A5C;
}
</style>
border-color css
<style>
span { border-color: #5B2A5C; }
span { border-color: rgb(91,42,92); }
td.TdClassName
{
border-color: #5B2A5C;
}
.TagClassName
{
border-color: #5B2A5C;
}
</style>