Shades of Purple Heart #5A2BC8
Tints of Purple Heart #5A2BC8
RGB
CMYK
RGB Variations
Color information
#5A2BC8 (or 0x5A2BC8) is known color: Purple Heart. HEX triplet: 5A, 2B and C8. RGB value is (90,43,200). Sum of RGB (Red+Green+Blue) = 90+43+200=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 200 (78.52% from 255 or 60.06% from 333); Max value from RGB is 200 - color contains mainly: blue. Hex color #5A2BC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2BC8 is #A5D437. Grayscale: #4A4A4A. Windows color (decimal): -10867768 or 13118298. OLE color: 13118298.
HSL color Cylindrical-coordinate representation of color #5A2BC8: hue angle of 257.96º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A2BC8 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 43 | 200 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.22 |
| HSL | 257.96º | 0.65% | 0.48% | - |
| HSV(B) | 257.96º | 0.79% | 0.78% | - |
| XYZ | 15.51 | 8.07 | 55.38 | - |
| YUV | 74.95 | 198.57 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 43 | 200 | 0.55 | 0.78 | 0 | 0.22 | 257.96 | 0.65 | 0.48 |
| Hex | 5A | 2B | C8 | 37 | 4E | 0 | 16 | 102 | 41 | 30 |
| Octal | 132 | 53 | 310 | 67 | 116 | 0 | 26 | 402 | 101 | 60 |
| Binary | 1011010 | 101011 | 11001000 | 110111 | 1001110 | 0 | 10110 | 100000010 | 1000001 | 110000 |
Color Harmonies of #5A2BC8
Complementary color
Monochromatic Colors of #5A2BC8
Black with #5A2BC8
Text Example
Text Example
White with #5A2BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2BC8; }
p { color: rgb(90,43,200); }
H1.HeaderClassName
{
color: #5A2BC8;
}
.AnyTagClassName
{
color: #5A2BC8;
}
</style>
background-color css
<style>
a { background-color: #5A2BC8; }
a { background-color: rgb(90,43,200); }
div.DivClassName
{
background-color: #5A2BC8;
}
.BgClassName
{
background-color: #5A2BC8;
}
</style>
border-color css
<style>
span { border-color: #5A2BC8; }
span { border-color: rgb(90,43,200); }
td.TdClassName
{
border-color: #5A2BC8;
}
.TagClassName
{
border-color: #5A2BC8;
}
</style>