Shades of Purple Heart #5B23B1
Tints of Purple Heart #5B23B1
RGB
CMYK
RGB Variations
Color information
#5B23B1 (or 0x5B23B1) is known color: Purple Heart. HEX triplet: 5B, 23 and B1. RGB value is (91,35,177). Sum of RGB (Red+Green+Blue) = 91+35+177=303 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.03% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 177 (69.53% from 255 or 58.42% from 303); Max value from RGB is 177 - color contains mainly: blue. Hex color #5B23B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B23B1 is #A4DC4E. Grayscale: #434343. Windows color (decimal): -10804303 or 11608923. OLE color: 11608923.
HSL color Cylindrical-coordinate representation of color #5B23B1: hue angle of 263.66º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B23B1 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 35 | 177 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.31 |
| HSL | 263.66º | 0.67% | 0.42% | - |
| HSV(B) | 263.66º | 0.8% | 0.69% | - |
| XYZ | 12.85 | 6.6 | 42.19 | - |
| YUV | 67.93 | 189.55 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 35 | 177 | 0.49 | 0.80 | 0 | 0.31 | 263.66 | 0.67 | 0.42 |
| Hex | 5B | 23 | B1 | 31 | 50 | 0 | 1F | 108 | 43 | 2A |
| Octal | 133 | 43 | 261 | 61 | 120 | 0 | 37 | 410 | 103 | 52 |
| Binary | 1011011 | 100011 | 10110001 | 110001 | 1010000 | 0 | 11111 | 100001000 | 1000011 | 101010 |
Color Harmonies of #5B23B1
Complementary color
Monochromatic Colors of #5B23B1
Black with #5B23B1
Text Example
Text Example
White with #5B23B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B23B1; }
p { color: rgb(91,35,177); }
H1.HeaderClassName
{
color: #5B23B1;
}
.AnyTagClassName
{
color: #5B23B1;
}
</style>
background-color css
<style>
a { background-color: #5B23B1; }
a { background-color: rgb(91,35,177); }
div.DivClassName
{
background-color: #5B23B1;
}
.BgClassName
{
background-color: #5B23B1;
}
</style>
border-color css
<style>
span { border-color: #5B23B1; }
span { border-color: rgb(91,35,177); }
td.TdClassName
{
border-color: #5B23B1;
}
.TagClassName
{
border-color: #5B23B1;
}
</style>