Shades of Purple Heart #5834BC
Tints of Purple Heart #5834BC
RGB
CMYK
RGB Variations
Color information
#5834BC (or 0x5834BC) is known color: Purple Heart. HEX triplet: 58, 34 and BC. RGB value is (88,52,188). Sum of RGB (Red+Green+Blue) = 88+52+188=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #5834BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5834BC is #A7CB43. Grayscale: #4D4D4D. Windows color (decimal): -10996548 or 12334168. OLE color: 12334168.
HSL color Cylindrical-coordinate representation of color #5834BC: hue angle of 255.88º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5834BC is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 52 | 188 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.26 |
| HSL | 255.88º | 0.57% | 0.47% | - |
| HSV(B) | 255.88º | 0.72% | 0.74% | - |
| XYZ | 14.33 | 8.16 | 48.4 | - |
| YUV | 78.27 | 189.93 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 52 | 188 | 0.53 | 0.72 | 0 | 0.26 | 255.88 | 0.57 | 0.47 |
| Hex | 58 | 34 | BC | 35 | 48 | 0 | 1A | 100 | 39 | 2F |
| Octal | 130 | 64 | 274 | 65 | 110 | 0 | 32 | 400 | 71 | 57 |
| Binary | 1011000 | 110100 | 10111100 | 110101 | 1001000 | 0 | 11010 | 100000000 | 111001 | 101111 |
Color Harmonies of #5834BC
Complementary color
Monochromatic Colors of #5834BC
Black with #5834BC
Text Example
Text Example
White with #5834BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5834BC; }
p { color: rgb(88,52,188); }
H1.HeaderClassName
{
color: #5834BC;
}
.AnyTagClassName
{
color: #5834BC;
}
</style>
background-color css
<style>
a { background-color: #5834BC; }
a { background-color: rgb(88,52,188); }
div.DivClassName
{
background-color: #5834BC;
}
.BgClassName
{
background-color: #5834BC;
}
</style>
border-color css
<style>
span { border-color: #5834BC; }
span { border-color: rgb(88,52,188); }
td.TdClassName
{
border-color: #5834BC;
}
.TagClassName
{
border-color: #5834BC;
}
</style>