Shades of Purple Heart #5A02B9
Tints of Purple Heart #5A02B9
RGB
CMYK
RGB Variations
Color information
#5A02B9 (or 0x5A02B9) is known color: Purple Heart. HEX triplet: 5A, 02 and B9. RGB value is (90,2,185). Sum of RGB (Red+Green+Blue) = 90+2+185=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 185 (72.66% from 255 or 66.79% from 277); Max value from RGB is 185 - color contains mainly: blue. Hex color #5A02B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A02B9 is #A5FD46. Grayscale: #303030. Windows color (decimal): -10878279 or 12124762. OLE color: 12124762.
HSL color Cylindrical-coordinate representation of color #5A02B9: hue angle of 268.85º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A02B9 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 2 | 185 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.27 |
| HSL | 268.85º | 0.98% | 0.37% | - |
| HSV(B) | 268.85º | 0.99% | 0.73% | - |
| XYZ | 13 | 5.72 | 46.32 | - |
| YUV | 49.17 | 204.65 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 185 | 0.51 | 0.99 | 0 | 0.27 | 268.85 | 0.98 | 0.37 |
| Hex | 5A | 2 | B9 | 33 | 63 | 0 | 1B | 10D | 62 | 25 |
| Octal | 132 | 2 | 271 | 63 | 143 | 0 | 33 | 415 | 142 | 45 |
| Binary | 1011010 | 10 | 10111001 | 110011 | 1100011 | 0 | 11011 | 100001101 | 1100010 | 100101 |
Color Harmonies of #5A02B9
Complementary color
Monochromatic Colors of #5A02B9
Black with #5A02B9
Text Example
Text Example
White with #5A02B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A02B9; }
p { color: rgb(90,2,185); }
H1.HeaderClassName
{
color: #5A02B9;
}
.AnyTagClassName
{
color: #5A02B9;
}
</style>
background-color css
<style>
a { background-color: #5A02B9; }
a { background-color: rgb(90,2,185); }
div.DivClassName
{
background-color: #5A02B9;
}
.BgClassName
{
background-color: #5A02B9;
}
</style>
border-color css
<style>
span { border-color: #5A02B9; }
span { border-color: rgb(90,2,185); }
td.TdClassName
{
border-color: #5A02B9;
}
.TagClassName
{
border-color: #5A02B9;
}
</style>