Shades of Purple Heart #5820BC
Tints of Purple Heart #5820BC
RGB
CMYK
RGB Variations
Color information
#5820BC (or 0x5820BC) is known color: Purple Heart. HEX triplet: 58, 20 and BC. RGB value is (88,32,188). Sum of RGB (Red+Green+Blue) = 88+32+188=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #5820BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5820BC is #A7DF43. Grayscale: #414141. Windows color (decimal): -11001668 or 12329048. OLE color: 12329048.
HSL color Cylindrical-coordinate representation of color #5820BC: hue angle of 261.54º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5820BC is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 32 | 188 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.26 |
| HSL | 261.54º | 0.71% | 0.43% | - |
| HSV(B) | 261.54º | 0.83% | 0.74% | - |
| XYZ | 13.62 | 6.74 | 48.16 | - |
| YUV | 66.53 | 196.55 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 32 | 188 | 0.53 | 0.83 | 0 | 0.26 | 261.54 | 0.71 | 0.43 |
| Hex | 58 | 20 | BC | 35 | 53 | 0 | 1A | 106 | 47 | 2B |
| Octal | 130 | 40 | 274 | 65 | 123 | 0 | 32 | 406 | 107 | 53 |
| Binary | 1011000 | 100000 | 10111100 | 110101 | 1010011 | 0 | 11010 | 100000110 | 1000111 | 101011 |
Color Harmonies of #5820BC
Complementary color
Monochromatic Colors of #5820BC
Black with #5820BC
Text Example
Text Example
White with #5820BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5820BC; }
p { color: rgb(88,32,188); }
H1.HeaderClassName
{
color: #5820BC;
}
.AnyTagClassName
{
color: #5820BC;
}
</style>
background-color css
<style>
a { background-color: #5820BC; }
a { background-color: rgb(88,32,188); }
div.DivClassName
{
background-color: #5820BC;
}
.BgClassName
{
background-color: #5820BC;
}
</style>
border-color css
<style>
span { border-color: #5820BC; }
span { border-color: rgb(88,32,188); }
td.TdClassName
{
border-color: #5820BC;
}
.TagClassName
{
border-color: #5820BC;
}
</style>