Shades of Purple Heart #5939AF
Tints of Purple Heart #5939AF
RGB
CMYK
RGB Variations
Color information
#5939AF (or 0x5939AF) is known color: Purple Heart. HEX triplet: 59, 39 and AF. RGB value is (89,57,175). Sum of RGB (Red+Green+Blue) = 89+57+175=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #5939AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5939AF is #A6C650. Grayscale: #4F4F4F. Windows color (decimal): -10929745 or 11483481. OLE color: 11483481.
HSL color Cylindrical-coordinate representation of color #5939AF: hue angle of 256.27º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5939AF is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 57 | 175 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.31 |
| HSL | 256.27º | 0.51% | 0.45% | - |
| HSV(B) | 256.27º | 0.67% | 0.69% | - |
| XYZ | 13.32 | 8.15 | 41.43 | - |
| YUV | 80.02 | 181.6 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 57 | 175 | 0.49 | 0.67 | 0 | 0.31 | 256.27 | 0.51 | 0.45 |
| Hex | 59 | 39 | AF | 31 | 43 | 0 | 1F | 100 | 33 | 2D |
| Octal | 131 | 71 | 257 | 61 | 103 | 0 | 37 | 400 | 63 | 55 |
| Binary | 1011001 | 111001 | 10101111 | 110001 | 1000011 | 0 | 11111 | 100000000 | 110011 | 101101 |
Color Harmonies of #5939AF
Complementary color
Monochromatic Colors of #5939AF
Black with #5939AF
Text Example
Text Example
White with #5939AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5939AF; }
p { color: rgb(89,57,175); }
H1.HeaderClassName
{
color: #5939AF;
}
.AnyTagClassName
{
color: #5939AF;
}
</style>
background-color css
<style>
a { background-color: #5939AF; }
a { background-color: rgb(89,57,175); }
div.DivClassName
{
background-color: #5939AF;
}
.BgClassName
{
background-color: #5939AF;
}
</style>
border-color css
<style>
span { border-color: #5939AF; }
span { border-color: rgb(89,57,175); }
td.TdClassName
{
border-color: #5939AF;
}
.TagClassName
{
border-color: #5939AF;
}
</style>