Shades of Purple Heart #5912AF
Tints of Purple Heart #5912AF
RGB
CMYK
RGB Variations
Color information
#5912AF (or 0x5912AF) is known color: Purple Heart. HEX triplet: 59, 12 and AF. RGB value is (89,18,175). Sum of RGB (Red+Green+Blue) = 89+18+175=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #5912AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5912AF is #A6ED50. Grayscale: #383838. Windows color (decimal): -10939729 or 11473497. OLE color: 11473497.
HSL color Cylindrical-coordinate representation of color #5912AF: hue angle of 267.13º 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 #5912AF is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 18 | 175 | - |
| CMYK | 0.49 | 0.90 | 0 | 0.31 |
| HSL | 267.13º | 0.81% | 0.38% | - |
| HSV(B) | 267.13º | 0.9% | 0.69% | - |
| XYZ | 12.07 | 5.65 | 41.01 | - |
| YUV | 57.13 | 194.52 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 18 | 175 | 0.49 | 0.90 | 0 | 0.31 | 267.13 | 0.81 | 0.38 |
| Hex | 59 | 12 | AF | 31 | 5A | 0 | 1F | 10B | 51 | 26 |
| Octal | 131 | 22 | 257 | 61 | 132 | 0 | 37 | 413 | 121 | 46 |
| Binary | 1011001 | 10010 | 10101111 | 110001 | 1011010 | 0 | 11111 | 100001011 | 1010001 | 100110 |
Color Harmonies of #5912AF
Complementary color
Monochromatic Colors of #5912AF
Black with #5912AF
Text Example
Text Example
White with #5912AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5912AF; }
p { color: rgb(89,18,175); }
H1.HeaderClassName
{
color: #5912AF;
}
.AnyTagClassName
{
color: #5912AF;
}
</style>
background-color css
<style>
a { background-color: #5912AF; }
a { background-color: rgb(89,18,175); }
div.DivClassName
{
background-color: #5912AF;
}
.BgClassName
{
background-color: #5912AF;
}
</style>
border-color css
<style>
span { border-color: #5912AF; }
span { border-color: rgb(89,18,175); }
td.TdClassName
{
border-color: #5912AF;
}
.TagClassName
{
border-color: #5912AF;
}
</style>