Shades of Palatinate Purple #5B025E
Tints of Palatinate Purple #5B025E
RGB
CMYK
RGB Variations
Color information
#5B025E (or 0x5B025E) is known color: Palatinate Purple. HEX triplet: 5B, 02 and 5E. RGB value is (91,2,94). Sum of RGB (Red+Green+Blue) = 91+2+94=187 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.66% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #5B025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B025E is #A4FDA1. Grayscale: #262626. Windows color (decimal): -10812834 or 6160987. OLE color: 6160987.
HSL color Cylindrical-coordinate representation of color #5B025E: hue angle of 298.04º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B025E is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 91 | 2 | 94 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.63 |
| HSL | 298.04º | 0.96% | 0.19% | - |
| HSV(B) | 298.04º | 0.98% | 0.37% | - |
| XYZ | 6.36 | 3.08 | 10.85 | - |
| YUV | 39.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 2 | 94 | 0.03 | 0.98 | 0 | 0.63 | 298.04 | 0.96 | 0.19 |
| Hex | 5B | 2 | 5E | 3 | 62 | 0 | 3F | 12A | 60 | 13 |
| Octal | 133 | 2 | 136 | 3 | 142 | 0 | 77 | 452 | 140 | 23 |
| Binary | 1011011 | 10 | 1011110 | 11 | 1100010 | 0 | 111111 | 100101010 | 1100000 | 10011 |
Color Harmonies of #5B025E
Complementary color
Monochromatic Colors of #5B025E
Black with #5B025E
Text Example
Text Example
White with #5B025E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B025E; }
p { color: rgb(91,2,94); }
H1.HeaderClassName
{
color: #5B025E;
}
.AnyTagClassName
{
color: #5B025E;
}
</style>
background-color css
<style>
a { background-color: #5B025E; }
a { background-color: rgb(91,2,94); }
div.DivClassName
{
background-color: #5B025E;
}
.BgClassName
{
background-color: #5B025E;
}
</style>
border-color css
<style>
span { border-color: #5B025E; }
span { border-color: rgb(91,2,94); }
td.TdClassName
{
border-color: #5B025E;
}
.TagClassName
{
border-color: #5B025E;
}
</style>