Shades of Purple Heart #592DCD
Tints of Purple Heart #592DCD
RGB
CMYK
RGB Variations
Color information
#592DCD (or 0x592DCD) is known color: Purple Heart. HEX triplet: 59, 2D and CD. RGB value is (89,45,205). Sum of RGB (Red+Green+Blue) = 89+45+205=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #592DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592DCD is #A6D232. Grayscale: #4B4B4B. Windows color (decimal): -10932787 or 13446489. OLE color: 13446489.
HSL color Cylindrical-coordinate representation of color #592DCD: hue angle of 256.5º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #592DCD is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 45 | 205 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.20 |
| HSL | 256.5º | 0.64% | 0.49% | - |
| HSV(B) | 256.5º | 0.78% | 0.8% | - |
| XYZ | 16.08 | 8.41 | 58.53 | - |
| YUV | 76.4 | 200.58 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 45 | 205 | 0.57 | 0.78 | 0 | 0.20 | 256.5 | 0.64 | 0.49 |
| Hex | 59 | 2D | CD | 39 | 4E | 0 | 14 | 100 | 40 | 31 |
| Octal | 131 | 55 | 315 | 71 | 116 | 0 | 24 | 400 | 100 | 61 |
| Binary | 1011001 | 101101 | 11001101 | 111001 | 1001110 | 0 | 10100 | 100000000 | 1000000 | 110001 |
Color Harmonies of #592DCD
Complementary color
Monochromatic Colors of #592DCD
Black with #592DCD
Text Example
Text Example
White with #592DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592DCD; }
p { color: rgb(89,45,205); }
H1.HeaderClassName
{
color: #592DCD;
}
.AnyTagClassName
{
color: #592DCD;
}
</style>
background-color css
<style>
a { background-color: #592DCD; }
a { background-color: rgb(89,45,205); }
div.DivClassName
{
background-color: #592DCD;
}
.BgClassName
{
background-color: #592DCD;
}
</style>
border-color css
<style>
span { border-color: #592DCD; }
span { border-color: rgb(89,45,205); }
td.TdClassName
{
border-color: #592DCD;
}
.TagClassName
{
border-color: #592DCD;
}
</style>