Shades of Purple Heart #5A2BBB
Tints of Purple Heart #5A2BBB
RGB
CMYK
RGB Variations
Color information
#5A2BBB (or 0x5A2BBB) is known color: Purple Heart. HEX triplet: 5A, 2B and BB. RGB value is (90,43,187). Sum of RGB (Red+Green+Blue) = 90+43+187=320 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.12% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A2BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2BBB is #A5D444. Grayscale: #484848. Windows color (decimal): -10867781 or 12266330. OLE color: 12266330.
HSL color Cylindrical-coordinate representation of color #5A2BBB: hue angle of 259.58º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A2BBB is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 43 | 187 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.27 |
| HSL | 259.58º | 0.63% | 0.45% | - |
| HSV(B) | 259.58º | 0.77% | 0.73% | - |
| XYZ | 14.05 | 7.49 | 47.72 | - |
| YUV | 73.47 | 192.07 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 43 | 187 | 0.52 | 0.77 | 0 | 0.27 | 259.58 | 0.63 | 0.45 |
| Hex | 5A | 2B | BB | 34 | 4D | 0 | 1B | 104 | 3F | 2D |
| Octal | 132 | 53 | 273 | 64 | 115 | 0 | 33 | 404 | 77 | 55 |
| Binary | 1011010 | 101011 | 10111011 | 110100 | 1001101 | 0 | 11011 | 100000100 | 111111 | 101101 |
Color Harmonies of #5A2BBB
Complementary color
Monochromatic Colors of #5A2BBB
Black with #5A2BBB
Text Example
Text Example
White with #5A2BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2BBB; }
p { color: rgb(90,43,187); }
H1.HeaderClassName
{
color: #5A2BBB;
}
.AnyTagClassName
{
color: #5A2BBB;
}
</style>
background-color css
<style>
a { background-color: #5A2BBB; }
a { background-color: rgb(90,43,187); }
div.DivClassName
{
background-color: #5A2BBB;
}
.BgClassName
{
background-color: #5A2BBB;
}
</style>
border-color css
<style>
span { border-color: #5A2BBB; }
span { border-color: rgb(90,43,187); }
td.TdClassName
{
border-color: #5A2BBB;
}
.TagClassName
{
border-color: #5A2BBB;
}
</style>