Shades of Purple Heart #5A0DBF
Tints of Purple Heart #5A0DBF
RGB
CMYK
RGB Variations
Color information
#5A0DBF (or 0x5A0DBF) is known color: Purple Heart. HEX triplet: 5A, 0D and BF. RGB value is (90,13,191). Sum of RGB (Red+Green+Blue) = 90+13+191=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 191 (75% from 255 or 64.97% from 294); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A0DBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0DBF is #A5F240. Grayscale: #373737. Windows color (decimal): -10875457 or 12520794. OLE color: 12520794.
HSL color Cylindrical-coordinate representation of color #5A0DBF: hue angle of 265.96º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A0DBF is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 13 | 191 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.25 |
| HSL | 265.96º | 0.87% | 0.4% | - |
| HSV(B) | 265.96º | 0.93% | 0.75% | - |
| XYZ | 13.76 | 6.22 | 49.77 | - |
| YUV | 56.32 | 204.01 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 13 | 191 | 0.53 | 0.93 | 0 | 0.25 | 265.96 | 0.87 | 0.4 |
| Hex | 5A | D | BF | 35 | 5D | 0 | 19 | 10A | 57 | 28 |
| Octal | 132 | 15 | 277 | 65 | 135 | 0 | 31 | 412 | 127 | 50 |
| Binary | 1011010 | 1101 | 10111111 | 110101 | 1011101 | 0 | 11001 | 100001010 | 1010111 | 101000 |
Color Harmonies of #5A0DBF
Complementary color
Monochromatic Colors of #5A0DBF
Black with #5A0DBF
Text Example
Text Example
White with #5A0DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0DBF; }
p { color: rgb(90,13,191); }
H1.HeaderClassName
{
color: #5A0DBF;
}
.AnyTagClassName
{
color: #5A0DBF;
}
</style>
background-color css
<style>
a { background-color: #5A0DBF; }
a { background-color: rgb(90,13,191); }
div.DivClassName
{
background-color: #5A0DBF;
}
.BgClassName
{
background-color: #5A0DBF;
}
</style>
border-color css
<style>
span { border-color: #5A0DBF; }
span { border-color: rgb(90,13,191); }
td.TdClassName
{
border-color: #5A0DBF;
}
.TagClassName
{
border-color: #5A0DBF;
}
</style>