Shades of Purple Heart #5B13C1
Tints of Purple Heart #5B13C1
RGB
CMYK
RGB Variations
Color information
#5B13C1 (or 0x5B13C1) is known color: Purple Heart. HEX triplet: 5B, 13 and C1. RGB value is (91,19,193). Sum of RGB (Red+Green+Blue) = 91+19+193=303 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.03% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 193 (75.78% from 255 or 63.70% from 303); Max value from RGB is 193 - color contains mainly: blue. Hex color #5B13C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B13C1 is #A4EC3E. Grayscale: #3B3B3B. Windows color (decimal): -10808383 or 12653403. OLE color: 12653403.
HSL color Cylindrical-coordinate representation of color #5B13C1: hue angle of 264.83º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B13C1 is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 19 | 193 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.24 |
| HSL | 264.83º | 0.82% | 0.42% | - |
| HSV(B) | 264.83º | 0.9% | 0.76% | - |
| XYZ | 14.17 | 6.54 | 50.97 | - |
| YUV | 60.36 | 202.85 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 19 | 193 | 0.53 | 0.90 | 0 | 0.24 | 264.83 | 0.82 | 0.42 |
| Hex | 5B | 13 | C1 | 35 | 5A | 0 | 18 | 109 | 52 | 2A |
| Octal | 133 | 23 | 301 | 65 | 132 | 0 | 30 | 411 | 122 | 52 |
| Binary | 1011011 | 10011 | 11000001 | 110101 | 1011010 | 0 | 11000 | 100001001 | 1010010 | 101010 |
Color Harmonies of #5B13C1
Complementary color
Monochromatic Colors of #5B13C1
Black with #5B13C1
Text Example
Text Example
White with #5B13C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B13C1; }
p { color: rgb(91,19,193); }
H1.HeaderClassName
{
color: #5B13C1;
}
.AnyTagClassName
{
color: #5B13C1;
}
</style>
background-color css
<style>
a { background-color: #5B13C1; }
a { background-color: rgb(91,19,193); }
div.DivClassName
{
background-color: #5B13C1;
}
.BgClassName
{
background-color: #5B13C1;
}
</style>
border-color css
<style>
span { border-color: #5B13C1; }
span { border-color: rgb(91,19,193); }
td.TdClassName
{
border-color: #5B13C1;
}
.TagClassName
{
border-color: #5B13C1;
}
</style>