Shades of Palatinate Purple #5B075E
Tints of Palatinate Purple #5B075E
RGB
CMYK
RGB Variations
Color information
#5B075E (or 0x5B075E) is known color: Palatinate Purple. HEX triplet: 5B, 07 and 5E. RGB value is (91,7,94). Sum of RGB (Red+Green+Blue) = 91+7+94=192 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.40% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 94 - color contains mainly: blue. Hex color #5B075E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B075E is #A4F8A1. Grayscale: #292929. Windows color (decimal): -10811554 or 6162267. OLE color: 6162267.
HSL color Cylindrical-coordinate representation of color #5B075E: hue angle of 297.93º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B075E is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 91 | 7 | 94 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.63 |
| HSL | 297.93º | 0.86% | 0.2% | - |
| HSV(B) | 297.93º | 0.93% | 0.37% | - |
| XYZ | 6.41 | 3.18 | 10.87 | - |
| YUV | 42.03 | 157.33 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 7 | 94 | 0.03 | 0.93 | 0 | 0.63 | 297.93 | 0.86 | 0.2 |
| Hex | 5B | 7 | 5E | 3 | 5D | 0 | 3F | 12A | 56 | 14 |
| Octal | 133 | 7 | 136 | 3 | 135 | 0 | 77 | 452 | 126 | 24 |
| Binary | 1011011 | 111 | 1011110 | 11 | 1011101 | 0 | 111111 | 100101010 | 1010110 | 10100 |
Color Harmonies of #5B075E
Complementary color
Monochromatic Colors of #5B075E
Black with #5B075E
Text Example
Text Example
White with #5B075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B075E; }
p { color: rgb(91,7,94); }
H1.HeaderClassName
{
color: #5B075E;
}
.AnyTagClassName
{
color: #5B075E;
}
</style>
background-color css
<style>
a { background-color: #5B075E; }
a { background-color: rgb(91,7,94); }
div.DivClassName
{
background-color: #5B075E;
}
.BgClassName
{
background-color: #5B075E;
}
</style>
border-color css
<style>
span { border-color: #5B075E; }
span { border-color: rgb(91,7,94); }
td.TdClassName
{
border-color: #5B075E;
}
.TagClassName
{
border-color: #5B075E;
}
</style>