Shades of Purple Heart #5923BD
Tints of Purple Heart #5923BD
RGB
CMYK
RGB Variations
Color information
#5923BD (or 0x5923BD) is known color: Purple Heart. HEX triplet: 59, 23 and BD. RGB value is (89,35,189). Sum of RGB (Red+Green+Blue) = 89+35+189=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #5923BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5923BD is #A6DC42. Grayscale: #444444. Windows color (decimal): -10935363 or 12395353. OLE color: 12395353.
HSL color Cylindrical-coordinate representation of color #5923BD: hue angle of 261.04º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5923BD is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 35 | 189 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.26 |
| HSL | 261.04º | 0.69% | 0.44% | - |
| HSV(B) | 261.04º | 0.81% | 0.74% | - |
| XYZ | 13.91 | 7 | 48.76 | - |
| YUV | 68.7 | 195.89 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 35 | 189 | 0.53 | 0.81 | 0 | 0.26 | 261.04 | 0.69 | 0.44 |
| Hex | 59 | 23 | BD | 35 | 51 | 0 | 1A | 105 | 45 | 2C |
| Octal | 131 | 43 | 275 | 65 | 121 | 0 | 32 | 405 | 105 | 54 |
| Binary | 1011001 | 100011 | 10111101 | 110101 | 1010001 | 0 | 11010 | 100000101 | 1000101 | 101100 |
Color Harmonies of #5923BD
Complementary color
Monochromatic Colors of #5923BD
Black with #5923BD
Text Example
Text Example
White with #5923BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5923BD; }
p { color: rgb(89,35,189); }
H1.HeaderClassName
{
color: #5923BD;
}
.AnyTagClassName
{
color: #5923BD;
}
</style>
background-color css
<style>
a { background-color: #5923BD; }
a { background-color: rgb(89,35,189); }
div.DivClassName
{
background-color: #5923BD;
}
.BgClassName
{
background-color: #5923BD;
}
</style>
border-color css
<style>
span { border-color: #5923BD; }
span { border-color: rgb(89,35,189); }
td.TdClassName
{
border-color: #5923BD;
}
.TagClassName
{
border-color: #5923BD;
}
</style>