Shades of Purple Heart #3E23BB
Tints of Purple Heart #3E23BB
RGB
CMYK
RGB Variations
Color information
#3E23BB (or 0x3E23BB) is known color: Purple Heart. HEX triplet: 3E, 23 and BB. RGB value is (62,35,187). Sum of RGB (Red+Green+Blue) = 62+35+187=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E23BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E23BB is #C1DC44. Grayscale: #3B3B3B. Windows color (decimal): -12704837 or 12264254. OLE color: 12264254.
HSL color Cylindrical-coordinate representation of color #3E23BB: hue angle of 250.66º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E23BB is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 35 | 187 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.27 |
| HSL | 250.66º | 0.68% | 0.44% | - |
| HSV(B) | 250.66º | 0.81% | 0.73% | - |
| XYZ | 11.56 | 5.81 | 47.53 | - |
| YUV | 60.4 | 199.45 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 35 | 187 | 0.67 | 0.81 | 0 | 0.27 | 250.66 | 0.68 | 0.44 |
| Hex | 3E | 23 | BB | 43 | 51 | 0 | 1B | FB | 44 | 2C |
| Octal | 76 | 43 | 273 | 103 | 121 | 0 | 33 | 373 | 104 | 54 |
| Binary | 111110 | 100011 | 10111011 | 1000011 | 1010001 | 0 | 11011 | 11111011 | 1000100 | 101100 |
Color Harmonies of #3E23BB
Complementary color
Monochromatic Colors of #3E23BB
Black with #3E23BB
Text Example
Text Example
White with #3E23BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E23BB; }
p { color: rgb(62,35,187); }
H1.HeaderClassName
{
color: #3E23BB;
}
.AnyTagClassName
{
color: #3E23BB;
}
</style>
background-color css
<style>
a { background-color: #3E23BB; }
a { background-color: rgb(62,35,187); }
div.DivClassName
{
background-color: #3E23BB;
}
.BgClassName
{
background-color: #3E23BB;
}
</style>
border-color css
<style>
span { border-color: #3E23BB; }
span { border-color: rgb(62,35,187); }
td.TdClassName
{
border-color: #3E23BB;
}
.TagClassName
{
border-color: #3E23BB;
}
</style>