Shades of Purple Heart #3E1FC9
Tints of Purple Heart #3E1FC9
RGB
CMYK
RGB Variations
Color information
#3E1FC9 (or 0x3E1FC9) is known color: Purple Heart. HEX triplet: 3E, 1F and C9. RGB value is (62,31,201). Sum of RGB (Red+Green+Blue) = 62+31+201=294 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.09% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 201 (78.91% from 255 or 68.37% from 294); Max value from RGB is 201 - color contains mainly: blue. Hex color #3E1FC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1FC9 is #C1E036. Grayscale: #3B3B3B. Windows color (decimal): -12705847 or 13180734. OLE color: 13180734.
HSL color Cylindrical-coordinate representation of color #3E1FC9: hue angle of 250.94º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E1FC9 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 31 | 201 | - |
| CMYK | 0.69 | 0.85 | 0 | 0.21 |
| HSL | 250.94º | 0.73% | 0.45% | - |
| HSV(B) | 250.94º | 0.85% | 0.79% | - |
| XYZ | 13.02 | 6.22 | 55.77 | - |
| YUV | 59.65 | 207.77 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 31 | 201 | 0.69 | 0.85 | 0 | 0.21 | 250.94 | 0.73 | 0.45 |
| Hex | 3E | 1F | C9 | 45 | 55 | 0 | 15 | FB | 49 | 2D |
| Octal | 76 | 37 | 311 | 105 | 125 | 0 | 25 | 373 | 111 | 55 |
| Binary | 111110 | 11111 | 11001001 | 1000101 | 1010101 | 0 | 10101 | 11111011 | 1001001 | 101101 |
Color Harmonies of #3E1FC9
Complementary color
Monochromatic Colors of #3E1FC9
Black with #3E1FC9
Text Example
Text Example
White with #3E1FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1FC9; }
p { color: rgb(62,31,201); }
H1.HeaderClassName
{
color: #3E1FC9;
}
.AnyTagClassName
{
color: #3E1FC9;
}
</style>
background-color css
<style>
a { background-color: #3E1FC9; }
a { background-color: rgb(62,31,201); }
div.DivClassName
{
background-color: #3E1FC9;
}
.BgClassName
{
background-color: #3E1FC9;
}
</style>
border-color css
<style>
span { border-color: #3E1FC9; }
span { border-color: rgb(62,31,201); }
td.TdClassName
{
border-color: #3E1FC9;
}
.TagClassName
{
border-color: #3E1FC9;
}
</style>