Shades of Purple Heart #3E02B9
Tints of Purple Heart #3E02B9
RGB
CMYK
RGB Variations
Color information
#3E02B9 (or 0x3E02B9) is known color: Purple Heart. HEX triplet: 3E, 02 and B9. RGB value is (62,2,185). Sum of RGB (Red+Green+Blue) = 62+2+185=249 (32% of max value = 765). Red value is 62 (24.61% from 255 or 24.90% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 185 (72.66% from 255 or 74.30% from 249); Max value from RGB is 185 - color contains mainly: blue. Hex color #3E02B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E02B9 is #C1FD46. Grayscale: #282828. Windows color (decimal): -12713287 or 12124734. OLE color: 12124734.
HSL color Cylindrical-coordinate representation of color #3E02B9: hue angle of 259.67º 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 #3E02B9 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 2 | 185 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.27 |
| HSL | 259.67º | 0.98% | 0.37% | - |
| HSV(B) | 259.67º | 0.99% | 0.73% | - |
| XYZ | 10.77 | 4.57 | 46.21 | - |
| YUV | 40.8 | 209.38 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 185 | 0.66 | 0.99 | 0 | 0.27 | 259.67 | 0.98 | 0.37 |
| Hex | 3E | 2 | B9 | 42 | 63 | 0 | 1B | 104 | 62 | 25 |
| Octal | 76 | 2 | 271 | 102 | 143 | 0 | 33 | 404 | 142 | 45 |
| Binary | 111110 | 10 | 10111001 | 1000010 | 1100011 | 0 | 11011 | 100000100 | 1100010 | 100101 |
Color Harmonies of #3E02B9
Complementary color
Monochromatic Colors of #3E02B9
Black with #3E02B9
Text Example
Text Example
White with #3E02B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E02B9; }
p { color: rgb(62,2,185); }
H1.HeaderClassName
{
color: #3E02B9;
}
.AnyTagClassName
{
color: #3E02B9;
}
</style>
background-color css
<style>
a { background-color: #3E02B9; }
a { background-color: rgb(62,2,185); }
div.DivClassName
{
background-color: #3E02B9;
}
.BgClassName
{
background-color: #3E02B9;
}
</style>
border-color css
<style>
span { border-color: #3E02B9; }
span { border-color: rgb(62,2,185); }
td.TdClassName
{
border-color: #3E02B9;
}
.TagClassName
{
border-color: #3E02B9;
}
</style>