Shades of Purple Heart #3E00BB
Tints of Purple Heart #3E00BB
RGB
CMYK
RGB Variations
Color information
#3E00BB (or 0x3E00BB) is known color: Purple Heart. HEX triplet: 3E, 00 and BB. RGB value is (62,0,187). Sum of RGB (Red+Green+Blue) = 62+0+187=249 (32% of max value = 765). Red value is 62 (24.61% from 255 or 24.90% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 187 (73.44% from 255 or 75.10% from 249); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E00BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E00BB is #C1FF44. Grayscale: #272727. Windows color (decimal): -12713797 or 12255294. OLE color: 12255294.
HSL color Cylindrical-coordinate representation of color #3E00BB: hue angle of 259.89º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E00BB is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 0 | 187 | - |
| CMYK | 0.67 | 1 | 0 | 0.27 |
| HSL | 259.89º | 1% | 0.37% | - |
| HSV(B) | 259.89º | 1% | 0.73% | - |
| XYZ | 10.96 | 4.61 | 47.33 | - |
| YUV | 39.86 | 211.04 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 187 | 0.67 | 1 | 0 | 0.27 | 259.89 | 1 | 0.37 |
| Hex | 3E | 0 | BB | 43 | 64 | 0 | 1B | 104 | 64 | 25 |
| Octal | 76 | 0 | 273 | 103 | 144 | 0 | 33 | 404 | 144 | 45 |
| Binary | 111110 | 0 | 10111011 | 1000011 | 1100100 | 0 | 11011 | 100000100 | 1100100 | 100101 |
Color Harmonies of #3E00BB
Complementary color
Monochromatic Colors of #3E00BB
Black with #3E00BB
Text Example
Text Example
White with #3E00BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E00BB; }
p { color: rgb(62,0,187); }
H1.HeaderClassName
{
color: #3E00BB;
}
.AnyTagClassName
{
color: #3E00BB;
}
</style>
background-color css
<style>
a { background-color: #3E00BB; }
a { background-color: rgb(62,0,187); }
div.DivClassName
{
background-color: #3E00BB;
}
.BgClassName
{
background-color: #3E00BB;
}
</style>
border-color css
<style>
span { border-color: #3E00BB; }
span { border-color: rgb(62,0,187); }
td.TdClassName
{
border-color: #3E00BB;
}
.TagClassName
{
border-color: #3E00BB;
}
</style>