Shades of Purple Heart #5912B0
Tints of Purple Heart #5912B0
RGB
CMYK
RGB Variations
Color information
#5912B0 (or 0x5912B0) is known color: Purple Heart. HEX triplet: 59, 12 and B0. RGB value is (89,18,176). Sum of RGB (Red+Green+Blue) = 89+18+176=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 176 (69.14% from 255 or 62.19% from 283); Max value from RGB is 176 - color contains mainly: blue. Hex color #5912B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5912B0 is #A6ED4F. Grayscale: #383838. Windows color (decimal): -10939728 or 11539033. OLE color: 11539033.
HSL color Cylindrical-coordinate representation of color #5912B0: hue angle of 266.96º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5912B0 is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 18 | 176 | - |
| CMYK | 0.49 | 0.90 | 0 | 0.31 |
| HSL | 266.96º | 0.81% | 0.38% | - |
| HSV(B) | 266.96º | 0.9% | 0.69% | - |
| XYZ | 12.17 | 5.69 | 41.53 | - |
| YUV | 57.24 | 195.02 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 18 | 176 | 0.49 | 0.90 | 0 | 0.31 | 266.96 | 0.81 | 0.38 |
| Hex | 59 | 12 | B0 | 31 | 5A | 0 | 1F | 10B | 51 | 26 |
| Octal | 131 | 22 | 260 | 61 | 132 | 0 | 37 | 413 | 121 | 46 |
| Binary | 1011001 | 10010 | 10110000 | 110001 | 1011010 | 0 | 11111 | 100001011 | 1010001 | 100110 |
Color Harmonies of #5912B0
Complementary color
Monochromatic Colors of #5912B0
Black with #5912B0
Text Example
Text Example
White with #5912B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5912B0; }
p { color: rgb(89,18,176); }
H1.HeaderClassName
{
color: #5912B0;
}
.AnyTagClassName
{
color: #5912B0;
}
</style>
background-color css
<style>
a { background-color: #5912B0; }
a { background-color: rgb(89,18,176); }
div.DivClassName
{
background-color: #5912B0;
}
.BgClassName
{
background-color: #5912B0;
}
</style>
border-color css
<style>
span { border-color: #5912B0; }
span { border-color: rgb(89,18,176); }
td.TdClassName
{
border-color: #5912B0;
}
.TagClassName
{
border-color: #5912B0;
}
</style>