Shades of Purple Heart #5A2BDF
Tints of Purple Heart #5A2BDF
RGB
CMYK
RGB Variations
Color information
#5A2BDF (or 0x5A2BDF) is known color: Purple Heart. HEX triplet: 5A, 2B and DF. RGB value is (90,43,223). Sum of RGB (Red+Green+Blue) = 90+43+223=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A2BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2BDF is #A5D420. Grayscale: #4C4C4C. Windows color (decimal): -10867745 or 14625626. OLE color: 14625626.
HSL color Cylindrical-coordinate representation of color #5A2BDF: hue angle of 255.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A2BDF is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 43 | 223 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.13 |
| HSL | 255.67º | 0.74% | 0.52% | - |
| HSV(B) | 255.67º | 0.81% | 0.87% | - |
| XYZ | 18.4 | 9.23 | 70.62 | - |
| YUV | 77.57 | 210.07 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 43 | 223 | 0.60 | 0.81 | 0 | 0.13 | 255.67 | 0.74 | 0.52 |
| Hex | 5A | 2B | DF | 3C | 51 | 0 | D | 100 | 4A | 34 |
| Octal | 132 | 53 | 337 | 74 | 121 | 0 | 15 | 400 | 112 | 64 |
| Binary | 1011010 | 101011 | 11011111 | 111100 | 1010001 | 0 | 1101 | 100000000 | 1001010 | 110100 |
Color Harmonies of #5A2BDF
Complementary color
Monochromatic Colors of #5A2BDF
Black with #5A2BDF
Text Example
Text Example
White with #5A2BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2BDF; }
p { color: rgb(90,43,223); }
H1.HeaderClassName
{
color: #5A2BDF;
}
.AnyTagClassName
{
color: #5A2BDF;
}
</style>
background-color css
<style>
a { background-color: #5A2BDF; }
a { background-color: rgb(90,43,223); }
div.DivClassName
{
background-color: #5A2BDF;
}
.BgClassName
{
background-color: #5A2BDF;
}
</style>
border-color css
<style>
span { border-color: #5A2BDF; }
span { border-color: rgb(90,43,223); }
td.TdClassName
{
border-color: #5A2BDF;
}
.TagClassName
{
border-color: #5A2BDF;
}
</style>