Shades of Purple Heart #5B16C1
Tints of Purple Heart #5B16C1
RGB
CMYK
RGB Variations
Color information
#5B16C1 (or 0x5B16C1) is known color: Purple Heart. HEX triplet: 5B, 16 and C1. RGB value is (91,22,193). Sum of RGB (Red+Green+Blue) = 91+22+193=306 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.74% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 193 (75.78% from 255 or 63.07% from 306); Max value from RGB is 193 - color contains mainly: blue. Hex color #5B16C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B16C1 is #A4E93E. Grayscale: #3D3D3D. Windows color (decimal): -10807615 or 12654171. OLE color: 12654171.
HSL color Cylindrical-coordinate representation of color #5B16C1: hue angle of 264.21º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B16C1 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 22 | 193 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.24 |
| HSL | 264.21º | 0.8% | 0.42% | - |
| HSV(B) | 264.21º | 0.89% | 0.76% | - |
| XYZ | 14.23 | 6.65 | 50.99 | - |
| YUV | 62.13 | 201.86 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 193 | 0.53 | 0.89 | 0 | 0.24 | 264.21 | 0.8 | 0.42 |
| Hex | 5B | 16 | C1 | 35 | 59 | 0 | 18 | 108 | 50 | 2A |
| Octal | 133 | 26 | 301 | 65 | 131 | 0 | 30 | 410 | 120 | 52 |
| Binary | 1011011 | 10110 | 11000001 | 110101 | 1011001 | 0 | 11000 | 100001000 | 1010000 | 101010 |
Color Harmonies of #5B16C1
Complementary color
Monochromatic Colors of #5B16C1
Black with #5B16C1
Text Example
Text Example
White with #5B16C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B16C1; }
p { color: rgb(91,22,193); }
H1.HeaderClassName
{
color: #5B16C1;
}
.AnyTagClassName
{
color: #5B16C1;
}
</style>
background-color css
<style>
a { background-color: #5B16C1; }
a { background-color: rgb(91,22,193); }
div.DivClassName
{
background-color: #5B16C1;
}
.BgClassName
{
background-color: #5B16C1;
}
</style>
border-color css
<style>
span { border-color: #5B16C1; }
span { border-color: rgb(91,22,193); }
td.TdClassName
{
border-color: #5B16C1;
}
.TagClassName
{
border-color: #5B16C1;
}
</style>