Shades of Purple Heart #3E22BC
Tints of Purple Heart #3E22BC
RGB
CMYK
RGB Variations
Color information
#3E22BC (or 0x3E22BC) is known color: Purple Heart. HEX triplet: 3E, 22 and BC. RGB value is (62,34,188). Sum of RGB (Red+Green+Blue) = 62+34+188=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E22BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E22BC is #C1DD43. Grayscale: #3B3B3B. Windows color (decimal): -12705092 or 12329534. OLE color: 12329534.
HSL color Cylindrical-coordinate representation of color #3E22BC: hue angle of 250.91º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E22BC is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 34 | 188 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.26 |
| HSL | 250.91º | 0.69% | 0.44% | - |
| HSV(B) | 250.91º | 0.82% | 0.74% | - |
| XYZ | 11.64 | 5.8 | 48.08 | - |
| YUV | 59.93 | 200.28 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 34 | 188 | 0.67 | 0.82 | 0 | 0.26 | 250.91 | 0.69 | 0.44 |
| Hex | 3E | 22 | BC | 43 | 52 | 0 | 1A | FB | 45 | 2C |
| Octal | 76 | 42 | 274 | 103 | 122 | 0 | 32 | 373 | 105 | 54 |
| Binary | 111110 | 100010 | 10111100 | 1000011 | 1010010 | 0 | 11010 | 11111011 | 1000101 | 101100 |
Color Harmonies of #3E22BC
Complementary color
Monochromatic Colors of #3E22BC
Black with #3E22BC
Text Example
Text Example
White with #3E22BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E22BC; }
p { color: rgb(62,34,188); }
H1.HeaderClassName
{
color: #3E22BC;
}
.AnyTagClassName
{
color: #3E22BC;
}
</style>
background-color css
<style>
a { background-color: #3E22BC; }
a { background-color: rgb(62,34,188); }
div.DivClassName
{
background-color: #3E22BC;
}
.BgClassName
{
background-color: #3E22BC;
}
</style>
border-color css
<style>
span { border-color: #3E22BC; }
span { border-color: rgb(62,34,188); }
td.TdClassName
{
border-color: #3E22BC;
}
.TagClassName
{
border-color: #3E22BC;
}
</style>