Shades of Palatinate Purple #5B255C
Tints of Palatinate Purple #5B255C
RGB
CMYK
RGB Variations
Color information
#5B255C (or 0x5B255C) is known color: Palatinate Purple. HEX triplet: 5B, 25 and 5C. RGB value is (91,37,92). Sum of RGB (Red+Green+Blue) = 91+37+92=220 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.36% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #5B255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B255C is #A4DAA3. Grayscale: #3B3B3B. Windows color (decimal): -10803876 or 6038875. OLE color: 6038875.
HSL color Cylindrical-coordinate representation of color #5B255C: hue angle of 298.91º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B255C is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 37 | 92 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.64 |
| HSL | 298.91º | 0.43% | 0.25% | - |
| HSV(B) | 298.91º | 0.6% | 0.36% | - |
| XYZ | 6.91 | 4.32 | 10.59 | - |
| YUV | 59.42 | 146.39 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 37 | 92 | 0.01 | 0.60 | 0 | 0.64 | 298.91 | 0.43 | 0.25 |
| Hex | 5B | 25 | 5C | 1 | 3C | 0 | 40 | 12B | 2B | 19 |
| Octal | 133 | 45 | 134 | 1 | 74 | 0 | 100 | 453 | 53 | 31 |
| Binary | 1011011 | 100101 | 1011100 | 1 | 111100 | 0 | 1000000 | 100101011 | 101011 | 11001 |
Color Harmonies of #5B255C
Complementary color
Monochromatic Colors of #5B255C
Black with #5B255C
Text Example
Text Example
White with #5B255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B255C; }
p { color: rgb(91,37,92); }
H1.HeaderClassName
{
color: #5B255C;
}
.AnyTagClassName
{
color: #5B255C;
}
</style>
background-color css
<style>
a { background-color: #5B255C; }
a { background-color: rgb(91,37,92); }
div.DivClassName
{
background-color: #5B255C;
}
.BgClassName
{
background-color: #5B255C;
}
</style>
border-color css
<style>
span { border-color: #5B255C; }
span { border-color: rgb(91,37,92); }
td.TdClassName
{
border-color: #5B255C;
}
.TagClassName
{
border-color: #5B255C;
}
</style>