Shades of Purple Heart #3E13BB
Tints of Purple Heart #3E13BB
RGB
CMYK
RGB Variations
Color information
#3E13BB (or 0x3E13BB) is known color: Purple Heart. HEX triplet: 3E, 13 and BB. RGB value is (62,19,187). Sum of RGB (Red+Green+Blue) = 62+19+187=268 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.13% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 187 (73.44% from 255 or 69.78% from 268); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E13BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E13BB is #C1EC44. Grayscale: #323232. Windows color (decimal): -12708933 or 12260158. OLE color: 12260158.
HSL color Cylindrical-coordinate representation of color #3E13BB: hue angle of 255.36º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E13BB is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 19 | 187 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.27 |
| HSL | 255.36º | 0.82% | 0.4% | - |
| HSV(B) | 255.36º | 0.9% | 0.73% | - |
| XYZ | 11.19 | 5.08 | 47.4 | - |
| YUV | 51.01 | 204.75 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 19 | 187 | 0.67 | 0.90 | 0 | 0.27 | 255.36 | 0.82 | 0.4 |
| Hex | 3E | 13 | BB | 43 | 5A | 0 | 1B | FF | 52 | 28 |
| Octal | 76 | 23 | 273 | 103 | 132 | 0 | 33 | 377 | 122 | 50 |
| Binary | 111110 | 10011 | 10111011 | 1000011 | 1011010 | 0 | 11011 | 11111111 | 1010010 | 101000 |
Color Harmonies of #3E13BB
Complementary color
Monochromatic Colors of #3E13BB
Black with #3E13BB
Text Example
Text Example
White with #3E13BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E13BB; }
p { color: rgb(62,19,187); }
H1.HeaderClassName
{
color: #3E13BB;
}
.AnyTagClassName
{
color: #3E13BB;
}
</style>
background-color css
<style>
a { background-color: #3E13BB; }
a { background-color: rgb(62,19,187); }
div.DivClassName
{
background-color: #3E13BB;
}
.BgClassName
{
background-color: #3E13BB;
}
</style>
border-color css
<style>
span { border-color: #3E13BB; }
span { border-color: rgb(62,19,187); }
td.TdClassName
{
border-color: #3E13BB;
}
.TagClassName
{
border-color: #3E13BB;
}
</style>