Shades of Purple Heart #3E02BA
Tints of Purple Heart #3E02BA
RGB
CMYK
RGB Variations
Color information
#3E02BA (or 0x3E02BA) is known color: Purple Heart. HEX triplet: 3E, 02 and BA. RGB value is (62,2,186). Sum of RGB (Red+Green+Blue) = 62+2+186=250 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.8% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E02BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E02BA is #C1FD45. Grayscale: #282828. Windows color (decimal): -12713286 or 12190270. OLE color: 12190270.
HSL color Cylindrical-coordinate representation of color #3E02BA: hue angle of 259.57º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E02BA is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 2 | 186 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.27 |
| HSL | 259.57º | 0.98% | 0.37% | - |
| HSV(B) | 259.57º | 0.99% | 0.73% | - |
| XYZ | 10.87 | 4.61 | 46.77 | - |
| YUV | 40.92 | 209.88 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 186 | 0.67 | 0.99 | 0 | 0.27 | 259.57 | 0.98 | 0.37 |
| Hex | 3E | 2 | BA | 43 | 63 | 0 | 1B | 104 | 62 | 25 |
| Octal | 76 | 2 | 272 | 103 | 143 | 0 | 33 | 404 | 142 | 45 |
| Binary | 111110 | 10 | 10111010 | 1000011 | 1100011 | 0 | 11011 | 100000100 | 1100010 | 100101 |
Color Harmonies of #3E02BA
Complementary color
Monochromatic Colors of #3E02BA
Black with #3E02BA
Text Example
Text Example
White with #3E02BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E02BA; }
p { color: rgb(62,2,186); }
H1.HeaderClassName
{
color: #3E02BA;
}
.AnyTagClassName
{
color: #3E02BA;
}
</style>
background-color css
<style>
a { background-color: #3E02BA; }
a { background-color: rgb(62,2,186); }
div.DivClassName
{
background-color: #3E02BA;
}
.BgClassName
{
background-color: #3E02BA;
}
</style>
border-color css
<style>
span { border-color: #3E02BA; }
span { border-color: rgb(62,2,186); }
td.TdClassName
{
border-color: #3E02BA;
}
.TagClassName
{
border-color: #3E02BA;
}
</style>