Shades of Purple Heart #5A0CB5
Tints of Purple Heart #5A0CB5
RGB
CMYK
RGB Variations
Color information
#5A0CB5 (or 0x5A0CB5) is known color: Purple Heart. HEX triplet: 5A, 0C and B5. RGB value is (90,12,181). Sum of RGB (Red+Green+Blue) = 90+12+181=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 181 (71.09% from 255 or 63.96% from 283); Max value from RGB is 181 - color contains mainly: blue. Hex color #5A0CB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0CB5 is #A5F34A. Grayscale: #353535. Windows color (decimal): -10875723 or 11865178. OLE color: 11865178.
HSL color Cylindrical-coordinate representation of color #5A0CB5: hue angle of 267.69º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A0CB5 is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 12 | 181 | - |
| CMYK | 0.50 | 0.93 | 0 | 0.29 |
| HSL | 267.69º | 0.88% | 0.38% | - |
| HSV(B) | 267.69º | 0.93% | 0.71% | - |
| XYZ | 12.69 | 5.77 | 44.16 | - |
| YUV | 54.59 | 199.34 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 12 | 181 | 0.50 | 0.93 | 0 | 0.29 | 267.69 | 0.88 | 0.38 |
| Hex | 5A | C | B5 | 32 | 5D | 0 | 1D | 10C | 58 | 26 |
| Octal | 132 | 14 | 265 | 62 | 135 | 0 | 35 | 414 | 130 | 46 |
| Binary | 1011010 | 1100 | 10110101 | 110010 | 1011101 | 0 | 11101 | 100001100 | 1011000 | 100110 |
Color Harmonies of #5A0CB5
Complementary color
Monochromatic Colors of #5A0CB5
Black with #5A0CB5
Text Example
Text Example
White with #5A0CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0CB5; }
p { color: rgb(90,12,181); }
H1.HeaderClassName
{
color: #5A0CB5;
}
.AnyTagClassName
{
color: #5A0CB5;
}
</style>
background-color css
<style>
a { background-color: #5A0CB5; }
a { background-color: rgb(90,12,181); }
div.DivClassName
{
background-color: #5A0CB5;
}
.BgClassName
{
background-color: #5A0CB5;
}
</style>
border-color css
<style>
span { border-color: #5A0CB5; }
span { border-color: rgb(90,12,181); }
td.TdClassName
{
border-color: #5A0CB5;
}
.TagClassName
{
border-color: #5A0CB5;
}
</style>