Shades of Purple Heart #380FBC
Tints of Purple Heart #380FBC
RGB
CMYK
RGB Variations
Color information
#380FBC (or 0x380FBC) is known color: Purple Heart. HEX triplet: 38, 0F and BC. RGB value is (56,15,188). Sum of RGB (Red+Green+Blue) = 56+15+188=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 188 (73.83% from 255 or 72.59% from 259); Max value from RGB is 188 - color contains mainly: blue. Hex color #380FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380FBC is #C7F043. Grayscale: #2E2E2E. Windows color (decimal): -13103172 or 12324664. OLE color: 12324664.
HSL color Cylindrical-coordinate representation of color #380FBC: hue angle of 254.22º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #380FBC is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 15 | 188 | - |
| CMYK | 0.70 | 0.92 | 0 | 0.26 |
| HSL | 254.22º | 0.85% | 0.4% | - |
| HSV(B) | 254.22º | 0.92% | 0.74% | - |
| XYZ | 10.88 | 4.81 | 47.93 | - |
| YUV | 46.98 | 207.58 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 188 | 0.70 | 0.92 | 0 | 0.26 | 254.22 | 0.85 | 0.4 |
| Hex | 38 | F | BC | 46 | 5C | 0 | 1A | FE | 55 | 28 |
| Octal | 70 | 17 | 274 | 106 | 134 | 0 | 32 | 376 | 125 | 50 |
| Binary | 111000 | 1111 | 10111100 | 1000110 | 1011100 | 0 | 11010 | 11111110 | 1010101 | 101000 |
Color Harmonies of #380FBC
Complementary color
Monochromatic Colors of #380FBC
Black with #380FBC
Text Example
Text Example
White with #380FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380FBC; }
p { color: rgb(56,15,188); }
H1.HeaderClassName
{
color: #380FBC;
}
.AnyTagClassName
{
color: #380FBC;
}
</style>
background-color css
<style>
a { background-color: #380FBC; }
a { background-color: rgb(56,15,188); }
div.DivClassName
{
background-color: #380FBC;
}
.BgClassName
{
background-color: #380FBC;
}
</style>
border-color css
<style>
span { border-color: #380FBC; }
span { border-color: rgb(56,15,188); }
td.TdClassName
{
border-color: #380FBC;
}
.TagClassName
{
border-color: #380FBC;
}
</style>