Shades of Purple Heart #3813C0
Tints of Purple Heart #3813C0
RGB
CMYK
RGB Variations
Color information
#3813C0 (or 0x3813C0) is known color: Purple Heart. HEX triplet: 38, 13 and C0. RGB value is (56,19,192). Sum of RGB (Red+Green+Blue) = 56+19+192=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 192 (75.39% from 255 or 71.91% from 267); Max value from RGB is 192 - color contains mainly: blue. Hex color #3813C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3813C0 is #C7EC3F. Grayscale: #313131. Windows color (decimal): -13102144 or 12587832. OLE color: 12587832.
HSL color Cylindrical-coordinate representation of color #3813C0: hue angle of 252.83º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3813C0 is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 19 | 192 | - |
| CMYK | 0.71 | 0.90 | 0 | 0.25 |
| HSL | 252.83º | 0.82% | 0.41% | - |
| HSV(B) | 252.83º | 0.9% | 0.75% | - |
| XYZ | 11.38 | 5.11 | 50.26 | - |
| YUV | 49.79 | 208.26 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 192 | 0.71 | 0.90 | 0 | 0.25 | 252.83 | 0.82 | 0.41 |
| Hex | 38 | 13 | C0 | 47 | 5A | 0 | 19 | FD | 52 | 29 |
| Octal | 70 | 23 | 300 | 107 | 132 | 0 | 31 | 375 | 122 | 51 |
| Binary | 111000 | 10011 | 11000000 | 1000111 | 1011010 | 0 | 11001 | 11111101 | 1010010 | 101001 |
Color Harmonies of #3813C0
Complementary color
Monochromatic Colors of #3813C0
Black with #3813C0
Text Example
Text Example
White with #3813C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3813C0; }
p { color: rgb(56,19,192); }
H1.HeaderClassName
{
color: #3813C0;
}
.AnyTagClassName
{
color: #3813C0;
}
</style>
background-color css
<style>
a { background-color: #3813C0; }
a { background-color: rgb(56,19,192); }
div.DivClassName
{
background-color: #3813C0;
}
.BgClassName
{
background-color: #3813C0;
}
</style>
border-color css
<style>
span { border-color: #3813C0; }
span { border-color: rgb(56,19,192); }
td.TdClassName
{
border-color: #3813C0;
}
.TagClassName
{
border-color: #3813C0;
}
</style>