Shades of Palatinate Purple #5B265C
Tints of Palatinate Purple #5B265C
RGB
CMYK
RGB Variations
Color information
#5B265C (or 0x5B265C) is known color: Palatinate Purple. HEX triplet: 5B, 26 and 5C. RGB value is (91,38,92). Sum of RGB (Red+Green+Blue) = 91+38+92=221 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.18% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 92 - color contains mainly: blue. Hex color #5B265C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B265C is #A4D9A3. Grayscale: #3B3B3B. Windows color (decimal): -10803620 or 6039131. OLE color: 6039131.
HSL color Cylindrical-coordinate representation of color #5B265C: hue angle of 298.89º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B265C is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 38 | 92 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.64 |
| HSL | 298.89º | 0.42% | 0.25% | - |
| HSV(B) | 298.89º | 0.59% | 0.36% | - |
| XYZ | 6.94 | 4.38 | 10.61 | - |
| YUV | 60 | 146.06 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 38 | 92 | 0.01 | 0.59 | 0 | 0.64 | 298.89 | 0.42 | 0.25 |
| Hex | 5B | 26 | 5C | 1 | 3B | 0 | 40 | 12B | 2A | 19 |
| Octal | 133 | 46 | 134 | 1 | 73 | 0 | 100 | 453 | 52 | 31 |
| Binary | 1011011 | 100110 | 1011100 | 1 | 111011 | 0 | 1000000 | 100101011 | 101010 | 11001 |
Color Harmonies of #5B265C
Complementary color
Monochromatic Colors of #5B265C
Black with #5B265C
Text Example
Text Example
White with #5B265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B265C; }
p { color: rgb(91,38,92); }
H1.HeaderClassName
{
color: #5B265C;
}
.AnyTagClassName
{
color: #5B265C;
}
</style>
background-color css
<style>
a { background-color: #5B265C; }
a { background-color: rgb(91,38,92); }
div.DivClassName
{
background-color: #5B265C;
}
.BgClassName
{
background-color: #5B265C;
}
</style>
border-color css
<style>
span { border-color: #5B265C; }
span { border-color: rgb(91,38,92); }
td.TdClassName
{
border-color: #5B265C;
}
.TagClassName
{
border-color: #5B265C;
}
</style>