Shades of Purple Heart #381BC7
Tints of Purple Heart #381BC7
RGB
CMYK
RGB Variations
Color information
#381BC7 (or 0x381BC7) is known color: Purple Heart. HEX triplet: 38, 1B and C7. RGB value is (56,27,199). Sum of RGB (Red+Green+Blue) = 56+27+199=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 199 (78.12% from 255 or 70.57% from 282); Max value from RGB is 199 - color contains mainly: blue. Hex color #381BC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381BC7 is #C7E438. Grayscale: #363636. Windows color (decimal): -13100089 or 13048632. OLE color: 13048632.
HSL color Cylindrical-coordinate representation of color #381BC7: hue angle of 250.12º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381BC7 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 27 | 199 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.22 |
| HSL | 250.12º | 0.76% | 0.44% | - |
| HSV(B) | 250.12º | 0.86% | 0.78% | - |
| XYZ | 12.33 | 5.75 | 54.49 | - |
| YUV | 55.28 | 209.11 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 199 | 0.72 | 0.86 | 0 | 0.22 | 250.12 | 0.76 | 0.44 |
| Hex | 38 | 1B | C7 | 48 | 56 | 0 | 16 | FA | 4C | 2C |
| Octal | 70 | 33 | 307 | 110 | 126 | 0 | 26 | 372 | 114 | 54 |
| Binary | 111000 | 11011 | 11000111 | 1001000 | 1010110 | 0 | 10110 | 11111010 | 1001100 | 101100 |
Color Harmonies of #381BC7
Complementary color
Monochromatic Colors of #381BC7
Black with #381BC7
Text Example
Text Example
White with #381BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381BC7; }
p { color: rgb(56,27,199); }
H1.HeaderClassName
{
color: #381BC7;
}
.AnyTagClassName
{
color: #381BC7;
}
</style>
background-color css
<style>
a { background-color: #381BC7; }
a { background-color: rgb(56,27,199); }
div.DivClassName
{
background-color: #381BC7;
}
.BgClassName
{
background-color: #381BC7;
}
</style>
border-color css
<style>
span { border-color: #381BC7; }
span { border-color: rgb(56,27,199); }
td.TdClassName
{
border-color: #381BC7;
}
.TagClassName
{
border-color: #381BC7;
}
</style>