Shades of Purple Heart #380DBB
Tints of Purple Heart #380DBB
RGB
CMYK
RGB Variations
Color information
#380DBB (or 0x380DBB) is known color: Purple Heart. HEX triplet: 38, 0D and BB. RGB value is (56,13,187). Sum of RGB (Red+Green+Blue) = 56+13+187=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #380DBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380DBB is #C7F244. Grayscale: #2D2D2D. Windows color (decimal): -13103685 or 12258616. OLE color: 12258616.
HSL color Cylindrical-coordinate representation of color #380DBB: hue angle of 254.83º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380DBB is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 13 | 187 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.27 |
| HSL | 254.83º | 0.87% | 0.39% | - |
| HSV(B) | 254.83º | 0.93% | 0.73% | - |
| XYZ | 10.74 | 4.72 | 47.36 | - |
| YUV | 45.69 | 207.75 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 187 | 0.70 | 0.93 | 0 | 0.27 | 254.83 | 0.87 | 0.39 |
| Hex | 38 | D | BB | 46 | 5D | 0 | 1B | FF | 57 | 27 |
| Octal | 70 | 15 | 273 | 106 | 135 | 0 | 33 | 377 | 127 | 47 |
| Binary | 111000 | 1101 | 10111011 | 1000110 | 1011101 | 0 | 11011 | 11111111 | 1010111 | 100111 |
Color Harmonies of #380DBB
Complementary color
Monochromatic Colors of #380DBB
Black with #380DBB
Text Example
Text Example
White with #380DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380DBB; }
p { color: rgb(56,13,187); }
H1.HeaderClassName
{
color: #380DBB;
}
.AnyTagClassName
{
color: #380DBB;
}
</style>
background-color css
<style>
a { background-color: #380DBB; }
a { background-color: rgb(56,13,187); }
div.DivClassName
{
background-color: #380DBB;
}
.BgClassName
{
background-color: #380DBB;
}
</style>
border-color css
<style>
span { border-color: #380DBB; }
span { border-color: rgb(56,13,187); }
td.TdClassName
{
border-color: #380DBB;
}
.TagClassName
{
border-color: #380DBB;
}
</style>