Shades of Purple Heart #5A0BBF
Tints of Purple Heart #5A0BBF
RGB
CMYK
RGB Variations
Color information
#5A0BBF (or 0x5A0BBF) is known color: Purple Heart. HEX triplet: 5A, 0B and BF. RGB value is (90,11,191). Sum of RGB (Red+Green+Blue) = 90+11+191=292 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.82% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 191 (75% from 255 or 65.41% from 292); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A0BBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0BBF is #A5F440. Grayscale: #363636. Windows color (decimal): -10875969 or 12520282. OLE color: 12520282.
HSL color Cylindrical-coordinate representation of color #5A0BBF: hue angle of 266.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0BBF is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 11 | 191 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.25 |
| HSL | 266.33º | 0.89% | 0.4% | - |
| HSV(B) | 266.33º | 0.94% | 0.75% | - |
| XYZ | 13.74 | 6.17 | 49.76 | - |
| YUV | 55.14 | 204.67 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 11 | 191 | 0.53 | 0.94 | 0 | 0.25 | 266.33 | 0.89 | 0.4 |
| Hex | 5A | B | BF | 35 | 5E | 0 | 19 | 10A | 59 | 28 |
| Octal | 132 | 13 | 277 | 65 | 136 | 0 | 31 | 412 | 131 | 50 |
| Binary | 1011010 | 1011 | 10111111 | 110101 | 1011110 | 0 | 11001 | 100001010 | 1011001 | 101000 |
Color Harmonies of #5A0BBF
Complementary color
Monochromatic Colors of #5A0BBF
Black with #5A0BBF
Text Example
Text Example
White with #5A0BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0BBF; }
p { color: rgb(90,11,191); }
H1.HeaderClassName
{
color: #5A0BBF;
}
.AnyTagClassName
{
color: #5A0BBF;
}
</style>
background-color css
<style>
a { background-color: #5A0BBF; }
a { background-color: rgb(90,11,191); }
div.DivClassName
{
background-color: #5A0BBF;
}
.BgClassName
{
background-color: #5A0BBF;
}
</style>
border-color css
<style>
span { border-color: #5A0BBF; }
span { border-color: rgb(90,11,191); }
td.TdClassName
{
border-color: #5A0BBF;
}
.TagClassName
{
border-color: #5A0BBF;
}
</style>