Shades of Purple Heart #381AC0
Tints of Purple Heart #381AC0
RGB
CMYK
RGB Variations
Color information
#381AC0 (or 0x381AC0) is known color: Purple Heart. HEX triplet: 38, 1A and C0. RGB value is (56,26,192). Sum of RGB (Red+Green+Blue) = 56+26+192=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 192 (75.39% from 255 or 70.07% from 274); Max value from RGB is 192 - color contains mainly: blue. Hex color #381AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381AC0 is #C7E53F. Grayscale: #353535. Windows color (decimal): -13100352 or 12589624. OLE color: 12589624.
HSL color Cylindrical-coordinate representation of color #381AC0: hue angle of 250.84º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381AC0 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 26 | 192 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.25 |
| HSL | 250.84º | 0.76% | 0.43% | - |
| HSV(B) | 250.84º | 0.86% | 0.75% | - |
| XYZ | 11.51 | 5.39 | 50.3 | - |
| YUV | 53.89 | 205.94 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 192 | 0.71 | 0.86 | 0 | 0.25 | 250.84 | 0.76 | 0.43 |
| Hex | 38 | 1A | C0 | 47 | 56 | 0 | 19 | FB | 4C | 2B |
| Octal | 70 | 32 | 300 | 107 | 126 | 0 | 31 | 373 | 114 | 53 |
| Binary | 111000 | 11010 | 11000000 | 1000111 | 1010110 | 0 | 11001 | 11111011 | 1001100 | 101011 |
Color Harmonies of #381AC0
Complementary color
Monochromatic Colors of #381AC0
Black with #381AC0
Text Example
Text Example
White with #381AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381AC0; }
p { color: rgb(56,26,192); }
H1.HeaderClassName
{
color: #381AC0;
}
.AnyTagClassName
{
color: #381AC0;
}
</style>
background-color css
<style>
a { background-color: #381AC0; }
a { background-color: rgb(56,26,192); }
div.DivClassName
{
background-color: #381AC0;
}
.BgClassName
{
background-color: #381AC0;
}
</style>
border-color css
<style>
span { border-color: #381AC0; }
span { border-color: rgb(56,26,192); }
td.TdClassName
{
border-color: #381AC0;
}
.TagClassName
{
border-color: #381AC0;
}
</style>