Shades of Purple Heart #5938B6
Tints of Purple Heart #5938B6
RGB
CMYK
RGB Variations
Color information
#5938B6 (or 0x5938B6) is known color: Purple Heart. HEX triplet: 59, 38 and B6. RGB value is (89,56,182). Sum of RGB (Red+Green+Blue) = 89+56+182=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 182 (71.48% from 255 or 55.66% from 327); Max value from RGB is 182 - color contains mainly: blue. Hex color #5938B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5938B6 is #A6C749. Grayscale: #4F4F4F. Windows color (decimal): -10929994 or 11941977. OLE color: 11941977.
HSL color Cylindrical-coordinate representation of color #5938B6: hue angle of 255.71º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5938B6 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 56 | 182 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.29 |
| HSL | 255.71º | 0.53% | 0.47% | - |
| HSV(B) | 255.71º | 0.69% | 0.71% | - |
| XYZ | 13.98 | 8.33 | 45.13 | - |
| YUV | 80.23 | 185.43 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 56 | 182 | 0.51 | 0.69 | 0 | 0.29 | 255.71 | 0.53 | 0.47 |
| Hex | 59 | 38 | B6 | 33 | 45 | 0 | 1D | 100 | 35 | 2F |
| Octal | 131 | 70 | 266 | 63 | 105 | 0 | 35 | 400 | 65 | 57 |
| Binary | 1011001 | 111000 | 10110110 | 110011 | 1000101 | 0 | 11101 | 100000000 | 110101 | 101111 |
Color Harmonies of #5938B6
Complementary color
Monochromatic Colors of #5938B6
Black with #5938B6
Text Example
Text Example
White with #5938B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5938B6; }
p { color: rgb(89,56,182); }
H1.HeaderClassName
{
color: #5938B6;
}
.AnyTagClassName
{
color: #5938B6;
}
</style>
background-color css
<style>
a { background-color: #5938B6; }
a { background-color: rgb(89,56,182); }
div.DivClassName
{
background-color: #5938B6;
}
.BgClassName
{
background-color: #5938B6;
}
</style>
border-color css
<style>
span { border-color: #5938B6; }
span { border-color: rgb(89,56,182); }
td.TdClassName
{
border-color: #5938B6;
}
.TagClassName
{
border-color: #5938B6;
}
</style>