Shades of Purple Heart #5B2ABC
Tints of Purple Heart #5B2ABC
RGB
CMYK
RGB Variations
Color information
#5B2ABC (or 0x5B2ABC) is known color: Purple Heart. HEX triplet: 5B, 2A and BC. RGB value is (91,42,188). Sum of RGB (Red+Green+Blue) = 91+42+188=321 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.35% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B2ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2ABC is #A4D543. Grayscale: #484848. Windows color (decimal): -10802500 or 12331611. OLE color: 12331611.
HSL color Cylindrical-coordinate representation of color #5B2ABC: hue angle of 260.14º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B2ABC is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 42 | 188 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.26 |
| HSL | 260.14º | 0.63% | 0.45% | - |
| HSV(B) | 260.14º | 0.78% | 0.74% | - |
| XYZ | 14.22 | 7.51 | 48.28 | - |
| YUV | 73.3 | 192.73 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 42 | 188 | 0.52 | 0.78 | 0 | 0.26 | 260.14 | 0.63 | 0.45 |
| Hex | 5B | 2A | BC | 34 | 4E | 0 | 1A | 104 | 3F | 2D |
| Octal | 133 | 52 | 274 | 64 | 116 | 0 | 32 | 404 | 77 | 55 |
| Binary | 1011011 | 101010 | 10111100 | 110100 | 1001110 | 0 | 11010 | 100000100 | 111111 | 101101 |
Color Harmonies of #5B2ABC
Complementary color
Monochromatic Colors of #5B2ABC
Black with #5B2ABC
Text Example
Text Example
White with #5B2ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2ABC; }
p { color: rgb(91,42,188); }
H1.HeaderClassName
{
color: #5B2ABC;
}
.AnyTagClassName
{
color: #5B2ABC;
}
</style>
background-color css
<style>
a { background-color: #5B2ABC; }
a { background-color: rgb(91,42,188); }
div.DivClassName
{
background-color: #5B2ABC;
}
.BgClassName
{
background-color: #5B2ABC;
}
</style>
border-color css
<style>
span { border-color: #5B2ABC; }
span { border-color: rgb(91,42,188); }
td.TdClassName
{
border-color: #5B2ABC;
}
.TagClassName
{
border-color: #5B2ABC;
}
</style>