Shades of Purple Heart #590BCF
Tints of Purple Heart #590BCF
RGB
CMYK
RGB Variations
Color information
#590BCF (or 0x590BCF) is known color: Purple Heart. HEX triplet: 59, 0B and CF. RGB value is (89,11,207). Sum of RGB (Red+Green+Blue) = 89+11+207=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #590BCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590BCF is #A6F430. Grayscale: #373737. Windows color (decimal): -10941489 or 13568857. OLE color: 13568857.
HSL color Cylindrical-coordinate representation of color #590BCF: hue angle of 263.88º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590BCF is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 11 | 207 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.19 |
| HSL | 263.88º | 0.9% | 0.43% | - |
| HSV(B) | 263.88º | 0.95% | 0.81% | - |
| XYZ | 15.5 | 6.87 | 59.54 | - |
| YUV | 56.67 | 212.84 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 207 | 0.57 | 0.95 | 0 | 0.19 | 263.88 | 0.9 | 0.43 |
| Hex | 59 | B | CF | 39 | 5F | 0 | 13 | 108 | 5A | 2B |
| Octal | 131 | 13 | 317 | 71 | 137 | 0 | 23 | 410 | 132 | 53 |
| Binary | 1011001 | 1011 | 11001111 | 111001 | 1011111 | 0 | 10011 | 100001000 | 1011010 | 101011 |
Color Harmonies of #590BCF
Complementary color
Monochromatic Colors of #590BCF
Black with #590BCF
Text Example
Text Example
White with #590BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590BCF; }
p { color: rgb(89,11,207); }
H1.HeaderClassName
{
color: #590BCF;
}
.AnyTagClassName
{
color: #590BCF;
}
</style>
background-color css
<style>
a { background-color: #590BCF; }
a { background-color: rgb(89,11,207); }
div.DivClassName
{
background-color: #590BCF;
}
.BgClassName
{
background-color: #590BCF;
}
</style>
border-color css
<style>
span { border-color: #590BCF; }
span { border-color: rgb(89,11,207); }
td.TdClassName
{
border-color: #590BCF;
}
.TagClassName
{
border-color: #590BCF;
}
</style>