Shades of Palatinate Purple #5B035F
Tints of Palatinate Purple #5B035F
RGB
CMYK
RGB Variations
Color information
#5B035F (or 0x5B035F) is known color: Palatinate Purple. HEX triplet: 5B, 03 and 5F. RGB value is (91,3,95). Sum of RGB (Red+Green+Blue) = 91+3+95=189 (25% of max value = 765). Red value is 91 (35.94% from 255 or 48.15% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 95 (37.5% from 255 or 50.26% from 189); Max value from RGB is 95 - color contains mainly: blue. Hex color #5B035F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B035F is #A4FCA0. Grayscale: #272727. Windows color (decimal): -10812577 or 6226779. OLE color: 6226779.
HSL color Cylindrical-coordinate representation of color #5B035F: hue angle of 297.39º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B035F is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 91 | 3 | 95 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.63 |
| HSL | 297.39º | 0.94% | 0.19% | - |
| HSV(B) | 297.39º | 0.97% | 0.37% | - |
| XYZ | 6.41 | 3.12 | 11.09 | - |
| YUV | 39.8 | 159.15 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 3 | 95 | 0.04 | 0.97 | 0 | 0.63 | 297.39 | 0.94 | 0.19 |
| Hex | 5B | 3 | 5F | 4 | 61 | 0 | 3F | 129 | 5E | 13 |
| Octal | 133 | 3 | 137 | 4 | 141 | 0 | 77 | 451 | 136 | 23 |
| Binary | 1011011 | 11 | 1011111 | 100 | 1100001 | 0 | 111111 | 100101001 | 1011110 | 10011 |
Color Harmonies of #5B035F
Complementary color
Monochromatic Colors of #5B035F
Black with #5B035F
Text Example
Text Example
White with #5B035F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B035F; }
p { color: rgb(91,3,95); }
H1.HeaderClassName
{
color: #5B035F;
}
.AnyTagClassName
{
color: #5B035F;
}
</style>
background-color css
<style>
a { background-color: #5B035F; }
a { background-color: rgb(91,3,95); }
div.DivClassName
{
background-color: #5B035F;
}
.BgClassName
{
background-color: #5B035F;
}
</style>
border-color css
<style>
span { border-color: #5B035F; }
span { border-color: rgb(91,3,95); }
td.TdClassName
{
border-color: #5B035F;
}
.TagClassName
{
border-color: #5B035F;
}
</style>