Shades of Purple Heart #5A11B9
Tints of Purple Heart #5A11B9
RGB
CMYK
RGB Variations
Color information
#5A11B9 (or 0x5A11B9) is known color: Purple Heart. HEX triplet: 5A, 11 and B9. RGB value is (90,17,185). Sum of RGB (Red+Green+Blue) = 90+17+185=292 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.82% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 185 (72.66% from 255 or 63.36% from 292); Max value from RGB is 185 - color contains mainly: blue. Hex color #5A11B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A11B9 is #A5EE46. Grayscale: #393939. Windows color (decimal): -10874439 or 12128602. OLE color: 12128602.
HSL color Cylindrical-coordinate representation of color #5A11B9: hue angle of 266.07º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A11B9 is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 17 | 185 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.27 |
| HSL | 266.07º | 0.83% | 0.4% | - |
| HSV(B) | 266.07º | 0.91% | 0.73% | - |
| XYZ | 13.17 | 6.08 | 46.38 | - |
| YUV | 57.98 | 199.68 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 185 | 0.51 | 0.91 | 0 | 0.27 | 266.07 | 0.83 | 0.4 |
| Hex | 5A | 11 | B9 | 33 | 5B | 0 | 1B | 10A | 53 | 28 |
| Octal | 132 | 21 | 271 | 63 | 133 | 0 | 33 | 412 | 123 | 50 |
| Binary | 1011010 | 10001 | 10111001 | 110011 | 1011011 | 0 | 11011 | 100001010 | 1010011 | 101000 |
Color Harmonies of #5A11B9
Complementary color
Monochromatic Colors of #5A11B9
Black with #5A11B9
Text Example
Text Example
White with #5A11B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A11B9; }
p { color: rgb(90,17,185); }
H1.HeaderClassName
{
color: #5A11B9;
}
.AnyTagClassName
{
color: #5A11B9;
}
</style>
background-color css
<style>
a { background-color: #5A11B9; }
a { background-color: rgb(90,17,185); }
div.DivClassName
{
background-color: #5A11B9;
}
.BgClassName
{
background-color: #5A11B9;
}
</style>
border-color css
<style>
span { border-color: #5A11B9; }
span { border-color: rgb(90,17,185); }
td.TdClassName
{
border-color: #5A11B9;
}
.TagClassName
{
border-color: #5A11B9;
}
</style>