Shades of Palatinate Purple #5B315A
Tints of Palatinate Purple #5B315A
RGB
CMYK
RGB Variations
Color information
#5B315A (or 0x5B315A) is known color: Palatinate Purple. HEX triplet: 5B, 31 and 5A. RGB value is (91,49,90). Sum of RGB (Red+Green+Blue) = 91+49+90=230 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.57% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 91 - color contains mainly: red. Hex color #5B315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B315A is #A4CEA5. Grayscale: #424242. Windows color (decimal): -10800806 or 5910875. OLE color: 5910875.
HSL color Cylindrical-coordinate representation of color #5B315A: hue angle of 301.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B315A is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 49 | 90 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.64 |
| HSL | 301.43º | 0.3% | 0.27% | - |
| HSV(B) | 301.43º | 0.46% | 0.36% | - |
| XYZ | 7.26 | 5.16 | 10.29 | - |
| YUV | 66.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 49 | 90 | 0 | 0.46 | 0.01 | 0.64 | 301.43 | 0.3 | 0.27 |
| Hex | 5B | 31 | 5A | 0 | 2E | 1 | 40 | 12D | 1E | 1B |
| Octal | 133 | 61 | 132 | 0 | 56 | 1 | 100 | 455 | 36 | 33 |
| Binary | 1011011 | 110001 | 1011010 | 0 | 101110 | 1 | 1000000 | 100101101 | 11110 | 11011 |
Color Harmonies of #5B315A
Complementary color
Monochromatic Colors of #5B315A
Black with #5B315A
Text Example
Text Example
White with #5B315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B315A; }
p { color: rgb(91,49,90); }
H1.HeaderClassName
{
color: #5B315A;
}
.AnyTagClassName
{
color: #5B315A;
}
</style>
background-color css
<style>
a { background-color: #5B315A; }
a { background-color: rgb(91,49,90); }
div.DivClassName
{
background-color: #5B315A;
}
.BgClassName
{
background-color: #5B315A;
}
</style>
border-color css
<style>
span { border-color: #5B315A; }
span { border-color: rgb(91,49,90); }
td.TdClassName
{
border-color: #5B315A;
}
.TagClassName
{
border-color: #5B315A;
}
</style>