Shades of Purple Heart #5B3AB4
Tints of Purple Heart #5B3AB4
RGB
CMYK
RGB Variations
Color information
#5B3AB4 (or 0x5B3AB4) is known color: Purple Heart. HEX triplet: 5B, 3A and B4. RGB value is (91,58,180). Sum of RGB (Red+Green+Blue) = 91+58+180=329 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.66% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 180 (70.70% from 255 or 54.71% from 329); Max value from RGB is 180 - color contains mainly: blue. Hex color #5B3AB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3AB4 is #A4C54B. Grayscale: #515151. Windows color (decimal): -10798412 or 11811419. OLE color: 11811419.
HSL color Cylindrical-coordinate representation of color #5B3AB4: hue angle of 256.23º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B3AB4 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 58 | 180 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.29 |
| HSL | 256.23º | 0.51% | 0.47% | - |
| HSV(B) | 256.23º | 0.68% | 0.71% | - |
| XYZ | 14.07 | 8.55 | 44.09 | - |
| YUV | 81.78 | 183.43 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 58 | 180 | 0.49 | 0.68 | 0 | 0.29 | 256.23 | 0.51 | 0.47 |
| Hex | 5B | 3A | B4 | 31 | 44 | 0 | 1D | 100 | 33 | 2F |
| Octal | 133 | 72 | 264 | 61 | 104 | 0 | 35 | 400 | 63 | 57 |
| Binary | 1011011 | 111010 | 10110100 | 110001 | 1000100 | 0 | 11101 | 100000000 | 110011 | 101111 |
Color Harmonies of #5B3AB4
Complementary color
Monochromatic Colors of #5B3AB4
Black with #5B3AB4
Text Example
Text Example
White with #5B3AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3AB4; }
p { color: rgb(91,58,180); }
H1.HeaderClassName
{
color: #5B3AB4;
}
.AnyTagClassName
{
color: #5B3AB4;
}
</style>
background-color css
<style>
a { background-color: #5B3AB4; }
a { background-color: rgb(91,58,180); }
div.DivClassName
{
background-color: #5B3AB4;
}
.BgClassName
{
background-color: #5B3AB4;
}
</style>
border-color css
<style>
span { border-color: #5B3AB4; }
span { border-color: rgb(91,58,180); }
td.TdClassName
{
border-color: #5B3AB4;
}
.TagClassName
{
border-color: #5B3AB4;
}
</style>