Shades of Purple Heart #5A2CDC
Tints of Purple Heart #5A2CDC
RGB
CMYK
RGB Variations
Color information
#5A2CDC (or 0x5A2CDC) is known color: Purple Heart. HEX triplet: 5A, 2C and DC. RGB value is (90,44,220). Sum of RGB (Red+Green+Blue) = 90+44+220=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #5A2CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2CDC is #A5D323. Grayscale: #4D4D4D. Windows color (decimal): -10867492 or 14429274. OLE color: 14429274.
HSL color Cylindrical-coordinate representation of color #5A2CDC: hue angle of 255.68º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A2CDC is Cyan = 0.59, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 44 | 220 | - |
| CMYK | 0.59 | 0.8 | 0 | 0.14 |
| HSL | 255.68º | 0.72% | 0.52% | - |
| HSV(B) | 255.68º | 0.8% | 0.86% | - |
| XYZ | 18.04 | 9.14 | 68.52 | - |
| YUV | 77.82 | 208.24 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 44 | 220 | 0.59 | 0.8 | 0 | 0.14 | 255.68 | 0.72 | 0.52 |
| Hex | 5A | 2C | DC | 3B | 50 | 0 | E | 100 | 48 | 34 |
| Octal | 132 | 54 | 334 | 73 | 120 | 0 | 16 | 400 | 110 | 64 |
| Binary | 1011010 | 101100 | 11011100 | 111011 | 1010000 | 0 | 1110 | 100000000 | 1001000 | 110100 |
Color Harmonies of #5A2CDC
Complementary color
Monochromatic Colors of #5A2CDC
Black with #5A2CDC
Text Example
Text Example
White with #5A2CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2CDC; }
p { color: rgb(90,44,220); }
H1.HeaderClassName
{
color: #5A2CDC;
}
.AnyTagClassName
{
color: #5A2CDC;
}
</style>
background-color css
<style>
a { background-color: #5A2CDC; }
a { background-color: rgb(90,44,220); }
div.DivClassName
{
background-color: #5A2CDC;
}
.BgClassName
{
background-color: #5A2CDC;
}
</style>
border-color css
<style>
span { border-color: #5A2CDC; }
span { border-color: rgb(90,44,220); }
td.TdClassName
{
border-color: #5A2CDC;
}
.TagClassName
{
border-color: #5A2CDC;
}
</style>