Shades of Purple Heart #380EBC
Tints of Purple Heart #380EBC
RGB
CMYK
RGB Variations
Color information
#380EBC (or 0x380EBC) is known color: Purple Heart. HEX triplet: 38, 0E and BC. RGB value is (56,14,188). Sum of RGB (Red+Green+Blue) = 56+14+188=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 188 (73.83% from 255 or 72.87% from 258); Max value from RGB is 188 - color contains mainly: blue. Hex color #380EBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380EBC is #C7F143. Grayscale: #2D2D2D. Windows color (decimal): -13103428 or 12324408. OLE color: 12324408.
HSL color Cylindrical-coordinate representation of color #380EBC: hue angle of 254.48º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380EBC is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 14 | 188 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.26 |
| HSL | 254.48º | 0.86% | 0.4% | - |
| HSV(B) | 254.48º | 0.93% | 0.74% | - |
| XYZ | 10.87 | 4.79 | 47.93 | - |
| YUV | 46.39 | 207.91 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 188 | 0.70 | 0.93 | 0 | 0.26 | 254.48 | 0.86 | 0.4 |
| Hex | 38 | E | BC | 46 | 5D | 0 | 1A | FE | 56 | 28 |
| Octal | 70 | 16 | 274 | 106 | 135 | 0 | 32 | 376 | 126 | 50 |
| Binary | 111000 | 1110 | 10111100 | 1000110 | 1011101 | 0 | 11010 | 11111110 | 1010110 | 101000 |
Color Harmonies of #380EBC
Complementary color
Monochromatic Colors of #380EBC
Black with #380EBC
Text Example
Text Example
White with #380EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380EBC; }
p { color: rgb(56,14,188); }
H1.HeaderClassName
{
color: #380EBC;
}
.AnyTagClassName
{
color: #380EBC;
}
</style>
background-color css
<style>
a { background-color: #380EBC; }
a { background-color: rgb(56,14,188); }
div.DivClassName
{
background-color: #380EBC;
}
.BgClassName
{
background-color: #380EBC;
}
</style>
border-color css
<style>
span { border-color: #380EBC; }
span { border-color: rgb(56,14,188); }
td.TdClassName
{
border-color: #380EBC;
}
.TagClassName
{
border-color: #380EBC;
}
</style>