Shades of Purple Heart #380BBC
Tints of Purple Heart #380BBC
RGB
CMYK
RGB Variations
Color information
#380BBC (or 0x380BBC) is known color: Purple Heart. HEX triplet: 38, 0B and BC. RGB value is (56,11,188). Sum of RGB (Red+Green+Blue) = 56+11+188=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #380BBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380BBC is #C7F443. Grayscale: #2B2B2B. Windows color (decimal): -13104196 or 12323640. OLE color: 12323640.
HSL color Cylindrical-coordinate representation of color #380BBC: hue angle of 255.25º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380BBC is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 11 | 188 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.26 |
| HSL | 255.25º | 0.89% | 0.39% | - |
| HSV(B) | 255.25º | 0.94% | 0.74% | - |
| XYZ | 10.83 | 4.71 | 47.92 | - |
| YUV | 44.63 | 208.91 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 11 | 188 | 0.70 | 0.94 | 0 | 0.26 | 255.25 | 0.89 | 0.39 |
| Hex | 38 | B | BC | 46 | 5E | 0 | 1A | FF | 59 | 27 |
| Octal | 70 | 13 | 274 | 106 | 136 | 0 | 32 | 377 | 131 | 47 |
| Binary | 111000 | 1011 | 10111100 | 1000110 | 1011110 | 0 | 11010 | 11111111 | 1011001 | 100111 |
Color Harmonies of #380BBC
Complementary color
Monochromatic Colors of #380BBC
Black with #380BBC
Text Example
Text Example
White with #380BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380BBC; }
p { color: rgb(56,11,188); }
H1.HeaderClassName
{
color: #380BBC;
}
.AnyTagClassName
{
color: #380BBC;
}
</style>
background-color css
<style>
a { background-color: #380BBC; }
a { background-color: rgb(56,11,188); }
div.DivClassName
{
background-color: #380BBC;
}
.BgClassName
{
background-color: #380BBC;
}
</style>
border-color css
<style>
span { border-color: #380BBC; }
span { border-color: rgb(56,11,188); }
td.TdClassName
{
border-color: #380BBC;
}
.TagClassName
{
border-color: #380BBC;
}
</style>