Shades of Purple Heart #3E21BB
Tints of Purple Heart #3E21BB
RGB
CMYK
RGB Variations
Color information
#3E21BB (or 0x3E21BB) is known color: Purple Heart. HEX triplet: 3E, 21 and BB. RGB value is (62,33,187). Sum of RGB (Red+Green+Blue) = 62+33+187=282 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.99% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E21BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E21BB is #C1DE44. Grayscale: #3A3A3A. Windows color (decimal): -12705349 or 12263742. OLE color: 12263742.
HSL color Cylindrical-coordinate representation of color #3E21BB: hue angle of 251.3º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E21BB is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 33 | 187 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.27 |
| HSL | 251.3º | 0.7% | 0.43% | - |
| HSV(B) | 251.3º | 0.82% | 0.73% | - |
| XYZ | 11.5 | 5.7 | 47.51 | - |
| YUV | 59.23 | 200.11 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 33 | 187 | 0.67 | 0.82 | 0 | 0.27 | 251.3 | 0.7 | 0.43 |
| Hex | 3E | 21 | BB | 43 | 52 | 0 | 1B | FB | 46 | 2B |
| Octal | 76 | 41 | 273 | 103 | 122 | 0 | 33 | 373 | 106 | 53 |
| Binary | 111110 | 100001 | 10111011 | 1000011 | 1010010 | 0 | 11011 | 11111011 | 1000110 | 101011 |
Color Harmonies of #3E21BB
Complementary color
Monochromatic Colors of #3E21BB
Black with #3E21BB
Text Example
Text Example
White with #3E21BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E21BB; }
p { color: rgb(62,33,187); }
H1.HeaderClassName
{
color: #3E21BB;
}
.AnyTagClassName
{
color: #3E21BB;
}
</style>
background-color css
<style>
a { background-color: #3E21BB; }
a { background-color: rgb(62,33,187); }
div.DivClassName
{
background-color: #3E21BB;
}
.BgClassName
{
background-color: #3E21BB;
}
</style>
border-color css
<style>
span { border-color: #3E21BB; }
span { border-color: rgb(62,33,187); }
td.TdClassName
{
border-color: #3E21BB;
}
.TagClassName
{
border-color: #3E21BB;
}
</style>