Shades of Purple Heart #5A16BF
Tints of Purple Heart #5A16BF
RGB
CMYK
RGB Variations
Color information
#5A16BF (or 0x5A16BF) is known color: Purple Heart. HEX triplet: 5A, 16 and BF. RGB value is (90,22,191). Sum of RGB (Red+Green+Blue) = 90+22+191=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A16BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A16BF is #A5E940. Grayscale: #3C3C3C. Windows color (decimal): -10873153 or 12523098. OLE color: 12523098.
HSL color Cylindrical-coordinate representation of color #5A16BF: hue angle of 264.14º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A16BF is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 22 | 191 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.25 |
| HSL | 264.14º | 0.79% | 0.42% | - |
| HSV(B) | 264.14º | 0.88% | 0.75% | - |
| XYZ | 13.91 | 6.51 | 49.81 | - |
| YUV | 61.6 | 201.03 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 191 | 0.53 | 0.88 | 0 | 0.25 | 264.14 | 0.79 | 0.42 |
| Hex | 5A | 16 | BF | 35 | 58 | 0 | 19 | 108 | 4F | 2A |
| Octal | 132 | 26 | 277 | 65 | 130 | 0 | 31 | 410 | 117 | 52 |
| Binary | 1011010 | 10110 | 10111111 | 110101 | 1011000 | 0 | 11001 | 100001000 | 1001111 | 101010 |
Color Harmonies of #5A16BF
Complementary color
Monochromatic Colors of #5A16BF
Black with #5A16BF
Text Example
Text Example
White with #5A16BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A16BF; }
p { color: rgb(90,22,191); }
H1.HeaderClassName
{
color: #5A16BF;
}
.AnyTagClassName
{
color: #5A16BF;
}
</style>
background-color css
<style>
a { background-color: #5A16BF; }
a { background-color: rgb(90,22,191); }
div.DivClassName
{
background-color: #5A16BF;
}
.BgClassName
{
background-color: #5A16BF;
}
</style>
border-color css
<style>
span { border-color: #5A16BF; }
span { border-color: rgb(90,22,191); }
td.TdClassName
{
border-color: #5A16BF;
}
.TagClassName
{
border-color: #5A16BF;
}
</style>