Shades of Purple Heart #5834B8
Tints of Purple Heart #5834B8
RGB
CMYK
RGB Variations
Color information
#5834B8 (or 0x5834B8) is known color: Purple Heart. HEX triplet: 58, 34 and B8. RGB value is (88,52,184). Sum of RGB (Red+Green+Blue) = 88+52+184=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 184 (72.27% from 255 or 56.79% from 324); Max value from RGB is 184 - color contains mainly: blue. Hex color #5834B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5834B8 is #A7CB47. Grayscale: #4D4D4D. Windows color (decimal): -10996552 or 12072024. OLE color: 12072024.
HSL color Cylindrical-coordinate representation of color #5834B8: hue angle of 256.36º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5834B8 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 88 | 52 | 184 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.28 |
| HSL | 256.36º | 0.56% | 0.46% | - |
| HSV(B) | 256.36º | 0.72% | 0.72% | - |
| XYZ | 13.9 | 7.99 | 46.16 | - |
| YUV | 77.81 | 187.93 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 52 | 184 | 0.52 | 0.72 | 0 | 0.28 | 256.36 | 0.56 | 0.46 |
| Hex | 58 | 34 | B8 | 34 | 48 | 0 | 1C | 100 | 38 | 2E |
| Octal | 130 | 64 | 270 | 64 | 110 | 0 | 34 | 400 | 70 | 56 |
| Binary | 1011000 | 110100 | 10111000 | 110100 | 1001000 | 0 | 11100 | 100000000 | 111000 | 101110 |
Color Harmonies of #5834B8
Complementary color
Monochromatic Colors of #5834B8
Black with #5834B8
Text Example
Text Example
White with #5834B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5834B8; }
p { color: rgb(88,52,184); }
H1.HeaderClassName
{
color: #5834B8;
}
.AnyTagClassName
{
color: #5834B8;
}
</style>
background-color css
<style>
a { background-color: #5834B8; }
a { background-color: rgb(88,52,184); }
div.DivClassName
{
background-color: #5834B8;
}
.BgClassName
{
background-color: #5834B8;
}
</style>
border-color css
<style>
span { border-color: #5834B8; }
span { border-color: rgb(88,52,184); }
td.TdClassName
{
border-color: #5834B8;
}
.TagClassName
{
border-color: #5834B8;
}
</style>