Shades of Purple Heart #5A2CDE
Tints of Purple Heart #5A2CDE
RGB
CMYK
RGB Variations
Color information
#5A2CDE (or 0x5A2CDE) is known color: Purple Heart. HEX triplet: 5A, 2C and DE. RGB value is (90,44,222). Sum of RGB (Red+Green+Blue) = 90+44+222=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 44 (17.58% from 255 or 12.36% from 356); Blue value is 222 (87.11% from 255 or 62.36% from 356); Max value from RGB is 222 - color contains mainly: blue. Hex color #5A2CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2CDE is #A5D321. Grayscale: #4D4D4D. Windows color (decimal): -10867490 or 14560346. OLE color: 14560346.
HSL color Cylindrical-coordinate representation of color #5A2CDE: hue angle of 255.51º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A2CDE is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 44 | 222 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.13 |
| HSL | 255.51º | 0.73% | 0.52% | - |
| HSV(B) | 255.51º | 0.8% | 0.87% | - |
| XYZ | 18.3 | 9.25 | 69.93 | - |
| YUV | 78.05 | 209.24 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 44 | 222 | 0.59 | 0.80 | 0 | 0.13 | 255.51 | 0.73 | 0.52 |
| Hex | 5A | 2C | DE | 3B | 50 | 0 | D | 100 | 49 | 34 |
| Octal | 132 | 54 | 336 | 73 | 120 | 0 | 15 | 400 | 111 | 64 |
| Binary | 1011010 | 101100 | 11011110 | 111011 | 1010000 | 0 | 1101 | 100000000 | 1001001 | 110100 |
Color Harmonies of #5A2CDE
Complementary color
Monochromatic Colors of #5A2CDE
Black with #5A2CDE
Text Example
Text Example
White with #5A2CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2CDE; }
p { color: rgb(90,44,222); }
H1.HeaderClassName
{
color: #5A2CDE;
}
.AnyTagClassName
{
color: #5A2CDE;
}
</style>
background-color css
<style>
a { background-color: #5A2CDE; }
a { background-color: rgb(90,44,222); }
div.DivClassName
{
background-color: #5A2CDE;
}
.BgClassName
{
background-color: #5A2CDE;
}
</style>
border-color css
<style>
span { border-color: #5A2CDE; }
span { border-color: rgb(90,44,222); }
td.TdClassName
{
border-color: #5A2CDE;
}
.TagClassName
{
border-color: #5A2CDE;
}
</style>