Shades of Purple Heart #5A0DBA
Tints of Purple Heart #5A0DBA
RGB
CMYK
RGB Variations
Color information
#5A0DBA (or 0x5A0DBA) is known color: Purple Heart. HEX triplet: 5A, 0D and BA. RGB value is (90,13,186). Sum of RGB (Red+Green+Blue) = 90+13+186=289 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.14% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A0DBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0DBA is #A5F245. Grayscale: #373737. Windows color (decimal): -10875462 or 12193114. OLE color: 12193114.
HSL color Cylindrical-coordinate representation of color #5A0DBA: hue angle of 266.71º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A0DBA is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 13 | 186 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.27 |
| HSL | 266.71º | 0.87% | 0.39% | - |
| HSV(B) | 266.71º | 0.93% | 0.73% | - |
| XYZ | 13.22 | 6.01 | 46.92 | - |
| YUV | 55.75 | 201.51 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 13 | 186 | 0.52 | 0.93 | 0 | 0.27 | 266.71 | 0.87 | 0.39 |
| Hex | 5A | D | BA | 34 | 5D | 0 | 1B | 10B | 57 | 27 |
| Octal | 132 | 15 | 272 | 64 | 135 | 0 | 33 | 413 | 127 | 47 |
| Binary | 1011010 | 1101 | 10111010 | 110100 | 1011101 | 0 | 11011 | 100001011 | 1010111 | 100111 |
Color Harmonies of #5A0DBA
Complementary color
Monochromatic Colors of #5A0DBA
Black with #5A0DBA
Text Example
Text Example
White with #5A0DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0DBA; }
p { color: rgb(90,13,186); }
H1.HeaderClassName
{
color: #5A0DBA;
}
.AnyTagClassName
{
color: #5A0DBA;
}
</style>
background-color css
<style>
a { background-color: #5A0DBA; }
a { background-color: rgb(90,13,186); }
div.DivClassName
{
background-color: #5A0DBA;
}
.BgClassName
{
background-color: #5A0DBA;
}
</style>
border-color css
<style>
span { border-color: #5A0DBA; }
span { border-color: rgb(90,13,186); }
td.TdClassName
{
border-color: #5A0DBA;
}
.TagClassName
{
border-color: #5A0DBA;
}
</style>