Shades of Purple Heart #380DC5
Tints of Purple Heart #380DC5
RGB
CMYK
RGB Variations
Color information
#380DC5 (or 0x380DC5) is known color: Purple Heart. HEX triplet: 38, 0D and C5. RGB value is (56,13,197). Sum of RGB (Red+Green+Blue) = 56+13+197=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 197 (77.34% from 255 or 74.06% from 266); Max value from RGB is 197 - color contains mainly: blue. Hex color #380DC5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380DC5 is #C7F23A. Grayscale: #2E2E2E. Windows color (decimal): -13103675 or 12913976. OLE color: 12913976.
HSL color Cylindrical-coordinate representation of color #380DC5: hue angle of 254.02º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380DC5 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 13 | 197 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.23 |
| HSL | 254.02º | 0.88% | 0.41% | - |
| HSV(B) | 254.02º | 0.93% | 0.77% | - |
| XYZ | 11.85 | 5.16 | 53.19 | - |
| YUV | 46.83 | 212.75 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 197 | 0.72 | 0.93 | 0 | 0.23 | 254.02 | 0.88 | 0.41 |
| Hex | 38 | D | C5 | 48 | 5D | 0 | 17 | FE | 58 | 29 |
| Octal | 70 | 15 | 305 | 110 | 135 | 0 | 27 | 376 | 130 | 51 |
| Binary | 111000 | 1101 | 11000101 | 1001000 | 1011101 | 0 | 10111 | 11111110 | 1011000 | 101001 |
Color Harmonies of #380DC5
Complementary color
Monochromatic Colors of #380DC5
Black with #380DC5
Text Example
Text Example
White with #380DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380DC5; }
p { color: rgb(56,13,197); }
H1.HeaderClassName
{
color: #380DC5;
}
.AnyTagClassName
{
color: #380DC5;
}
</style>
background-color css
<style>
a { background-color: #380DC5; }
a { background-color: rgb(56,13,197); }
div.DivClassName
{
background-color: #380DC5;
}
.BgClassName
{
background-color: #380DC5;
}
</style>
border-color css
<style>
span { border-color: #380DC5; }
span { border-color: rgb(56,13,197); }
td.TdClassName
{
border-color: #380DC5;
}
.TagClassName
{
border-color: #380DC5;
}
</style>