Shades of Purple Heart #3E01BD
Tints of Purple Heart #3E01BD
RGB
CMYK
RGB Variations
Color information
#3E01BD (or 0x3E01BD) is known color: Purple Heart. HEX triplet: 3E, 01 and BD. RGB value is (62,1,189). Sum of RGB (Red+Green+Blue) = 62+1+189=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 189 (74.22% from 255 or 75% from 252); Max value from RGB is 189 - color contains mainly: blue. Hex color #3E01BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E01BD is #C1FE42. Grayscale: #272727. Windows color (decimal): -12713539 or 12386622. OLE color: 12386622.
HSL color Cylindrical-coordinate representation of color #3E01BD: hue angle of 259.47º 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 #3E01BD is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 1 | 189 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.26 |
| HSL | 259.47º | 0.99% | 0.37% | - |
| HSV(B) | 259.47º | 0.99% | 0.74% | - |
| XYZ | 11.18 | 4.72 | 48.47 | - |
| YUV | 40.67 | 211.71 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 189 | 0.67 | 0.99 | 0 | 0.26 | 259.47 | 0.99 | 0.37 |
| Hex | 3E | 1 | BD | 43 | 63 | 0 | 1A | 103 | 63 | 25 |
| Octal | 76 | 1 | 275 | 103 | 143 | 0 | 32 | 403 | 143 | 45 |
| Binary | 111110 | 1 | 10111101 | 1000011 | 1100011 | 0 | 11010 | 100000011 | 1100011 | 100101 |
Color Harmonies of #3E01BD
Complementary color
Monochromatic Colors of #3E01BD
Black with #3E01BD
Text Example
Text Example
White with #3E01BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E01BD; }
p { color: rgb(62,1,189); }
H1.HeaderClassName
{
color: #3E01BD;
}
.AnyTagClassName
{
color: #3E01BD;
}
</style>
background-color css
<style>
a { background-color: #3E01BD; }
a { background-color: rgb(62,1,189); }
div.DivClassName
{
background-color: #3E01BD;
}
.BgClassName
{
background-color: #3E01BD;
}
</style>
border-color css
<style>
span { border-color: #3E01BD; }
span { border-color: rgb(62,1,189); }
td.TdClassName
{
border-color: #3E01BD;
}
.TagClassName
{
border-color: #3E01BD;
}
</style>