Shades of Purple Heart #5A0BBC
Tints of Purple Heart #5A0BBC
RGB
CMYK
RGB Variations
Color information
#5A0BBC (or 0x5A0BBC) is known color: Purple Heart. HEX triplet: 5A, 0B and BC. RGB value is (90,11,188). Sum of RGB (Red+Green+Blue) = 90+11+188=289 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.14% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A0BBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0BBC is #A5F443. Grayscale: #363636. Windows color (decimal): -10875972 or 12323674. OLE color: 12323674.
HSL color Cylindrical-coordinate representation of color #5A0BBC: hue angle of 266.78º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0BBC is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 11 | 188 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.26 |
| HSL | 266.78º | 0.89% | 0.39% | - |
| HSV(B) | 266.78º | 0.94% | 0.74% | - |
| XYZ | 13.41 | 6.04 | 48.04 | - |
| YUV | 54.8 | 203.17 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 11 | 188 | 0.52 | 0.94 | 0 | 0.26 | 266.78 | 0.89 | 0.39 |
| Hex | 5A | B | BC | 34 | 5E | 0 | 1A | 10B | 59 | 27 |
| Octal | 132 | 13 | 274 | 64 | 136 | 0 | 32 | 413 | 131 | 47 |
| Binary | 1011010 | 1011 | 10111100 | 110100 | 1011110 | 0 | 11010 | 100001011 | 1011001 | 100111 |
Color Harmonies of #5A0BBC
Complementary color
Monochromatic Colors of #5A0BBC
Black with #5A0BBC
Text Example
Text Example
White with #5A0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0BBC; }
p { color: rgb(90,11,188); }
H1.HeaderClassName
{
color: #5A0BBC;
}
.AnyTagClassName
{
color: #5A0BBC;
}
</style>
background-color css
<style>
a { background-color: #5A0BBC; }
a { background-color: rgb(90,11,188); }
div.DivClassName
{
background-color: #5A0BBC;
}
.BgClassName
{
background-color: #5A0BBC;
}
</style>
border-color css
<style>
span { border-color: #5A0BBC; }
span { border-color: rgb(90,11,188); }
td.TdClassName
{
border-color: #5A0BBC;
}
.TagClassName
{
border-color: #5A0BBC;
}
</style>