Shades of Purple Heart #5A0CC6
Tints of Purple Heart #5A0CC6
RGB
CMYK
RGB Variations
Color information
#5A0CC6 (or 0x5A0CC6) is known color: Purple Heart. HEX triplet: 5A, 0C and C6. RGB value is (90,12,198). Sum of RGB (Red+Green+Blue) = 90+12+198=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 198 (77.73% from 255 or 66% from 300); Max value from RGB is 198 - color contains mainly: blue. Hex color #5A0CC6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0CC6 is #A5F339. Grayscale: #373737. Windows color (decimal): -10875706 or 12979290. OLE color: 12979290.
HSL color Cylindrical-coordinate representation of color #5A0CC6: hue angle of 265.16º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0CC6 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 12 | 198 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.22 |
| HSL | 265.16º | 0.89% | 0.41% | - |
| HSV(B) | 265.16º | 0.94% | 0.78% | - |
| XYZ | 14.54 | 6.51 | 53.92 | - |
| YUV | 56.53 | 207.84 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 12 | 198 | 0.55 | 0.94 | 0 | 0.22 | 265.16 | 0.89 | 0.41 |
| Hex | 5A | C | C6 | 37 | 5E | 0 | 16 | 109 | 59 | 29 |
| Octal | 132 | 14 | 306 | 67 | 136 | 0 | 26 | 411 | 131 | 51 |
| Binary | 1011010 | 1100 | 11000110 | 110111 | 1011110 | 0 | 10110 | 100001001 | 1011001 | 101001 |
Color Harmonies of #5A0CC6
Complementary color
Monochromatic Colors of #5A0CC6
Black with #5A0CC6
Text Example
Text Example
White with #5A0CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0CC6; }
p { color: rgb(90,12,198); }
H1.HeaderClassName
{
color: #5A0CC6;
}
.AnyTagClassName
{
color: #5A0CC6;
}
</style>
background-color css
<style>
a { background-color: #5A0CC6; }
a { background-color: rgb(90,12,198); }
div.DivClassName
{
background-color: #5A0CC6;
}
.BgClassName
{
background-color: #5A0CC6;
}
</style>
border-color css
<style>
span { border-color: #5A0CC6; }
span { border-color: rgb(90,12,198); }
td.TdClassName
{
border-color: #5A0CC6;
}
.TagClassName
{
border-color: #5A0CC6;
}
</style>