Shades of Purple Heart #380BC7
Tints of Purple Heart #380BC7
RGB
CMYK
RGB Variations
Color information
#380BC7 (or 0x380BC7) is known color: Purple Heart. HEX triplet: 38, 0B and C7. RGB value is (56,11,199). Sum of RGB (Red+Green+Blue) = 56+11+199=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 199 (78.12% from 255 or 74.81% from 266); Max value from RGB is 199 - color contains mainly: blue. Hex color #380BC7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380BC7 is #C7F438. Grayscale: #2D2D2D. Windows color (decimal): -13104185 or 13044536. OLE color: 13044536.
HSL color Cylindrical-coordinate representation of color #380BC7: hue angle of 254.36º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380BC7 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 11 | 199 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.22 |
| HSL | 254.36º | 0.9% | 0.41% | - |
| HSV(B) | 254.36º | 0.94% | 0.78% | - |
| XYZ | 12.06 | 5.2 | 54.4 | - |
| YUV | 45.89 | 214.41 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 11 | 199 | 0.72 | 0.94 | 0 | 0.22 | 254.36 | 0.9 | 0.41 |
| Hex | 38 | B | C7 | 48 | 5E | 0 | 16 | FE | 5A | 29 |
| Octal | 70 | 13 | 307 | 110 | 136 | 0 | 26 | 376 | 132 | 51 |
| Binary | 111000 | 1011 | 11000111 | 1001000 | 1011110 | 0 | 10110 | 11111110 | 1011010 | 101001 |
Color Harmonies of #380BC7
Complementary color
Monochromatic Colors of #380BC7
Black with #380BC7
Text Example
Text Example
White with #380BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380BC7; }
p { color: rgb(56,11,199); }
H1.HeaderClassName
{
color: #380BC7;
}
.AnyTagClassName
{
color: #380BC7;
}
</style>
background-color css
<style>
a { background-color: #380BC7; }
a { background-color: rgb(56,11,199); }
div.DivClassName
{
background-color: #380BC7;
}
.BgClassName
{
background-color: #380BC7;
}
</style>
border-color css
<style>
span { border-color: #380BC7; }
span { border-color: rgb(56,11,199); }
td.TdClassName
{
border-color: #380BC7;
}
.TagClassName
{
border-color: #380BC7;
}
</style>