Shades of Purple Heart #3E02BC
Tints of Purple Heart #3E02BC
RGB
CMYK
RGB Variations
Color information
#3E02BC (or 0x3E02BC) is known color: Purple Heart. HEX triplet: 3E, 02 and BC. RGB value is (62,2,188). Sum of RGB (Red+Green+Blue) = 62+2+188=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 188 (73.83% from 255 or 74.60% from 252); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E02BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E02BC is #C1FD43. Grayscale: #282828. Windows color (decimal): -12713284 or 12321342. OLE color: 12321342.
HSL color Cylindrical-coordinate representation of color #3E02BC: hue angle of 259.35º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E02BC is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 2 | 188 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.26 |
| HSL | 259.35º | 0.98% | 0.37% | - |
| HSV(B) | 259.35º | 0.99% | 0.74% | - |
| XYZ | 11.09 | 4.7 | 47.9 | - |
| YUV | 41.14 | 210.88 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 188 | 0.67 | 0.99 | 0 | 0.26 | 259.35 | 0.98 | 0.37 |
| Hex | 3E | 2 | BC | 43 | 63 | 0 | 1A | 103 | 62 | 25 |
| Octal | 76 | 2 | 274 | 103 | 143 | 0 | 32 | 403 | 142 | 45 |
| Binary | 111110 | 10 | 10111100 | 1000011 | 1100011 | 0 | 11010 | 100000011 | 1100010 | 100101 |
Color Harmonies of #3E02BC
Complementary color
Monochromatic Colors of #3E02BC
Black with #3E02BC
Text Example
Text Example
White with #3E02BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E02BC; }
p { color: rgb(62,2,188); }
H1.HeaderClassName
{
color: #3E02BC;
}
.AnyTagClassName
{
color: #3E02BC;
}
</style>
background-color css
<style>
a { background-color: #3E02BC; }
a { background-color: rgb(62,2,188); }
div.DivClassName
{
background-color: #3E02BC;
}
.BgClassName
{
background-color: #3E02BC;
}
</style>
border-color css
<style>
span { border-color: #3E02BC; }
span { border-color: rgb(62,2,188); }
td.TdClassName
{
border-color: #3E02BC;
}
.TagClassName
{
border-color: #3E02BC;
}
</style>