Shades of Purple Heart #3919CC
Tints of Purple Heart #3919CC
RGB
CMYK
RGB Variations
Color information
#3919CC (or 0x3919CC) is known color: Purple Heart. HEX triplet: 39, 19 and CC. RGB value is (57,25,204). Sum of RGB (Red+Green+Blue) = 57+25+204=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #3919CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3919CC is #C6E633. Grayscale: #363636. Windows color (decimal): -13035060 or 13375801. OLE color: 13375801.
HSL color Cylindrical-coordinate representation of color #3919CC: hue angle of 250.73º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3919CC is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 25 | 204 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.2 |
| HSL | 250.73º | 0.78% | 0.45% | - |
| HSV(B) | 250.73º | 0.88% | 0.8% | - |
| XYZ | 12.93 | 5.92 | 57.59 | - |
| YUV | 54.97 | 212.1 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 25 | 204 | 0.72 | 0.88 | 0 | 0.2 | 250.73 | 0.78 | 0.45 |
| Hex | 39 | 19 | CC | 48 | 58 | 0 | 14 | FB | 4E | 2D |
| Octal | 71 | 31 | 314 | 110 | 130 | 0 | 24 | 373 | 116 | 55 |
| Binary | 111001 | 11001 | 11001100 | 1001000 | 1011000 | 0 | 10100 | 11111011 | 1001110 | 101101 |
Color Harmonies of #3919CC
Complementary color
Monochromatic Colors of #3919CC
Black with #3919CC
Text Example
Text Example
White with #3919CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3919CC; }
p { color: rgb(57,25,204); }
H1.HeaderClassName
{
color: #3919CC;
}
.AnyTagClassName
{
color: #3919CC;
}
</style>
background-color css
<style>
a { background-color: #3919CC; }
a { background-color: rgb(57,25,204); }
div.DivClassName
{
background-color: #3919CC;
}
.BgClassName
{
background-color: #3919CC;
}
</style>
border-color css
<style>
span { border-color: #3919CC; }
span { border-color: rgb(57,25,204); }
td.TdClassName
{
border-color: #3919CC;
}
.TagClassName
{
border-color: #3919CC;
}
</style>