Shades of Palatinate Purple #5B0461
Tints of Palatinate Purple #5B0461
RGB
CMYK
RGB Variations
Color information
#5B0461 (or 0x5B0461) is known color: Palatinate Purple. HEX triplet: 5B, 04 and 61. RGB value is (91,4,97). Sum of RGB (Red+Green+Blue) = 91+4+97=192 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.40% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #5B0461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0461 is #A4FB9E. Grayscale: #282828. Windows color (decimal): -10812319 or 6358107. OLE color: 6358107.
HSL color Cylindrical-coordinate representation of color #5B0461: hue angle of 296.13º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B0461 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 4 | 97 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.62 |
| HSL | 296.13º | 0.92% | 0.2% | - |
| HSV(B) | 296.13º | 0.96% | 0.38% | - |
| XYZ | 6.52 | 3.17 | 11.58 | - |
| YUV | 40.62 | 159.82 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 4 | 97 | 0.06 | 0.96 | 0 | 0.62 | 296.13 | 0.92 | 0.2 |
| Hex | 5B | 4 | 61 | 6 | 60 | 0 | 3E | 128 | 5C | 14 |
| Octal | 133 | 4 | 141 | 6 | 140 | 0 | 76 | 450 | 134 | 24 |
| Binary | 1011011 | 100 | 1100001 | 110 | 1100000 | 0 | 111110 | 100101000 | 1011100 | 10100 |
Color Harmonies of #5B0461
Complementary color
Monochromatic Colors of #5B0461
Black with #5B0461
Text Example
Text Example
White with #5B0461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0461; }
p { color: rgb(91,4,97); }
H1.HeaderClassName
{
color: #5B0461;
}
.AnyTagClassName
{
color: #5B0461;
}
</style>
background-color css
<style>
a { background-color: #5B0461; }
a { background-color: rgb(91,4,97); }
div.DivClassName
{
background-color: #5B0461;
}
.BgClassName
{
background-color: #5B0461;
}
</style>
border-color css
<style>
span { border-color: #5B0461; }
span { border-color: rgb(91,4,97); }
td.TdClassName
{
border-color: #5B0461;
}
.TagClassName
{
border-color: #5B0461;
}
</style>