Shades of Purple Heart #380EBF
Tints of Purple Heart #380EBF
RGB
CMYK
RGB Variations
Color information
#380EBF (or 0x380EBF) is known color: Purple Heart. HEX triplet: 38, 0E and BF. RGB value is (56,14,191). Sum of RGB (Red+Green+Blue) = 56+14+191=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 191 (75% from 255 or 73.18% from 261); Max value from RGB is 191 - color contains mainly: blue. Hex color #380EBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380EBF is #C7F140. Grayscale: #2E2E2E. Windows color (decimal): -13103425 or 12521016. OLE color: 12521016.
HSL color Cylindrical-coordinate representation of color #380EBF: hue angle of 254.24º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380EBF is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 14 | 191 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.25 |
| HSL | 254.24º | 0.86% | 0.4% | - |
| HSV(B) | 254.24º | 0.93% | 0.75% | - |
| XYZ | 11.19 | 4.92 | 49.65 | - |
| YUV | 46.74 | 209.41 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 191 | 0.71 | 0.93 | 0 | 0.25 | 254.24 | 0.86 | 0.4 |
| Hex | 38 | E | BF | 47 | 5D | 0 | 19 | FE | 56 | 28 |
| Octal | 70 | 16 | 277 | 107 | 135 | 0 | 31 | 376 | 126 | 50 |
| Binary | 111000 | 1110 | 10111111 | 1000111 | 1011101 | 0 | 11001 | 11111110 | 1010110 | 101000 |
Color Harmonies of #380EBF
Complementary color
Monochromatic Colors of #380EBF
Black with #380EBF
Text Example
Text Example
White with #380EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380EBF; }
p { color: rgb(56,14,191); }
H1.HeaderClassName
{
color: #380EBF;
}
.AnyTagClassName
{
color: #380EBF;
}
</style>
background-color css
<style>
a { background-color: #380EBF; }
a { background-color: rgb(56,14,191); }
div.DivClassName
{
background-color: #380EBF;
}
.BgClassName
{
background-color: #380EBF;
}
</style>
border-color css
<style>
span { border-color: #380EBF; }
span { border-color: rgb(56,14,191); }
td.TdClassName
{
border-color: #380EBF;
}
.TagClassName
{
border-color: #380EBF;
}
</style>