Shades of Purple Heart #380BBF
Tints of Purple Heart #380BBF
RGB
CMYK
RGB Variations
Color information
#380BBF (or 0x380BBF) is known color: Purple Heart. HEX triplet: 38, 0B and BF. RGB value is (56,11,191). Sum of RGB (Red+Green+Blue) = 56+11+191=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 191 (75% from 255 or 74.03% from 258); Max value from RGB is 191 - color contains mainly: blue. Hex color #380BBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380BBF is #C7F440. Grayscale: #2C2C2C. Windows color (decimal): -13104193 or 12520248. OLE color: 12520248.
HSL color Cylindrical-coordinate representation of color #380BBF: hue angle of 255º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380BBF is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 11 | 191 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.25 |
| HSL | 255º | 0.89% | 0.4% | - |
| HSV(B) | 255º | 0.94% | 0.75% | - |
| XYZ | 11.15 | 4.84 | 49.64 | - |
| YUV | 44.98 | 210.41 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 11 | 191 | 0.71 | 0.94 | 0 | 0.25 | 255 | 0.89 | 0.4 |
| Hex | 38 | B | BF | 47 | 5E | 0 | 19 | FF | 59 | 28 |
| Octal | 70 | 13 | 277 | 107 | 136 | 0 | 31 | 377 | 131 | 50 |
| Binary | 111000 | 1011 | 10111111 | 1000111 | 1011110 | 0 | 11001 | 11111111 | 1011001 | 101000 |
Color Harmonies of #380BBF
Complementary color
Monochromatic Colors of #380BBF
Black with #380BBF
Text Example
Text Example
White with #380BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380BBF; }
p { color: rgb(56,11,191); }
H1.HeaderClassName
{
color: #380BBF;
}
.AnyTagClassName
{
color: #380BBF;
}
</style>
background-color css
<style>
a { background-color: #380BBF; }
a { background-color: rgb(56,11,191); }
div.DivClassName
{
background-color: #380BBF;
}
.BgClassName
{
background-color: #380BBF;
}
</style>
border-color css
<style>
span { border-color: #380BBF; }
span { border-color: rgb(56,11,191); }
td.TdClassName
{
border-color: #380BBF;
}
.TagClassName
{
border-color: #380BBF;
}
</style>