Shades of Palatinate Purple #5B1A5D
Tints of Palatinate Purple #5B1A5D
RGB
CMYK
RGB Variations
Color information
#5B1A5D (or 0x5B1A5D) is known color: Palatinate Purple. HEX triplet: 5B, 1A and 5D. RGB value is (91,26,93). Sum of RGB (Red+Green+Blue) = 91+26+93=210 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.33% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B1A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B1A5D is #A4E5A2. Grayscale: #343434. Windows color (decimal): -10806691 or 6101595. OLE color: 6101595.
HSL color Cylindrical-coordinate representation of color #5B1A5D: hue angle of 298.21º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B1A5D is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 26 | 93 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.64 |
| HSL | 298.21º | 0.56% | 0.23% | - |
| HSV(B) | 298.21º | 0.72% | 0.36% | - |
| XYZ | 6.66 | 3.75 | 10.73 | - |
| YUV | 53.07 | 150.53 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 26 | 93 | 0.02 | 0.72 | 0 | 0.64 | 298.21 | 0.56 | 0.23 |
| Hex | 5B | 1A | 5D | 2 | 48 | 0 | 40 | 12A | 38 | 17 |
| Octal | 133 | 32 | 135 | 2 | 110 | 0 | 100 | 452 | 70 | 27 |
| Binary | 1011011 | 11010 | 1011101 | 10 | 1001000 | 0 | 1000000 | 100101010 | 111000 | 10111 |
Color Harmonies of #5B1A5D
Complementary color
Monochromatic Colors of #5B1A5D
Black with #5B1A5D
Text Example
Text Example
White with #5B1A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1A5D; }
p { color: rgb(91,26,93); }
H1.HeaderClassName
{
color: #5B1A5D;
}
.AnyTagClassName
{
color: #5B1A5D;
}
</style>
background-color css
<style>
a { background-color: #5B1A5D; }
a { background-color: rgb(91,26,93); }
div.DivClassName
{
background-color: #5B1A5D;
}
.BgClassName
{
background-color: #5B1A5D;
}
</style>
border-color css
<style>
span { border-color: #5B1A5D; }
span { border-color: rgb(91,26,93); }
td.TdClassName
{
border-color: #5B1A5D;
}
.TagClassName
{
border-color: #5B1A5D;
}
</style>