Shades of Purple Heart #3E01BC
Tints of Purple Heart #3E01BC
RGB
CMYK
RGB Variations
Color information
#3E01BC (or 0x3E01BC) is known color: Purple Heart. HEX triplet: 3E, 01 and BC. RGB value is (62,1,188). Sum of RGB (Red+Green+Blue) = 62+1+188=251 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.70% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 188 (73.83% from 255 or 74.90% from 251); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E01BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E01BC is #C1FE43. Grayscale: #272727. Windows color (decimal): -12713540 or 12321086. OLE color: 12321086.
HSL color Cylindrical-coordinate representation of color #3E01BC: hue angle of 259.57º degrees, saturation: 0.99, 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 #3E01BC is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 1 | 188 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.26 |
| HSL | 259.57º | 0.99% | 0.37% | - |
| HSV(B) | 259.57º | 0.99% | 0.74% | - |
| XYZ | 11.07 | 4.68 | 47.9 | - |
| YUV | 40.56 | 211.21 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 188 | 0.67 | 0.99 | 0 | 0.26 | 259.57 | 0.99 | 0.37 |
| Hex | 3E | 1 | BC | 43 | 63 | 0 | 1A | 104 | 63 | 25 |
| Octal | 76 | 1 | 274 | 103 | 143 | 0 | 32 | 404 | 143 | 45 |
| Binary | 111110 | 1 | 10111100 | 1000011 | 1100011 | 0 | 11010 | 100000100 | 1100011 | 100101 |
Color Harmonies of #3E01BC
Complementary color
Monochromatic Colors of #3E01BC
Black with #3E01BC
Text Example
Text Example
White with #3E01BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E01BC; }
p { color: rgb(62,1,188); }
H1.HeaderClassName
{
color: #3E01BC;
}
.AnyTagClassName
{
color: #3E01BC;
}
</style>
background-color css
<style>
a { background-color: #3E01BC; }
a { background-color: rgb(62,1,188); }
div.DivClassName
{
background-color: #3E01BC;
}
.BgClassName
{
background-color: #3E01BC;
}
</style>
border-color css
<style>
span { border-color: #3E01BC; }
span { border-color: rgb(62,1,188); }
td.TdClassName
{
border-color: #3E01BC;
}
.TagClassName
{
border-color: #3E01BC;
}
</style>