Shades of Purple Heart #5A30BA
Tints of Purple Heart #5A30BA
RGB
CMYK
RGB Variations
Color information
#5A30BA (or 0x5A30BA) is known color: Purple Heart. HEX triplet: 5A, 30 and BA. RGB value is (90,48,186). Sum of RGB (Red+Green+Blue) = 90+48+186=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A30BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A30BA is #A5CF45. Grayscale: #4B4B4B. Windows color (decimal): -10866502 or 12202074. OLE color: 12202074.
HSL color Cylindrical-coordinate representation of color #5A30BA: hue angle of 258.26º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A30BA is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 48 | 186 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.27 |
| HSL | 258.26º | 0.59% | 0.46% | - |
| HSV(B) | 258.26º | 0.74% | 0.73% | - |
| XYZ | 14.14 | 7.83 | 47.22 | - |
| YUV | 76.29 | 189.91 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 186 | 0.52 | 0.74 | 0 | 0.27 | 258.26 | 0.59 | 0.46 |
| Hex | 5A | 30 | BA | 34 | 4A | 0 | 1B | 102 | 3B | 2E |
| Octal | 132 | 60 | 272 | 64 | 112 | 0 | 33 | 402 | 73 | 56 |
| Binary | 1011010 | 110000 | 10111010 | 110100 | 1001010 | 0 | 11011 | 100000010 | 111011 | 101110 |
Color Harmonies of #5A30BA
Complementary color
Monochromatic Colors of #5A30BA
Black with #5A30BA
Text Example
Text Example
White with #5A30BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A30BA; }
p { color: rgb(90,48,186); }
H1.HeaderClassName
{
color: #5A30BA;
}
.AnyTagClassName
{
color: #5A30BA;
}
</style>
background-color css
<style>
a { background-color: #5A30BA; }
a { background-color: rgb(90,48,186); }
div.DivClassName
{
background-color: #5A30BA;
}
.BgClassName
{
background-color: #5A30BA;
}
</style>
border-color css
<style>
span { border-color: #5A30BA; }
span { border-color: rgb(90,48,186); }
td.TdClassName
{
border-color: #5A30BA;
}
.TagClassName
{
border-color: #5A30BA;
}
</style>