Shades of Purple Heart #381BCC
Tints of Purple Heart #381BCC
RGB
CMYK
RGB Variations
Color information
#381BCC (or 0x381BCC) is known color: Purple Heart. HEX triplet: 38, 1B and CC. RGB value is (56,27,204). Sum of RGB (Red+Green+Blue) = 56+27+204=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #381BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381BCC is #C7E433. Grayscale: #373737. Windows color (decimal): -13100084 or 13376312. OLE color: 13376312.
HSL color Cylindrical-coordinate representation of color #381BCC: hue angle of 249.83º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #381BCC is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 27 | 204 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.2 |
| HSL | 249.83º | 0.77% | 0.45% | - |
| HSV(B) | 249.83º | 0.87% | 0.8% | - |
| XYZ | 12.92 | 5.98 | 57.6 | - |
| YUV | 55.85 | 211.61 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 204 | 0.73 | 0.87 | 0 | 0.2 | 249.83 | 0.77 | 0.45 |
| Hex | 38 | 1B | CC | 49 | 57 | 0 | 14 | FA | 4D | 2D |
| Octal | 70 | 33 | 314 | 111 | 127 | 0 | 24 | 372 | 115 | 55 |
| Binary | 111000 | 11011 | 11001100 | 1001001 | 1010111 | 0 | 10100 | 11111010 | 1001101 | 101101 |
Color Harmonies of #381BCC
Complementary color
Monochromatic Colors of #381BCC
Black with #381BCC
Text Example
Text Example
White with #381BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381BCC; }
p { color: rgb(56,27,204); }
H1.HeaderClassName
{
color: #381BCC;
}
.AnyTagClassName
{
color: #381BCC;
}
</style>
background-color css
<style>
a { background-color: #381BCC; }
a { background-color: rgb(56,27,204); }
div.DivClassName
{
background-color: #381BCC;
}
.BgClassName
{
background-color: #381BCC;
}
</style>
border-color css
<style>
span { border-color: #381BCC; }
span { border-color: rgb(56,27,204); }
td.TdClassName
{
border-color: #381BCC;
}
.TagClassName
{
border-color: #381BCC;
}
</style>