Shades of Purple Heart #5A2CC6
Tints of Purple Heart #5A2CC6
RGB
CMYK
RGB Variations
Color information
#5A2CC6 (or 0x5A2CC6) is known color: Purple Heart. HEX triplet: 5A, 2C and C6. RGB value is (90,44,198). Sum of RGB (Red+Green+Blue) = 90+44+198=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 198 (77.73% from 255 or 59.64% from 332); Max value from RGB is 198 - color contains mainly: blue. Hex color #5A2CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2CC6 is #A5D339. Grayscale: #4A4A4A. Windows color (decimal): -10867514 or 12987482. OLE color: 12987482.
HSL color Cylindrical-coordinate representation of color #5A2CC6: hue angle of 257.92º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A2CC6 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 44 | 198 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.22 |
| HSL | 257.92º | 0.64% | 0.47% | - |
| HSV(B) | 257.92º | 0.78% | 0.78% | - |
| XYZ | 15.31 | 8.05 | 54.17 | - |
| YUV | 75.31 | 197.24 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 44 | 198 | 0.55 | 0.78 | 0 | 0.22 | 257.92 | 0.64 | 0.47 |
| Hex | 5A | 2C | C6 | 37 | 4E | 0 | 16 | 102 | 40 | 2F |
| Octal | 132 | 54 | 306 | 67 | 116 | 0 | 26 | 402 | 100 | 57 |
| Binary | 1011010 | 101100 | 11000110 | 110111 | 1001110 | 0 | 10110 | 100000010 | 1000000 | 101111 |
Color Harmonies of #5A2CC6
Complementary color
Monochromatic Colors of #5A2CC6
Black with #5A2CC6
Text Example
Text Example
White with #5A2CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2CC6; }
p { color: rgb(90,44,198); }
H1.HeaderClassName
{
color: #5A2CC6;
}
.AnyTagClassName
{
color: #5A2CC6;
}
</style>
background-color css
<style>
a { background-color: #5A2CC6; }
a { background-color: rgb(90,44,198); }
div.DivClassName
{
background-color: #5A2CC6;
}
.BgClassName
{
background-color: #5A2CC6;
}
</style>
border-color css
<style>
span { border-color: #5A2CC6; }
span { border-color: rgb(90,44,198); }
td.TdClassName
{
border-color: #5A2CC6;
}
.TagClassName
{
border-color: #5A2CC6;
}
</style>