Shades of Purple Heart #3E09BA
Tints of Purple Heart #3E09BA
RGB
CMYK
RGB Variations
Color information
#3E09BA (or 0x3E09BA) is known color: Purple Heart. HEX triplet: 3E, 09 and BA. RGB value is (62,9,186). Sum of RGB (Red+Green+Blue) = 62+9+186=257 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.12% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E09BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E09BA is #C1F645. Grayscale: #2C2C2C. Windows color (decimal): -12711494 or 12192062. OLE color: 12192062.
HSL color Cylindrical-coordinate representation of color #3E09BA: hue angle of 257.97º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E09BA is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 9 | 186 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.27 |
| HSL | 257.97º | 0.91% | 0.38% | - |
| HSV(B) | 257.97º | 0.95% | 0.73% | - |
| XYZ | 10.95 | 4.76 | 46.8 | - |
| YUV | 45.03 | 207.56 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 186 | 0.67 | 0.95 | 0 | 0.27 | 257.97 | 0.91 | 0.38 |
| Hex | 3E | 9 | BA | 43 | 5F | 0 | 1B | 102 | 5B | 26 |
| Octal | 76 | 11 | 272 | 103 | 137 | 0 | 33 | 402 | 133 | 46 |
| Binary | 111110 | 1001 | 10111010 | 1000011 | 1011111 | 0 | 11011 | 100000010 | 1011011 | 100110 |
Color Harmonies of #3E09BA
Complementary color
Monochromatic Colors of #3E09BA
Black with #3E09BA
Text Example
Text Example
White with #3E09BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E09BA; }
p { color: rgb(62,9,186); }
H1.HeaderClassName
{
color: #3E09BA;
}
.AnyTagClassName
{
color: #3E09BA;
}
</style>
background-color css
<style>
a { background-color: #3E09BA; }
a { background-color: rgb(62,9,186); }
div.DivClassName
{
background-color: #3E09BA;
}
.BgClassName
{
background-color: #3E09BA;
}
</style>
border-color css
<style>
span { border-color: #3E09BA; }
span { border-color: rgb(62,9,186); }
td.TdClassName
{
border-color: #3E09BA;
}
.TagClassName
{
border-color: #3E09BA;
}
</style>