Shades of Purple Heart #5834DC
Tints of Purple Heart #5834DC
RGB
CMYK
RGB Variations
Color information
#5834DC (or 0x5834DC) is known color: Purple Heart. HEX triplet: 58, 34 and DC. RGB value is (88,52,220). Sum of RGB (Red+Green+Blue) = 88+52+220=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #5834DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5834DC is #A7CB23. Grayscale: #515151. Windows color (decimal): -10996516 or 14431320. OLE color: 14431320.
HSL color Cylindrical-coordinate representation of color #5834DC: hue angle of 252.86º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5834DC is Cyan = 0.6, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 52 | 220 | - |
| CMYK | 0.6 | 0.76 | 0 | 0.14 |
| HSL | 252.86º | 0.71% | 0.53% | - |
| HSV(B) | 252.86º | 0.76% | 0.86% | - |
| XYZ | 18.17 | 9.7 | 68.62 | - |
| YUV | 81.92 | 205.93 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 52 | 220 | 0.6 | 0.76 | 0 | 0.14 | 252.86 | 0.71 | 0.53 |
| Hex | 58 | 34 | DC | 3C | 4C | 0 | E | FD | 47 | 35 |
| Octal | 130 | 64 | 334 | 74 | 114 | 0 | 16 | 375 | 107 | 65 |
| Binary | 1011000 | 110100 | 11011100 | 111100 | 1001100 | 0 | 1110 | 11111101 | 1000111 | 110101 |
Color Harmonies of #5834DC
Complementary color
Monochromatic Colors of #5834DC
Black with #5834DC
Text Example
Text Example
White with #5834DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5834DC; }
p { color: rgb(88,52,220); }
H1.HeaderClassName
{
color: #5834DC;
}
.AnyTagClassName
{
color: #5834DC;
}
</style>
background-color css
<style>
a { background-color: #5834DC; }
a { background-color: rgb(88,52,220); }
div.DivClassName
{
background-color: #5834DC;
}
.BgClassName
{
background-color: #5834DC;
}
</style>
border-color css
<style>
span { border-color: #5834DC; }
span { border-color: rgb(88,52,220); }
td.TdClassName
{
border-color: #5834DC;
}
.TagClassName
{
border-color: #5834DC;
}
</style>