Shades of Purple Heart #5A0FBC
Tints of Purple Heart #5A0FBC
RGB
CMYK
RGB Variations
Color information
#5A0FBC (or 0x5A0FBC) is known color: Purple Heart. HEX triplet: 5A, 0F and BC. RGB value is (90,15,188). Sum of RGB (Red+Green+Blue) = 90+15+188=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A0FBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0FBC is #A5F043. Grayscale: #383838. Windows color (decimal): -10874948 or 12324698. OLE color: 12324698.
HSL color Cylindrical-coordinate representation of color #5A0FBC: hue angle of 266.01º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A0FBC is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 15 | 188 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.26 |
| HSL | 266.01º | 0.85% | 0.4% | - |
| HSV(B) | 266.01º | 0.92% | 0.74% | - |
| XYZ | 13.46 | 6.15 | 48.05 | - |
| YUV | 57.15 | 201.85 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 15 | 188 | 0.52 | 0.92 | 0 | 0.26 | 266.01 | 0.85 | 0.4 |
| Hex | 5A | F | BC | 34 | 5C | 0 | 1A | 10A | 55 | 28 |
| Octal | 132 | 17 | 274 | 64 | 134 | 0 | 32 | 412 | 125 | 50 |
| Binary | 1011010 | 1111 | 10111100 | 110100 | 1011100 | 0 | 11010 | 100001010 | 1010101 | 101000 |
Color Harmonies of #5A0FBC
Complementary color
Monochromatic Colors of #5A0FBC
Black with #5A0FBC
Text Example
Text Example
White with #5A0FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0FBC; }
p { color: rgb(90,15,188); }
H1.HeaderClassName
{
color: #5A0FBC;
}
.AnyTagClassName
{
color: #5A0FBC;
}
</style>
background-color css
<style>
a { background-color: #5A0FBC; }
a { background-color: rgb(90,15,188); }
div.DivClassName
{
background-color: #5A0FBC;
}
.BgClassName
{
background-color: #5A0FBC;
}
</style>
border-color css
<style>
span { border-color: #5A0FBC; }
span { border-color: rgb(90,15,188); }
td.TdClassName
{
border-color: #5A0FBC;
}
.TagClassName
{
border-color: #5A0FBC;
}
</style>