Shades of Purple Heart #380EBA
Tints of Purple Heart #380EBA
RGB
CMYK
RGB Variations
Color information
#380EBA (or 0x380EBA) is known color: Purple Heart. HEX triplet: 38, 0E and BA. RGB value is (56,14,186). Sum of RGB (Red+Green+Blue) = 56+14+186=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #380EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380EBA is #C7F145. Grayscale: #2D2D2D. Windows color (decimal): -13103430 or 12193336. OLE color: 12193336.
HSL color Cylindrical-coordinate representation of color #380EBA: hue angle of 254.65º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #380EBA is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 14 | 186 | - |
| CMYK | 0.70 | 0.92 | 0 | 0.27 |
| HSL | 254.65º | 0.86% | 0.39% | - |
| HSV(B) | 254.65º | 0.92% | 0.73% | - |
| XYZ | 10.65 | 4.7 | 46.8 | - |
| YUV | 46.17 | 206.91 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 186 | 0.70 | 0.92 | 0 | 0.27 | 254.65 | 0.86 | 0.39 |
| Hex | 38 | E | BA | 46 | 5C | 0 | 1B | FF | 56 | 27 |
| Octal | 70 | 16 | 272 | 106 | 134 | 0 | 33 | 377 | 126 | 47 |
| Binary | 111000 | 1110 | 10111010 | 1000110 | 1011100 | 0 | 11011 | 11111111 | 1010110 | 100111 |
Color Harmonies of #380EBA
Complementary color
Monochromatic Colors of #380EBA
Black with #380EBA
Text Example
Text Example
White with #380EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380EBA; }
p { color: rgb(56,14,186); }
H1.HeaderClassName
{
color: #380EBA;
}
.AnyTagClassName
{
color: #380EBA;
}
</style>
background-color css
<style>
a { background-color: #380EBA; }
a { background-color: rgb(56,14,186); }
div.DivClassName
{
background-color: #380EBA;
}
.BgClassName
{
background-color: #380EBA;
}
</style>
border-color css
<style>
span { border-color: #380EBA; }
span { border-color: rgb(56,14,186); }
td.TdClassName
{
border-color: #380EBA;
}
.TagClassName
{
border-color: #380EBA;
}
</style>