Shades of Purple Heart #3E11BD
Tints of Purple Heart #3E11BD
RGB
CMYK
RGB Variations
Color information
#3E11BD (or 0x3E11BD) is known color: Purple Heart. HEX triplet: 3E, 11 and BD. RGB value is (62,17,189). Sum of RGB (Red+Green+Blue) = 62+17+189=268 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.13% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 189 (74.22% from 255 or 70.52% from 268); Max value from RGB is 189 - color contains mainly: blue. Hex color #3E11BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E11BD is #C1EE42. Grayscale: #313131. Windows color (decimal): -12709443 or 12390718. OLE color: 12390718.
HSL color Cylindrical-coordinate representation of color #3E11BD: hue angle of 255.7º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E11BD is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 17 | 189 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.26 |
| HSL | 255.7º | 0.83% | 0.4% | - |
| HSV(B) | 255.7º | 0.91% | 0.74% | - |
| XYZ | 11.37 | 5.1 | 48.53 | - |
| YUV | 50.06 | 206.41 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 17 | 189 | 0.67 | 0.91 | 0 | 0.26 | 255.7 | 0.83 | 0.4 |
| Hex | 3E | 11 | BD | 43 | 5B | 0 | 1A | 100 | 53 | 28 |
| Octal | 76 | 21 | 275 | 103 | 133 | 0 | 32 | 400 | 123 | 50 |
| Binary | 111110 | 10001 | 10111101 | 1000011 | 1011011 | 0 | 11010 | 100000000 | 1010011 | 101000 |
Color Harmonies of #3E11BD
Complementary color
Monochromatic Colors of #3E11BD
Black with #3E11BD
Text Example
Text Example
White with #3E11BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E11BD; }
p { color: rgb(62,17,189); }
H1.HeaderClassName
{
color: #3E11BD;
}
.AnyTagClassName
{
color: #3E11BD;
}
</style>
background-color css
<style>
a { background-color: #3E11BD; }
a { background-color: rgb(62,17,189); }
div.DivClassName
{
background-color: #3E11BD;
}
.BgClassName
{
background-color: #3E11BD;
}
</style>
border-color css
<style>
span { border-color: #3E11BD; }
span { border-color: rgb(62,17,189); }
td.TdClassName
{
border-color: #3E11BD;
}
.TagClassName
{
border-color: #3E11BD;
}
</style>