Shades of Purple Heart #5902B4
Tints of Purple Heart #5902B4
RGB
CMYK
RGB Variations
Color information
#5902B4 (or 0x5902B4) is known color: Purple Heart. HEX triplet: 59, 02 and B4. RGB value is (89,2,180). Sum of RGB (Red+Green+Blue) = 89+2+180=271 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.84% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 180 (70.70% from 255 or 66.42% from 271); Max value from RGB is 180 - color contains mainly: blue. Hex color #5902B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5902B4 is #A6FD4B. Grayscale: #2F2F2F. Windows color (decimal): -10943820 or 11797081. OLE color: 11797081.
HSL color Cylindrical-coordinate representation of color #5902B4: hue angle of 269.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5902B4 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 2 | 180 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.29 |
| HSL | 269.33º | 0.98% | 0.36% | - |
| HSV(B) | 269.33º | 0.99% | 0.71% | - |
| XYZ | 12.38 | 5.46 | 43.58 | - |
| YUV | 48.31 | 202.32 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 180 | 0.51 | 0.99 | 0 | 0.29 | 269.33 | 0.98 | 0.36 |
| Hex | 59 | 2 | B4 | 33 | 63 | 0 | 1D | 10D | 62 | 24 |
| Octal | 131 | 2 | 264 | 63 | 143 | 0 | 35 | 415 | 142 | 44 |
| Binary | 1011001 | 10 | 10110100 | 110011 | 1100011 | 0 | 11101 | 100001101 | 1100010 | 100100 |
Color Harmonies of #5902B4
Complementary color
Monochromatic Colors of #5902B4
Black with #5902B4
Text Example
Text Example
White with #5902B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5902B4; }
p { color: rgb(89,2,180); }
H1.HeaderClassName
{
color: #5902B4;
}
.AnyTagClassName
{
color: #5902B4;
}
</style>
background-color css
<style>
a { background-color: #5902B4; }
a { background-color: rgb(89,2,180); }
div.DivClassName
{
background-color: #5902B4;
}
.BgClassName
{
background-color: #5902B4;
}
</style>
border-color css
<style>
span { border-color: #5902B4; }
span { border-color: rgb(89,2,180); }
td.TdClassName
{
border-color: #5902B4;
}
.TagClassName
{
border-color: #5902B4;
}
</style>