Shades of Purple Heart #5A3DBE
Tints of Purple Heart #5A3DBE
RGB
CMYK
RGB Variations
Color information
#5A3DBE (or 0x5A3DBE) is known color: Purple Heart. HEX triplet: 5A, 3D and BE. RGB value is (90,61,190). Sum of RGB (Red+Green+Blue) = 90+61+190=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A3DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3DBE is #A5C241. Grayscale: #535353. Windows color (decimal): -10863170 or 12467546. OLE color: 12467546.
HSL color Cylindrical-coordinate representation of color #5A3DBE: hue angle of 253.49º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A3DBE is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 61 | 190 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.25 |
| HSL | 253.49º | 0.51% | 0.49% | - |
| HSV(B) | 253.49º | 0.68% | 0.75% | - |
| XYZ | 15.18 | 9.23 | 49.7 | - |
| YUV | 84.38 | 187.61 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 61 | 190 | 0.53 | 0.68 | 0 | 0.25 | 253.49 | 0.51 | 0.49 |
| Hex | 5A | 3D | BE | 35 | 44 | 0 | 19 | FD | 33 | 31 |
| Octal | 132 | 75 | 276 | 65 | 104 | 0 | 31 | 375 | 63 | 61 |
| Binary | 1011010 | 111101 | 10111110 | 110101 | 1000100 | 0 | 11001 | 11111101 | 110011 | 110001 |
Color Harmonies of #5A3DBE
Complementary color
Monochromatic Colors of #5A3DBE
Black with #5A3DBE
Text Example
Text Example
White with #5A3DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3DBE; }
p { color: rgb(90,61,190); }
H1.HeaderClassName
{
color: #5A3DBE;
}
.AnyTagClassName
{
color: #5A3DBE;
}
</style>
background-color css
<style>
a { background-color: #5A3DBE; }
a { background-color: rgb(90,61,190); }
div.DivClassName
{
background-color: #5A3DBE;
}
.BgClassName
{
background-color: #5A3DBE;
}
</style>
border-color css
<style>
span { border-color: #5A3DBE; }
span { border-color: rgb(90,61,190); }
td.TdClassName
{
border-color: #5A3DBE;
}
.TagClassName
{
border-color: #5A3DBE;
}
</style>