Shades of Purple Heart #3916C2
Tints of Purple Heart #3916C2
RGB
CMYK
RGB Variations
Color information
#3916C2 (or 0x3916C2) is known color: Purple Heart. HEX triplet: 39, 16 and C2. RGB value is (57,22,194). Sum of RGB (Red+Green+Blue) = 57+22+194=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 194 (76.17% from 255 or 71.06% from 273); Max value from RGB is 194 - color contains mainly: blue. Hex color #3916C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3916C2 is #C6E93D. Grayscale: #333333. Windows color (decimal): -13035838 or 12719673. OLE color: 12719673.
HSL color Cylindrical-coordinate representation of color #3916C2: hue angle of 252.21º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3916C2 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 22 | 194 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.24 |
| HSL | 252.21º | 0.8% | 0.42% | - |
| HSV(B) | 252.21º | 0.89% | 0.76% | - |
| XYZ | 11.71 | 5.34 | 51.45 | - |
| YUV | 52.07 | 208.1 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 22 | 194 | 0.71 | 0.89 | 0 | 0.24 | 252.21 | 0.8 | 0.42 |
| Hex | 39 | 16 | C2 | 47 | 59 | 0 | 18 | FC | 50 | 2A |
| Octal | 71 | 26 | 302 | 107 | 131 | 0 | 30 | 374 | 120 | 52 |
| Binary | 111001 | 10110 | 11000010 | 1000111 | 1011001 | 0 | 11000 | 11111100 | 1010000 | 101010 |
Color Harmonies of #3916C2
Complementary color
Monochromatic Colors of #3916C2
Black with #3916C2
Text Example
Text Example
White with #3916C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3916C2; }
p { color: rgb(57,22,194); }
H1.HeaderClassName
{
color: #3916C2;
}
.AnyTagClassName
{
color: #3916C2;
}
</style>
background-color css
<style>
a { background-color: #3916C2; }
a { background-color: rgb(57,22,194); }
div.DivClassName
{
background-color: #3916C2;
}
.BgClassName
{
background-color: #3916C2;
}
</style>
border-color css
<style>
span { border-color: #3916C2; }
span { border-color: rgb(57,22,194); }
td.TdClassName
{
border-color: #3916C2;
}
.TagClassName
{
border-color: #3916C2;
}
</style>