Shades of Purple Heart #3914CA
Tints of Purple Heart #3914CA
RGB
CMYK
RGB Variations
Color information
#3914CA (or 0x3914CA) is known color: Purple Heart. HEX triplet: 39, 14 and CA. RGB value is (57,20,202). Sum of RGB (Red+Green+Blue) = 57+20+202=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 202 (79.30% from 255 or 72.40% from 279); Max value from RGB is 202 - color contains mainly: blue. Hex color #3914CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3914CA is #C6EB35. Grayscale: #333333. Windows color (decimal): -13036342 or 13243449. OLE color: 13243449.
HSL color Cylindrical-coordinate representation of color #3914CA: hue angle of 252.2º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3914CA is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 20 | 202 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.21 |
| HSL | 252.2º | 0.82% | 0.44% | - |
| HSV(B) | 252.2º | 0.9% | 0.79% | - |
| XYZ | 12.6 | 5.63 | 56.3 | - |
| YUV | 51.81 | 212.76 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 20 | 202 | 0.72 | 0.90 | 0 | 0.21 | 252.2 | 0.82 | 0.44 |
| Hex | 39 | 14 | CA | 48 | 5A | 0 | 15 | FC | 52 | 2C |
| Octal | 71 | 24 | 312 | 110 | 132 | 0 | 25 | 374 | 122 | 54 |
| Binary | 111001 | 10100 | 11001010 | 1001000 | 1011010 | 0 | 10101 | 11111100 | 1010010 | 101100 |
Color Harmonies of #3914CA
Complementary color
Monochromatic Colors of #3914CA
Black with #3914CA
Text Example
Text Example
White with #3914CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3914CA; }
p { color: rgb(57,20,202); }
H1.HeaderClassName
{
color: #3914CA;
}
.AnyTagClassName
{
color: #3914CA;
}
</style>
background-color css
<style>
a { background-color: #3914CA; }
a { background-color: rgb(57,20,202); }
div.DivClassName
{
background-color: #3914CA;
}
.BgClassName
{
background-color: #3914CA;
}
</style>
border-color css
<style>
span { border-color: #3914CA; }
span { border-color: rgb(57,20,202); }
td.TdClassName
{
border-color: #3914CA;
}
.TagClassName
{
border-color: #3914CA;
}
</style>