Shades of Purple Heart #380CBD
Tints of Purple Heart #380CBD
RGB
CMYK
RGB Variations
Color information
#380CBD (or 0x380CBD) is known color: Purple Heart. HEX triplet: 38, 0C and BD. RGB value is (56,12,189). Sum of RGB (Red+Green+Blue) = 56+12+189=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 189 (74.22% from 255 or 73.54% from 257); Max value from RGB is 189 - color contains mainly: blue. Hex color #380CBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380CBD is #C7F342. Grayscale: #2C2C2C. Windows color (decimal): -13103939 or 12389432. OLE color: 12389432.
HSL color Cylindrical-coordinate representation of color #380CBD: hue angle of 254.92º degrees, saturation: 0.88, 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 #380CBD is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 12 | 189 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.26 |
| HSL | 254.92º | 0.88% | 0.39% | - |
| HSV(B) | 254.92º | 0.94% | 0.74% | - |
| XYZ | 10.95 | 4.78 | 48.49 | - |
| YUV | 45.33 | 209.08 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 189 | 0.70 | 0.94 | 0 | 0.26 | 254.92 | 0.88 | 0.39 |
| Hex | 38 | C | BD | 46 | 5E | 0 | 1A | FF | 58 | 27 |
| Octal | 70 | 14 | 275 | 106 | 136 | 0 | 32 | 377 | 130 | 47 |
| Binary | 111000 | 1100 | 10111101 | 1000110 | 1011110 | 0 | 11010 | 11111111 | 1011000 | 100111 |
Color Harmonies of #380CBD
Complementary color
Monochromatic Colors of #380CBD
Black with #380CBD
Text Example
Text Example
White with #380CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380CBD; }
p { color: rgb(56,12,189); }
H1.HeaderClassName
{
color: #380CBD;
}
.AnyTagClassName
{
color: #380CBD;
}
</style>
background-color css
<style>
a { background-color: #380CBD; }
a { background-color: rgb(56,12,189); }
div.DivClassName
{
background-color: #380CBD;
}
.BgClassName
{
background-color: #380CBD;
}
</style>
border-color css
<style>
span { border-color: #380CBD; }
span { border-color: rgb(56,12,189); }
td.TdClassName
{
border-color: #380CBD;
}
.TagClassName
{
border-color: #380CBD;
}
</style>