Shades of Purple Heart #5B17BC
Tints of Purple Heart #5B17BC
RGB
CMYK
RGB Variations
Color information
#5B17BC (or 0x5B17BC) is known color: Purple Heart. HEX triplet: 5B, 17 and BC. RGB value is (91,23,188). Sum of RGB (Red+Green+Blue) = 91+23+188=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B17BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B17BC is #A4E843. Grayscale: #3D3D3D. Windows color (decimal): -10807364 or 12326747. OLE color: 12326747.
HSL color Cylindrical-coordinate representation of color #5B17BC: hue angle of 264.73º 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 #5B17BC is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 23 | 188 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.26 |
| HSL | 264.73º | 0.78% | 0.41% | - |
| HSV(B) | 264.73º | 0.88% | 0.74% | - |
| XYZ | 13.7 | 6.47 | 48.1 | - |
| YUV | 62.14 | 199.03 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 23 | 188 | 0.52 | 0.88 | 0 | 0.26 | 264.73 | 0.78 | 0.41 |
| Hex | 5B | 17 | BC | 34 | 58 | 0 | 1A | 109 | 4E | 29 |
| Octal | 133 | 27 | 274 | 64 | 130 | 0 | 32 | 411 | 116 | 51 |
| Binary | 1011011 | 10111 | 10111100 | 110100 | 1011000 | 0 | 11010 | 100001001 | 1001110 | 101001 |
Color Harmonies of #5B17BC
Complementary color
Monochromatic Colors of #5B17BC
Black with #5B17BC
Text Example
Text Example
White with #5B17BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B17BC; }
p { color: rgb(91,23,188); }
H1.HeaderClassName
{
color: #5B17BC;
}
.AnyTagClassName
{
color: #5B17BC;
}
</style>
background-color css
<style>
a { background-color: #5B17BC; }
a { background-color: rgb(91,23,188); }
div.DivClassName
{
background-color: #5B17BC;
}
.BgClassName
{
background-color: #5B17BC;
}
</style>
border-color css
<style>
span { border-color: #5B17BC; }
span { border-color: rgb(91,23,188); }
td.TdClassName
{
border-color: #5B17BC;
}
.TagClassName
{
border-color: #5B17BC;
}
</style>