Shades of Purple Heart #5A3FBA
Tints of Purple Heart #5A3FBA
RGB
CMYK
RGB Variations
Color information
#5A3FBA (or 0x5A3FBA) is known color: Purple Heart. HEX triplet: 5A, 3F and BA. RGB value is (90,63,186). Sum of RGB (Red+Green+Blue) = 90+63+186=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A3FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3FBA is #A5C045. Grayscale: #545454. Windows color (decimal): -10862662 or 12205914. OLE color: 12205914.
HSL color Cylindrical-coordinate representation of color #5A3FBA: hue angle of 253.17º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A3FBA is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 63 | 186 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.27 |
| HSL | 253.17º | 0.49% | 0.49% | - |
| HSV(B) | 253.17º | 0.66% | 0.73% | - |
| XYZ | 14.86 | 9.27 | 47.46 | - |
| YUV | 85.1 | 184.95 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 63 | 186 | 0.52 | 0.66 | 0 | 0.27 | 253.17 | 0.49 | 0.49 |
| Hex | 5A | 3F | BA | 34 | 42 | 0 | 1B | FD | 31 | 31 |
| Octal | 132 | 77 | 272 | 64 | 102 | 0 | 33 | 375 | 61 | 61 |
| Binary | 1011010 | 111111 | 10111010 | 110100 | 1000010 | 0 | 11011 | 11111101 | 110001 | 110001 |
Color Harmonies of #5A3FBA
Complementary color
Monochromatic Colors of #5A3FBA
Black with #5A3FBA
Text Example
Text Example
White with #5A3FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3FBA; }
p { color: rgb(90,63,186); }
H1.HeaderClassName
{
color: #5A3FBA;
}
.AnyTagClassName
{
color: #5A3FBA;
}
</style>
background-color css
<style>
a { background-color: #5A3FBA; }
a { background-color: rgb(90,63,186); }
div.DivClassName
{
background-color: #5A3FBA;
}
.BgClassName
{
background-color: #5A3FBA;
}
</style>
border-color css
<style>
span { border-color: #5A3FBA; }
span { border-color: rgb(90,63,186); }
td.TdClassName
{
border-color: #5A3FBA;
}
.TagClassName
{
border-color: #5A3FBA;
}
</style>