Shades of Purple Heart #5B31B3
Tints of Purple Heart #5B31B3
RGB
CMYK
RGB Variations
Color information
#5B31B3 (or 0x5B31B3) is known color: Purple Heart. HEX triplet: 5B, 31 and B3. RGB value is (91,49,179). Sum of RGB (Red+Green+Blue) = 91+49+179=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 179 (70.31% from 255 or 56.11% from 319); Max value from RGB is 179 - color contains mainly: blue. Hex color #5B31B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B31B3 is #A4CE4C. Grayscale: #4B4B4B. Windows color (decimal): -10800717 or 11743579. OLE color: 11743579.
HSL color Cylindrical-coordinate representation of color #5B31B3: hue angle of 259.38º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B31B3 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 91 | 49 | 179 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.30 |
| HSL | 259.38º | 0.57% | 0.45% | - |
| HSV(B) | 259.38º | 0.73% | 0.7% | - |
| XYZ | 13.55 | 7.68 | 43.42 | - |
| YUV | 76.38 | 185.91 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 49 | 179 | 0.49 | 0.73 | 0 | 0.30 | 259.38 | 0.57 | 0.45 |
| Hex | 5B | 31 | B3 | 31 | 49 | 0 | 1E | 103 | 39 | 2D |
| Octal | 133 | 61 | 263 | 61 | 111 | 0 | 36 | 403 | 71 | 55 |
| Binary | 1011011 | 110001 | 10110011 | 110001 | 1001001 | 0 | 11110 | 100000011 | 111001 | 101101 |
Color Harmonies of #5B31B3
Complementary color
Monochromatic Colors of #5B31B3
Black with #5B31B3
Text Example
Text Example
White with #5B31B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B31B3; }
p { color: rgb(91,49,179); }
H1.HeaderClassName
{
color: #5B31B3;
}
.AnyTagClassName
{
color: #5B31B3;
}
</style>
background-color css
<style>
a { background-color: #5B31B3; }
a { background-color: rgb(91,49,179); }
div.DivClassName
{
background-color: #5B31B3;
}
.BgClassName
{
background-color: #5B31B3;
}
</style>
border-color css
<style>
span { border-color: #5B31B3; }
span { border-color: rgb(91,49,179); }
td.TdClassName
{
border-color: #5B31B3;
}
.TagClassName
{
border-color: #5B31B3;
}
</style>