Shades of Purple Heart #5B16CA
Tints of Purple Heart #5B16CA
RGB
CMYK
RGB Variations
Color information
#5B16CA (or 0x5B16CA) is known color: Purple Heart. HEX triplet: 5B, 16 and CA. RGB value is (91,22,202). Sum of RGB (Red+Green+Blue) = 91+22+202=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B16CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B16CA is #A4E935. Grayscale: #3E3E3E. Windows color (decimal): -10807606 or 13243995. OLE color: 13243995.
HSL color Cylindrical-coordinate representation of color #5B16CA: hue angle of 263º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B16CA is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 22 | 202 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.21 |
| HSL | 263º | 0.8% | 0.44% | - |
| HSV(B) | 263º | 0.89% | 0.79% | - |
| XYZ | 15.26 | 7.06 | 56.44 | - |
| YUV | 63.15 | 206.36 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 202 | 0.55 | 0.89 | 0 | 0.21 | 263 | 0.8 | 0.44 |
| Hex | 5B | 16 | CA | 37 | 59 | 0 | 15 | 107 | 50 | 2C |
| Octal | 133 | 26 | 312 | 67 | 131 | 0 | 25 | 407 | 120 | 54 |
| Binary | 1011011 | 10110 | 11001010 | 110111 | 1011001 | 0 | 10101 | 100000111 | 1010000 | 101100 |
Color Harmonies of #5B16CA
Complementary color
Monochromatic Colors of #5B16CA
Black with #5B16CA
Text Example
Text Example
White with #5B16CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B16CA; }
p { color: rgb(91,22,202); }
H1.HeaderClassName
{
color: #5B16CA;
}
.AnyTagClassName
{
color: #5B16CA;
}
</style>
background-color css
<style>
a { background-color: #5B16CA; }
a { background-color: rgb(91,22,202); }
div.DivClassName
{
background-color: #5B16CA;
}
.BgClassName
{
background-color: #5B16CA;
}
</style>
border-color css
<style>
span { border-color: #5B16CA; }
span { border-color: rgb(91,22,202); }
td.TdClassName
{
border-color: #5B16CA;
}
.TagClassName
{
border-color: #5B16CA;
}
</style>