Shades of Purple Heart #5A2DBD
Tints of Purple Heart #5A2DBD
RGB
CMYK
RGB Variations
Color information
#5A2DBD (or 0x5A2DBD) is known color: Purple Heart. HEX triplet: 5A, 2D and BD. RGB value is (90,45,189). Sum of RGB (Red+Green+Blue) = 90+45+189=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A2DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2DBD is #A5D242. Grayscale: #4A4A4A. Windows color (decimal): -10867267 or 12397914. OLE color: 12397914.
HSL color Cylindrical-coordinate representation of color #5A2DBD: hue angle of 258.75º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A2DBD is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 45 | 189 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.26 |
| HSL | 258.75º | 0.62% | 0.46% | - |
| HSV(B) | 258.75º | 0.76% | 0.74% | - |
| XYZ | 14.34 | 7.72 | 48.88 | - |
| YUV | 74.87 | 192.41 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 45 | 189 | 0.52 | 0.76 | 0 | 0.26 | 258.75 | 0.62 | 0.46 |
| Hex | 5A | 2D | BD | 34 | 4C | 0 | 1A | 103 | 3E | 2E |
| Octal | 132 | 55 | 275 | 64 | 114 | 0 | 32 | 403 | 76 | 56 |
| Binary | 1011010 | 101101 | 10111101 | 110100 | 1001100 | 0 | 11010 | 100000011 | 111110 | 101110 |
Color Harmonies of #5A2DBD
Complementary color
Monochromatic Colors of #5A2DBD
Black with #5A2DBD
Text Example
Text Example
White with #5A2DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2DBD; }
p { color: rgb(90,45,189); }
H1.HeaderClassName
{
color: #5A2DBD;
}
.AnyTagClassName
{
color: #5A2DBD;
}
</style>
background-color css
<style>
a { background-color: #5A2DBD; }
a { background-color: rgb(90,45,189); }
div.DivClassName
{
background-color: #5A2DBD;
}
.BgClassName
{
background-color: #5A2DBD;
}
</style>
border-color css
<style>
span { border-color: #5A2DBD; }
span { border-color: rgb(90,45,189); }
td.TdClassName
{
border-color: #5A2DBD;
}
.TagClassName
{
border-color: #5A2DBD;
}
</style>