Shades of Palatinate Purple #5B185C
Tints of Palatinate Purple #5B185C
RGB
CMYK
RGB Variations
Color information
#5B185C (or 0x5B185C) is known color: Palatinate Purple. HEX triplet: 5B, 18 and 5C. RGB value is (91,24,92). Sum of RGB (Red+Green+Blue) = 91+24+92=207 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.96% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #5B185C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B185C is #A4E7A3. Grayscale: #333333. Windows color (decimal): -10807204 or 6035547. OLE color: 6035547.
HSL color Cylindrical-coordinate representation of color #5B185C: hue angle of 299.12º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B185C is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 24 | 92 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.64 |
| HSL | 299.12º | 0.59% | 0.23% | - |
| HSV(B) | 299.12º | 0.74% | 0.36% | - |
| XYZ | 6.57 | 3.65 | 10.48 | - |
| YUV | 51.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 24 | 92 | 0.01 | 0.74 | 0 | 0.64 | 299.12 | 0.59 | 0.23 |
| Hex | 5B | 18 | 5C | 1 | 4A | 0 | 40 | 12B | 3B | 17 |
| Octal | 133 | 30 | 134 | 1 | 112 | 0 | 100 | 453 | 73 | 27 |
| Binary | 1011011 | 11000 | 1011100 | 1 | 1001010 | 0 | 1000000 | 100101011 | 111011 | 10111 |
Color Harmonies of #5B185C
Complementary color
Monochromatic Colors of #5B185C
Black with #5B185C
Text Example
Text Example
White with #5B185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B185C; }
p { color: rgb(91,24,92); }
H1.HeaderClassName
{
color: #5B185C;
}
.AnyTagClassName
{
color: #5B185C;
}
</style>
background-color css
<style>
a { background-color: #5B185C; }
a { background-color: rgb(91,24,92); }
div.DivClassName
{
background-color: #5B185C;
}
.BgClassName
{
background-color: #5B185C;
}
</style>
border-color css
<style>
span { border-color: #5B185C; }
span { border-color: rgb(91,24,92); }
td.TdClassName
{
border-color: #5B185C;
}
.TagClassName
{
border-color: #5B185C;
}
</style>