Shades of Palatinate Purple #5B295C
Tints of Palatinate Purple #5B295C
RGB
CMYK
RGB Variations
Color information
#5B295C (or 0x5B295C) is known color: Palatinate Purple. HEX triplet: 5B, 29 and 5C. RGB value is (91,41,92). Sum of RGB (Red+Green+Blue) = 91+41+92=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 92 - color contains mainly: blue. Hex color #5B295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B295C is #A4D6A3. Grayscale: #3D3D3D. Windows color (decimal): -10802852 or 6039899. OLE color: 6039899.
HSL color Cylindrical-coordinate representation of color #5B295C: hue angle of 298.82º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B295C is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 41 | 92 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.64 |
| HSL | 298.82º | 0.38% | 0.26% | - |
| HSV(B) | 298.82º | 0.55% | 0.36% | - |
| XYZ | 7.04 | 4.58 | 10.64 | - |
| YUV | 61.76 | 145.07 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 41 | 92 | 0.01 | 0.55 | 0 | 0.64 | 298.82 | 0.38 | 0.26 |
| Hex | 5B | 29 | 5C | 1 | 37 | 0 | 40 | 12B | 26 | 1A |
| Octal | 133 | 51 | 134 | 1 | 67 | 0 | 100 | 453 | 46 | 32 |
| Binary | 1011011 | 101001 | 1011100 | 1 | 110111 | 0 | 1000000 | 100101011 | 100110 | 11010 |
Color Harmonies of #5B295C
Complementary color
Monochromatic Colors of #5B295C
Black with #5B295C
Text Example
Text Example
White with #5B295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B295C; }
p { color: rgb(91,41,92); }
H1.HeaderClassName
{
color: #5B295C;
}
.AnyTagClassName
{
color: #5B295C;
}
</style>
background-color css
<style>
a { background-color: #5B295C; }
a { background-color: rgb(91,41,92); }
div.DivClassName
{
background-color: #5B295C;
}
.BgClassName
{
background-color: #5B295C;
}
</style>
border-color css
<style>
span { border-color: #5B295C; }
span { border-color: rgb(91,41,92); }
td.TdClassName
{
border-color: #5B295C;
}
.TagClassName
{
border-color: #5B295C;
}
</style>