Shades of Purple Heart #5D38E0
Tints of Purple Heart #5D38E0
RGB
CMYK
RGB Variations
Color information
#5D38E0 (or 0x5D38E0) is known color: Purple Heart. HEX triplet: 5D, 38 and E0. RGB value is (93,56,224). Sum of RGB (Red+Green+Blue) = 93+56+224=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 224 (87.89% from 255 or 60.05% from 373); Max value from RGB is 224 - color contains mainly: blue. Hex color #5D38E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D38E0 is #A2C71F. Grayscale: #555555. Windows color (decimal): -10667808 or 14694493. OLE color: 14694493.
HSL color Cylindrical-coordinate representation of color #5D38E0: hue angle of 253.21º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D38E0 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 93 | 56 | 224 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.12 |
| HSL | 253.21º | 0.73% | 0.55% | - |
| HSV(B) | 253.21º | 0.75% | 0.88% | - |
| XYZ | 19.38 | 10.54 | 71.53 | - |
| YUV | 86.22 | 205.76 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 56 | 224 | 0.58 | 0.75 | 0 | 0.12 | 253.21 | 0.73 | 0.55 |
| Hex | 5D | 38 | E0 | 3A | 4B | 0 | C | FD | 49 | 37 |
| Octal | 135 | 70 | 340 | 72 | 113 | 0 | 14 | 375 | 111 | 67 |
| Binary | 1011101 | 111000 | 11100000 | 111010 | 1001011 | 0 | 1100 | 11111101 | 1001001 | 110111 |
Color Harmonies of #5D38E0
Complementary color
Monochromatic Colors of #5D38E0
Black with #5D38E0
Text Example
Text Example
White with #5D38E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D38E0; }
p { color: rgb(93,56,224); }
H1.HeaderClassName
{
color: #5D38E0;
}
.AnyTagClassName
{
color: #5D38E0;
}
</style>
background-color css
<style>
a { background-color: #5D38E0; }
a { background-color: rgb(93,56,224); }
div.DivClassName
{
background-color: #5D38E0;
}
.BgClassName
{
background-color: #5D38E0;
}
</style>
border-color css
<style>
span { border-color: #5D38E0; }
span { border-color: rgb(93,56,224); }
td.TdClassName
{
border-color: #5D38E0;
}
.TagClassName
{
border-color: #5D38E0;
}
</style>