Shades of Purple Heart #3913C0
Tints of Purple Heart #3913C0
RGB
CMYK
RGB Variations
Color information
#3913C0 (or 0x3913C0) is known color: Purple Heart. HEX triplet: 39, 13 and C0. RGB value is (57,19,192). Sum of RGB (Red+Green+Blue) = 57+19+192=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 192 (75.39% from 255 or 71.64% from 268); Max value from RGB is 192 - color contains mainly: blue. Hex color #3913C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3913C0 is #C6EC3F. Grayscale: #313131. Windows color (decimal): -13036608 or 12587833. OLE color: 12587833.
HSL color Cylindrical-coordinate representation of color #3913C0: hue angle of 253.18º 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 #3913C0 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 19 | 192 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.25 |
| HSL | 253.18º | 0.82% | 0.41% | - |
| HSV(B) | 253.18º | 0.9% | 0.75% | - |
| XYZ | 11.43 | 5.14 | 50.26 | - |
| YUV | 50.08 | 208.09 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 19 | 192 | 0.70 | 0.90 | 0 | 0.25 | 253.18 | 0.82 | 0.41 |
| Hex | 39 | 13 | C0 | 46 | 5A | 0 | 19 | FD | 52 | 29 |
| Octal | 71 | 23 | 300 | 106 | 132 | 0 | 31 | 375 | 122 | 51 |
| Binary | 111001 | 10011 | 11000000 | 1000110 | 1011010 | 0 | 11001 | 11111101 | 1010010 | 101001 |
Color Harmonies of #3913C0
Complementary color
Monochromatic Colors of #3913C0
Black with #3913C0
Text Example
Text Example
White with #3913C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3913C0; }
p { color: rgb(57,19,192); }
H1.HeaderClassName
{
color: #3913C0;
}
.AnyTagClassName
{
color: #3913C0;
}
</style>
background-color css
<style>
a { background-color: #3913C0; }
a { background-color: rgb(57,19,192); }
div.DivClassName
{
background-color: #3913C0;
}
.BgClassName
{
background-color: #3913C0;
}
</style>
border-color css
<style>
span { border-color: #3913C0; }
span { border-color: rgb(57,19,192); }
td.TdClassName
{
border-color: #3913C0;
}
.TagClassName
{
border-color: #3913C0;
}
</style>