Shades of Purple Heart #3919CA
Tints of Purple Heart #3919CA
RGB
CMYK
RGB Variations
Color information
#3919CA (or 0x3919CA) is known color: Purple Heart. HEX triplet: 39, 19 and CA. RGB value is (57,25,202). Sum of RGB (Red+Green+Blue) = 57+25+202=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 202 (79.30% from 255 or 71.13% from 284); Max value from RGB is 202 - color contains mainly: blue. Hex color #3919CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3919CA is #C6E635. Grayscale: #363636. Windows color (decimal): -13035062 or 13244729. OLE color: 13244729.
HSL color Cylindrical-coordinate representation of color #3919CA: hue angle of 250.85º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3919CA is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 25 | 202 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.21 |
| HSL | 250.85º | 0.78% | 0.45% | - |
| HSV(B) | 250.85º | 0.88% | 0.79% | - |
| XYZ | 12.7 | 5.83 | 56.33 | - |
| YUV | 54.75 | 211.1 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 25 | 202 | 0.72 | 0.88 | 0 | 0.21 | 250.85 | 0.78 | 0.45 |
| Hex | 39 | 19 | CA | 48 | 58 | 0 | 15 | FB | 4E | 2D |
| Octal | 71 | 31 | 312 | 110 | 130 | 0 | 25 | 373 | 116 | 55 |
| Binary | 111001 | 11001 | 11001010 | 1001000 | 1011000 | 0 | 10101 | 11111011 | 1001110 | 101101 |
Color Harmonies of #3919CA
Complementary color
Monochromatic Colors of #3919CA
Black with #3919CA
Text Example
Text Example
White with #3919CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3919CA; }
p { color: rgb(57,25,202); }
H1.HeaderClassName
{
color: #3919CA;
}
.AnyTagClassName
{
color: #3919CA;
}
</style>
background-color css
<style>
a { background-color: #3919CA; }
a { background-color: rgb(57,25,202); }
div.DivClassName
{
background-color: #3919CA;
}
.BgClassName
{
background-color: #3919CA;
}
</style>
border-color css
<style>
span { border-color: #3919CA; }
span { border-color: rgb(57,25,202); }
td.TdClassName
{
border-color: #3919CA;
}
.TagClassName
{
border-color: #3919CA;
}
</style>