Shades of Palatinate Purple #5B135D
Tints of Palatinate Purple #5B135D
RGB
CMYK
RGB Variations
Color information
#5B135D (or 0x5B135D) is known color: Palatinate Purple. HEX triplet: 5B, 13 and 5D. RGB value is (91,19,93). Sum of RGB (Red+Green+Blue) = 91+19+93=203 (26% of max value = 765). Red value is 91 (35.94% from 255 or 44.83% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B135D is #A4ECA2. Grayscale: #303030. Windows color (decimal): -10808483 or 6099803. OLE color: 6099803.
HSL color Cylindrical-coordinate representation of color #5B135D: hue angle of 298.38º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B135D is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 19 | 93 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.64 |
| HSL | 298.38º | 0.66% | 0.22% | - |
| HSV(B) | 298.38º | 0.8% | 0.36% | - |
| XYZ | 6.52 | 3.48 | 10.68 | - |
| YUV | 48.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 19 | 93 | 0.02 | 0.80 | 0 | 0.64 | 298.38 | 0.66 | 0.22 |
| Hex | 5B | 13 | 5D | 2 | 50 | 0 | 40 | 12A | 42 | 16 |
| Octal | 133 | 23 | 135 | 2 | 120 | 0 | 100 | 452 | 102 | 26 |
| Binary | 1011011 | 10011 | 1011101 | 10 | 1010000 | 0 | 1000000 | 100101010 | 1000010 | 10110 |
Color Harmonies of #5B135D
Complementary color
Monochromatic Colors of #5B135D
Black with #5B135D
Text Example
Text Example
White with #5B135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B135D; }
p { color: rgb(91,19,93); }
H1.HeaderClassName
{
color: #5B135D;
}
.AnyTagClassName
{
color: #5B135D;
}
</style>
background-color css
<style>
a { background-color: #5B135D; }
a { background-color: rgb(91,19,93); }
div.DivClassName
{
background-color: #5B135D;
}
.BgClassName
{
background-color: #5B135D;
}
</style>
border-color css
<style>
span { border-color: #5B135D; }
span { border-color: rgb(91,19,93); }
td.TdClassName
{
border-color: #5B135D;
}
.TagClassName
{
border-color: #5B135D;
}
</style>