Shades of Purple Heart #5B13AC
Tints of Purple Heart #5B13AC
RGB
CMYK
RGB Variations
Color information
#5B13AC (or 0x5B13AC) is known color: Purple Heart. HEX triplet: 5B, 13 and AC. RGB value is (91,19,172). Sum of RGB (Red+Green+Blue) = 91+19+172=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B13AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B13AC is #A4EC53. Grayscale: #393939. Windows color (decimal): -10808404 or 11277147. OLE color: 11277147.
HSL color Cylindrical-coordinate representation of color #5B13AC: hue angle of 268.24º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B13AC is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 19 | 172 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.33 |
| HSL | 268.24º | 0.8% | 0.37% | - |
| HSV(B) | 268.24º | 0.89% | 0.67% | - |
| XYZ | 11.99 | 5.67 | 39.49 | - |
| YUV | 57.97 | 192.35 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 19 | 172 | 0.47 | 0.89 | 0 | 0.33 | 268.24 | 0.8 | 0.37 |
| Hex | 5B | 13 | AC | 2F | 59 | 0 | 21 | 10C | 50 | 25 |
| Octal | 133 | 23 | 254 | 57 | 131 | 0 | 41 | 414 | 120 | 45 |
| Binary | 1011011 | 10011 | 10101100 | 101111 | 1011001 | 0 | 100001 | 100001100 | 1010000 | 100101 |
Color Harmonies of #5B13AC
Complementary color
Monochromatic Colors of #5B13AC
Black with #5B13AC
Text Example
Text Example
White with #5B13AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B13AC; }
p { color: rgb(91,19,172); }
H1.HeaderClassName
{
color: #5B13AC;
}
.AnyTagClassName
{
color: #5B13AC;
}
</style>
background-color css
<style>
a { background-color: #5B13AC; }
a { background-color: rgb(91,19,172); }
div.DivClassName
{
background-color: #5B13AC;
}
.BgClassName
{
background-color: #5B13AC;
}
</style>
border-color css
<style>
span { border-color: #5B13AC; }
span { border-color: rgb(91,19,172); }
td.TdClassName
{
border-color: #5B13AC;
}
.TagClassName
{
border-color: #5B13AC;
}
</style>