Shades of Purple Heart #5841BC
Tints of Purple Heart #5841BC
RGB
CMYK
RGB Variations
Color information
#5841BC (or 0x5841BC) is known color: Purple Heart. HEX triplet: 58, 41 and BC. RGB value is (88,65,188). Sum of RGB (Red+Green+Blue) = 88+65+188=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #5841BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5841BC is #A7BE43. Grayscale: #555555. Windows color (decimal): -10993220 or 12337496. OLE color: 12337496.
HSL color Cylindrical-coordinate representation of color #5841BC: hue angle of 251.22º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5841BC is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 65 | 188 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.26 |
| HSL | 251.22º | 0.49% | 0.5% | - |
| HSV(B) | 251.22º | 0.65% | 0.74% | - |
| XYZ | 14.99 | 9.49 | 48.62 | - |
| YUV | 85.9 | 185.62 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 65 | 188 | 0.53 | 0.65 | 0 | 0.26 | 251.22 | 0.49 | 0.5 |
| Hex | 58 | 41 | BC | 35 | 41 | 0 | 1A | FB | 31 | 32 |
| Octal | 130 | 101 | 274 | 65 | 101 | 0 | 32 | 373 | 61 | 62 |
| Binary | 1011000 | 1000001 | 10111100 | 110101 | 1000001 | 0 | 11010 | 11111011 | 110001 | 110010 |
Color Harmonies of #5841BC
Complementary color
Monochromatic Colors of #5841BC
Black with #5841BC
Text Example
Text Example
White with #5841BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5841BC; }
p { color: rgb(88,65,188); }
H1.HeaderClassName
{
color: #5841BC;
}
.AnyTagClassName
{
color: #5841BC;
}
</style>
background-color css
<style>
a { background-color: #5841BC; }
a { background-color: rgb(88,65,188); }
div.DivClassName
{
background-color: #5841BC;
}
.BgClassName
{
background-color: #5841BC;
}
</style>
border-color css
<style>
span { border-color: #5841BC; }
span { border-color: rgb(88,65,188); }
td.TdClassName
{
border-color: #5841BC;
}
.TagClassName
{
border-color: #5841BC;
}
</style>