Shades of Purple Heart #380CBB
Tints of Purple Heart #380CBB
RGB
CMYK
RGB Variations
Color information
#380CBB (or 0x380CBB) is known color: Purple Heart. HEX triplet: 38, 0C and BB. RGB value is (56,12,187). Sum of RGB (Red+Green+Blue) = 56+12+187=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 187 (73.44% from 255 or 73.33% from 255); Max value from RGB is 187 - color contains mainly: blue. Hex color #380CBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380CBB is #C7F344. Grayscale: #2C2C2C. Windows color (decimal): -13103941 or 12258360. OLE color: 12258360.
HSL color Cylindrical-coordinate representation of color #380CBB: hue angle of 255.09º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380CBB is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 12 | 187 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.27 |
| HSL | 255.09º | 0.88% | 0.39% | - |
| HSV(B) | 255.09º | 0.94% | 0.73% | - |
| XYZ | 10.73 | 4.69 | 47.35 | - |
| YUV | 45.11 | 208.08 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 187 | 0.70 | 0.94 | 0 | 0.27 | 255.09 | 0.88 | 0.39 |
| Hex | 38 | C | BB | 46 | 5E | 0 | 1B | FF | 58 | 27 |
| Octal | 70 | 14 | 273 | 106 | 136 | 0 | 33 | 377 | 130 | 47 |
| Binary | 111000 | 1100 | 10111011 | 1000110 | 1011110 | 0 | 11011 | 11111111 | 1011000 | 100111 |
Color Harmonies of #380CBB
Complementary color
Monochromatic Colors of #380CBB
Black with #380CBB
Text Example
Text Example
White with #380CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380CBB; }
p { color: rgb(56,12,187); }
H1.HeaderClassName
{
color: #380CBB;
}
.AnyTagClassName
{
color: #380CBB;
}
</style>
background-color css
<style>
a { background-color: #380CBB; }
a { background-color: rgb(56,12,187); }
div.DivClassName
{
background-color: #380CBB;
}
.BgClassName
{
background-color: #380CBB;
}
</style>
border-color css
<style>
span { border-color: #380CBB; }
span { border-color: rgb(56,12,187); }
td.TdClassName
{
border-color: #380CBB;
}
.TagClassName
{
border-color: #380CBB;
}
</style>