Shades of Purple Heart #5926B8
Tints of Purple Heart #5926B8
RGB
CMYK
RGB Variations
Color information
#5926B8 (or 0x5926B8) is known color: Purple Heart. HEX triplet: 59, 26 and B8. RGB value is (89,38,184). Sum of RGB (Red+Green+Blue) = 89+38+184=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 184 (72.27% from 255 or 59.16% from 311); Max value from RGB is 184 - color contains mainly: blue. Hex color #5926B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5926B8 is #A6D947. Grayscale: #454545. Windows color (decimal): -10934600 or 12068441. OLE color: 12068441.
HSL color Cylindrical-coordinate representation of color #5926B8: hue angle of 260.96º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5926B8 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 38 | 184 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.28 |
| HSL | 260.96º | 0.66% | 0.44% | - |
| HSV(B) | 260.96º | 0.79% | 0.72% | - |
| XYZ | 13.46 | 6.97 | 45.98 | - |
| YUV | 69.89 | 192.4 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 38 | 184 | 0.52 | 0.79 | 0 | 0.28 | 260.96 | 0.66 | 0.44 |
| Hex | 59 | 26 | B8 | 34 | 4F | 0 | 1C | 105 | 42 | 2C |
| Octal | 131 | 46 | 270 | 64 | 117 | 0 | 34 | 405 | 102 | 54 |
| Binary | 1011001 | 100110 | 10111000 | 110100 | 1001111 | 0 | 11100 | 100000101 | 1000010 | 101100 |
Color Harmonies of #5926B8
Complementary color
Monochromatic Colors of #5926B8
Black with #5926B8
Text Example
Text Example
White with #5926B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5926B8; }
p { color: rgb(89,38,184); }
H1.HeaderClassName
{
color: #5926B8;
}
.AnyTagClassName
{
color: #5926B8;
}
</style>
background-color css
<style>
a { background-color: #5926B8; }
a { background-color: rgb(89,38,184); }
div.DivClassName
{
background-color: #5926B8;
}
.BgClassName
{
background-color: #5926B8;
}
</style>
border-color css
<style>
span { border-color: #5926B8; }
span { border-color: rgb(89,38,184); }
td.TdClassName
{
border-color: #5926B8;
}
.TagClassName
{
border-color: #5926B8;
}
</style>