Shades of Purple Heart #5817BC
Tints of Purple Heart #5817BC
RGB
CMYK
RGB Variations
Color information
#5817BC (or 0x5817BC) is known color: Purple Heart. HEX triplet: 58, 17 and BC. RGB value is (88,23,188). Sum of RGB (Red+Green+Blue) = 88+23+188=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #5817BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5817BC is #A7E843. Grayscale: #3C3C3C. Windows color (decimal): -11003972 or 12326744. OLE color: 12326744.
HSL color Cylindrical-coordinate representation of color #5817BC: hue angle of 263.64º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5817BC is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 23 | 188 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.26 |
| HSL | 263.64º | 0.78% | 0.41% | - |
| HSV(B) | 263.64º | 0.88% | 0.74% | - |
| XYZ | 13.41 | 6.32 | 48.09 | - |
| YUV | 61.25 | 199.53 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 188 | 0.53 | 0.88 | 0 | 0.26 | 263.64 | 0.78 | 0.41 |
| Hex | 58 | 17 | BC | 35 | 58 | 0 | 1A | 108 | 4E | 29 |
| Octal | 130 | 27 | 274 | 65 | 130 | 0 | 32 | 410 | 116 | 51 |
| Binary | 1011000 | 10111 | 10111100 | 110101 | 1011000 | 0 | 11010 | 100001000 | 1001110 | 101001 |
Color Harmonies of #5817BC
Complementary color
Monochromatic Colors of #5817BC
Black with #5817BC
Text Example
Text Example
White with #5817BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5817BC; }
p { color: rgb(88,23,188); }
H1.HeaderClassName
{
color: #5817BC;
}
.AnyTagClassName
{
color: #5817BC;
}
</style>
background-color css
<style>
a { background-color: #5817BC; }
a { background-color: rgb(88,23,188); }
div.DivClassName
{
background-color: #5817BC;
}
.BgClassName
{
background-color: #5817BC;
}
</style>
border-color css
<style>
span { border-color: #5817BC; }
span { border-color: rgb(88,23,188); }
td.TdClassName
{
border-color: #5817BC;
}
.TagClassName
{
border-color: #5817BC;
}
</style>