Shades of Purple Heart #5923DC
Tints of Purple Heart #5923DC
RGB
CMYK
RGB Variations
Color information
#5923DC (or 0x5923DC) is known color: Purple Heart. HEX triplet: 59, 23 and DC. RGB value is (89,35,220). Sum of RGB (Red+Green+Blue) = 89+35+220=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #5923DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5923DC is #A6DC23. Grayscale: #474747. Windows color (decimal): -10935332 or 14426969. OLE color: 14426969.
HSL color Cylindrical-coordinate representation of color #5923DC: hue angle of 257.51º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5923DC is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 35 | 220 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.14 |
| HSL | 257.51º | 0.73% | 0.5% | - |
| HSV(B) | 257.51º | 0.84% | 0.86% | - |
| XYZ | 17.64 | 8.49 | 68.42 | - |
| YUV | 72.24 | 211.39 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 35 | 220 | 0.60 | 0.84 | 0 | 0.14 | 257.51 | 0.73 | 0.5 |
| Hex | 59 | 23 | DC | 3C | 54 | 0 | E | 102 | 49 | 32 |
| Octal | 131 | 43 | 334 | 74 | 124 | 0 | 16 | 402 | 111 | 62 |
| Binary | 1011001 | 100011 | 11011100 | 111100 | 1010100 | 0 | 1110 | 100000010 | 1001001 | 110010 |
Color Harmonies of #5923DC
Complementary color
Monochromatic Colors of #5923DC
Black with #5923DC
Text Example
Text Example
White with #5923DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5923DC; }
p { color: rgb(89,35,220); }
H1.HeaderClassName
{
color: #5923DC;
}
.AnyTagClassName
{
color: #5923DC;
}
</style>
background-color css
<style>
a { background-color: #5923DC; }
a { background-color: rgb(89,35,220); }
div.DivClassName
{
background-color: #5923DC;
}
.BgClassName
{
background-color: #5923DC;
}
</style>
border-color css
<style>
span { border-color: #5923DC; }
span { border-color: rgb(89,35,220); }
td.TdClassName
{
border-color: #5923DC;
}
.TagClassName
{
border-color: #5923DC;
}
</style>