Shades of Purple Heart #592CD5
Tints of Purple Heart #592CD5
RGB
CMYK
RGB Variations
Color information
#592CD5 (or 0x592CD5) is known color: Purple Heart. HEX triplet: 59, 2C and D5. RGB value is (89,44,213). Sum of RGB (Red+Green+Blue) = 89+44+213=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 213 (83.59% from 255 or 61.56% from 346); Max value from RGB is 213 - color contains mainly: blue. Hex color #592CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592CD5 is #A6D32A. Grayscale: #4C4C4C. Windows color (decimal): -10933035 or 13970521. OLE color: 13970521.
HSL color Cylindrical-coordinate representation of color #592CD5: hue angle of 255.98º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #592CD5 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 44 | 213 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.16 |
| HSL | 255.98º | 0.67% | 0.5% | - |
| HSV(B) | 255.98º | 0.79% | 0.84% | - |
| XYZ | 17.03 | 8.73 | 63.74 | - |
| YUV | 76.72 | 204.91 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 213 | 0.58 | 0.79 | 0 | 0.16 | 255.98 | 0.67 | 0.5 |
| Hex | 59 | 2C | D5 | 3A | 4F | 0 | 10 | 100 | 43 | 32 |
| Octal | 131 | 54 | 325 | 72 | 117 | 0 | 20 | 400 | 103 | 62 |
| Binary | 1011001 | 101100 | 11010101 | 111010 | 1001111 | 0 | 10000 | 100000000 | 1000011 | 110010 |
Color Harmonies of #592CD5
Complementary color
Monochromatic Colors of #592CD5
Black with #592CD5
Text Example
Text Example
White with #592CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592CD5; }
p { color: rgb(89,44,213); }
H1.HeaderClassName
{
color: #592CD5;
}
.AnyTagClassName
{
color: #592CD5;
}
</style>
background-color css
<style>
a { background-color: #592CD5; }
a { background-color: rgb(89,44,213); }
div.DivClassName
{
background-color: #592CD5;
}
.BgClassName
{
background-color: #592CD5;
}
</style>
border-color css
<style>
span { border-color: #592CD5; }
span { border-color: rgb(89,44,213); }
td.TdClassName
{
border-color: #592CD5;
}
.TagClassName
{
border-color: #592CD5;
}
</style>