Shades of Purple Heart #5B13BC
Tints of Purple Heart #5B13BC
RGB
CMYK
RGB Variations
Color information
#5B13BC (or 0x5B13BC) is known color: Purple Heart. HEX triplet: 5B, 13 and BC. RGB value is (91,19,188). Sum of RGB (Red+Green+Blue) = 91+19+188=298 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.54% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B13BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B13BC is #A4EC43. Grayscale: #3B3B3B. Windows color (decimal): -10808388 or 12325723. OLE color: 12325723.
HSL color Cylindrical-coordinate representation of color #5B13BC: hue angle of 265.56º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B13BC is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 19 | 188 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.26 |
| HSL | 265.56º | 0.82% | 0.41% | - |
| HSV(B) | 265.56º | 0.9% | 0.74% | - |
| XYZ | 13.62 | 6.32 | 48.08 | - |
| YUV | 59.79 | 200.35 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 19 | 188 | 0.52 | 0.90 | 0 | 0.26 | 265.56 | 0.82 | 0.41 |
| Hex | 5B | 13 | BC | 34 | 5A | 0 | 1A | 10A | 52 | 29 |
| Octal | 133 | 23 | 274 | 64 | 132 | 0 | 32 | 412 | 122 | 51 |
| Binary | 1011011 | 10011 | 10111100 | 110100 | 1011010 | 0 | 11010 | 100001010 | 1010010 | 101001 |
Color Harmonies of #5B13BC
Complementary color
Monochromatic Colors of #5B13BC
Black with #5B13BC
Text Example
Text Example
White with #5B13BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B13BC; }
p { color: rgb(91,19,188); }
H1.HeaderClassName
{
color: #5B13BC;
}
.AnyTagClassName
{
color: #5B13BC;
}
</style>
background-color css
<style>
a { background-color: #5B13BC; }
a { background-color: rgb(91,19,188); }
div.DivClassName
{
background-color: #5B13BC;
}
.BgClassName
{
background-color: #5B13BC;
}
</style>
border-color css
<style>
span { border-color: #5B13BC; }
span { border-color: rgb(91,19,188); }
td.TdClassName
{
border-color: #5B13BC;
}
.TagClassName
{
border-color: #5B13BC;
}
</style>