Shades of Purple Heart #3900C0
Tints of Purple Heart #3900C0
RGB
CMYK
RGB Variations
Color information
#3900C0 (or 0x3900C0) is known color: Purple Heart. HEX triplet: 39, 00 and C0. RGB value is (57,0,192). Sum of RGB (Red+Green+Blue) = 57+0+192=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 192 (75.39% from 255 or 77.11% from 249); Max value from RGB is 192 - color contains mainly: blue. Hex color #3900C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3900C0 is #C6FF3F. Grayscale: #262626. Windows color (decimal): -13041472 or 12582969. OLE color: 12582969.
HSL color Cylindrical-coordinate representation of color #3900C0: hue angle of 257.81º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3900C0 is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 0 | 192 | - |
| CMYK | 0.70 | 1 | 0 | 0.25 |
| HSL | 257.81º | 1% | 0.38% | - |
| HSV(B) | 257.81º | 1% | 0.75% | - |
| XYZ | 11.2 | 4.68 | 50.18 | - |
| YUV | 38.93 | 214.38 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 192 | 0.70 | 1 | 0 | 0.25 | 257.81 | 1 | 0.38 |
| Hex | 39 | 0 | C0 | 46 | 64 | 0 | 19 | 102 | 64 | 26 |
| Octal | 71 | 0 | 300 | 106 | 144 | 0 | 31 | 402 | 144 | 46 |
| Binary | 111001 | 0 | 11000000 | 1000110 | 1100100 | 0 | 11001 | 100000010 | 1100100 | 100110 |
Color Harmonies of #3900C0
Complementary color
Monochromatic Colors of #3900C0
Black with #3900C0
Text Example
Text Example
White with #3900C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3900C0; }
p { color: rgb(57,0,192); }
H1.HeaderClassName
{
color: #3900C0;
}
.AnyTagClassName
{
color: #3900C0;
}
</style>
background-color css
<style>
a { background-color: #3900C0; }
a { background-color: rgb(57,0,192); }
div.DivClassName
{
background-color: #3900C0;
}
.BgClassName
{
background-color: #3900C0;
}
</style>
border-color css
<style>
span { border-color: #3900C0; }
span { border-color: rgb(57,0,192); }
td.TdClassName
{
border-color: #3900C0;
}
.TagClassName
{
border-color: #3900C0;
}
</style>