Shades of Purple Heart #5D3EBA
Tints of Purple Heart #5D3EBA
RGB
CMYK
RGB Variations
Color information
#5D3EBA (or 0x5D3EBA) is known color: Purple Heart. HEX triplet: 5D, 3E and BA. RGB value is (93,62,186). Sum of RGB (Red+Green+Blue) = 93+62+186=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D3EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3EBA is #A2C145. Grayscale: #545454. Windows color (decimal): -10666310 or 12205661. OLE color: 12205661.
HSL color Cylindrical-coordinate representation of color #5D3EBA: hue angle of 255º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D3EBA is Cyan = 0.5, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 62 | 186 | - |
| CMYK | 0.5 | 0.67 | 0 | 0.27 |
| HSL | 255º | 0.5% | 0.49% | - |
| HSV(B) | 255º | 0.67% | 0.73% | - |
| XYZ | 15.1 | 9.32 | 47.46 | - |
| YUV | 85.41 | 184.77 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 62 | 186 | 0.5 | 0.67 | 0 | 0.27 | 255 | 0.5 | 0.49 |
| Hex | 5D | 3E | BA | 32 | 43 | 0 | 1B | FF | 32 | 31 |
| Octal | 135 | 76 | 272 | 62 | 103 | 0 | 33 | 377 | 62 | 61 |
| Binary | 1011101 | 111110 | 10111010 | 110010 | 1000011 | 0 | 11011 | 11111111 | 110010 | 110001 |
Color Harmonies of #5D3EBA
Complementary color
Monochromatic Colors of #5D3EBA
Black with #5D3EBA
Text Example
Text Example
White with #5D3EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3EBA; }
p { color: rgb(93,62,186); }
H1.HeaderClassName
{
color: #5D3EBA;
}
.AnyTagClassName
{
color: #5D3EBA;
}
</style>
background-color css
<style>
a { background-color: #5D3EBA; }
a { background-color: rgb(93,62,186); }
div.DivClassName
{
background-color: #5D3EBA;
}
.BgClassName
{
background-color: #5D3EBA;
}
</style>
border-color css
<style>
span { border-color: #5D3EBA; }
span { border-color: rgb(93,62,186); }
td.TdClassName
{
border-color: #5D3EBA;
}
.TagClassName
{
border-color: #5D3EBA;
}
</style>