Shades of Purple Heart #5A06B5
Tints of Purple Heart #5A06B5
RGB
CMYK
RGB Variations
Color information
#5A06B5 (or 0x5A06B5) is known color: Purple Heart. HEX triplet: 5A, 06 and B5. RGB value is (90,6,181). Sum of RGB (Red+Green+Blue) = 90+6+181=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 181 (71.09% from 255 or 65.34% from 277); Max value from RGB is 181 - color contains mainly: blue. Hex color #5A06B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A06B5 is #A5F94A. Grayscale: #323232. Windows color (decimal): -10877259 or 11863642. OLE color: 11863642.
HSL color Cylindrical-coordinate representation of color #5A06B5: hue angle of 268.8º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A06B5 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 6 | 181 | - |
| CMYK | 0.50 | 0.97 | 0 | 0.29 |
| HSL | 268.8º | 0.94% | 0.37% | - |
| HSV(B) | 268.8º | 0.97% | 0.71% | - |
| XYZ | 12.62 | 5.64 | 44.14 | - |
| YUV | 51.07 | 201.33 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 6 | 181 | 0.50 | 0.97 | 0 | 0.29 | 268.8 | 0.94 | 0.37 |
| Hex | 5A | 6 | B5 | 32 | 61 | 0 | 1D | 10D | 5E | 25 |
| Octal | 132 | 6 | 265 | 62 | 141 | 0 | 35 | 415 | 136 | 45 |
| Binary | 1011010 | 110 | 10110101 | 110010 | 1100001 | 0 | 11101 | 100001101 | 1011110 | 100101 |
Color Harmonies of #5A06B5
Complementary color
Monochromatic Colors of #5A06B5
Black with #5A06B5
Text Example
Text Example
White with #5A06B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A06B5; }
p { color: rgb(90,6,181); }
H1.HeaderClassName
{
color: #5A06B5;
}
.AnyTagClassName
{
color: #5A06B5;
}
</style>
background-color css
<style>
a { background-color: #5A06B5; }
a { background-color: rgb(90,6,181); }
div.DivClassName
{
background-color: #5A06B5;
}
.BgClassName
{
background-color: #5A06B5;
}
</style>
border-color css
<style>
span { border-color: #5A06B5; }
span { border-color: rgb(90,6,181); }
td.TdClassName
{
border-color: #5A06B5;
}
.TagClassName
{
border-color: #5A06B5;
}
</style>