Shades of Purple Heart #592BC0
Tints of Purple Heart #592BC0
RGB
CMYK
RGB Variations
Color information
#592BC0 (or 0x592BC0) is known color: Purple Heart. HEX triplet: 59, 2B and C0. RGB value is (89,43,192). Sum of RGB (Red+Green+Blue) = 89+43+192=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 192 (75.39% from 255 or 59.26% from 324); Max value from RGB is 192 - color contains mainly: blue. Hex color #592BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592BC0 is #A6D43F. Grayscale: #494949. Windows color (decimal): -10933312 or 12594009. OLE color: 12594009.
HSL color Cylindrical-coordinate representation of color #592BC0: hue angle of 258.52º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #592BC0 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 43 | 192 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.25 |
| HSL | 258.52º | 0.63% | 0.46% | - |
| HSV(B) | 258.52º | 0.78% | 0.75% | - |
| XYZ | 14.5 | 7.66 | 50.58 | - |
| YUV | 73.74 | 194.74 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 43 | 192 | 0.54 | 0.78 | 0 | 0.25 | 258.52 | 0.63 | 0.46 |
| Hex | 59 | 2B | C0 | 36 | 4E | 0 | 19 | 103 | 3F | 2E |
| Octal | 131 | 53 | 300 | 66 | 116 | 0 | 31 | 403 | 77 | 56 |
| Binary | 1011001 | 101011 | 11000000 | 110110 | 1001110 | 0 | 11001 | 100000011 | 111111 | 101110 |
Color Harmonies of #592BC0
Complementary color
Monochromatic Colors of #592BC0
Black with #592BC0
Text Example
Text Example
White with #592BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592BC0; }
p { color: rgb(89,43,192); }
H1.HeaderClassName
{
color: #592BC0;
}
.AnyTagClassName
{
color: #592BC0;
}
</style>
background-color css
<style>
a { background-color: #592BC0; }
a { background-color: rgb(89,43,192); }
div.DivClassName
{
background-color: #592BC0;
}
.BgClassName
{
background-color: #592BC0;
}
</style>
border-color css
<style>
span { border-color: #592BC0; }
span { border-color: rgb(89,43,192); }
td.TdClassName
{
border-color: #592BC0;
}
.TagClassName
{
border-color: #592BC0;
}
</style>