Shades of Purple Heart #3E22B9
Tints of Purple Heart #3E22B9
RGB
CMYK
RGB Variations
Color information
#3E22B9 (or 0x3E22B9) is known color: Purple Heart. HEX triplet: 3E, 22 and B9. RGB value is (62,34,185). Sum of RGB (Red+Green+Blue) = 62+34+185=281 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.06% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 185 (72.66% from 255 or 65.84% from 281); Max value from RGB is 185 - color contains mainly: blue. Hex color #3E22B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E22B9 is #C1DD46. Grayscale: #3B3B3B. Windows color (decimal): -12705095 or 12132926. OLE color: 12132926.
HSL color Cylindrical-coordinate representation of color #3E22B9: hue angle of 251.13º degrees, saturation: 0.69, 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 #3E22B9 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 34 | 185 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.27 |
| HSL | 251.13º | 0.69% | 0.43% | - |
| HSV(B) | 251.13º | 0.82% | 0.73% | - |
| XYZ | 11.32 | 5.67 | 46.4 | - |
| YUV | 59.59 | 198.78 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 34 | 185 | 0.66 | 0.82 | 0 | 0.27 | 251.13 | 0.69 | 0.43 |
| Hex | 3E | 22 | B9 | 42 | 52 | 0 | 1B | FB | 45 | 2B |
| Octal | 76 | 42 | 271 | 102 | 122 | 0 | 33 | 373 | 105 | 53 |
| Binary | 111110 | 100010 | 10111001 | 1000010 | 1010010 | 0 | 11011 | 11111011 | 1000101 | 101011 |
Color Harmonies of #3E22B9
Complementary color
Monochromatic Colors of #3E22B9
Black with #3E22B9
Text Example
Text Example
White with #3E22B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E22B9; }
p { color: rgb(62,34,185); }
H1.HeaderClassName
{
color: #3E22B9;
}
.AnyTagClassName
{
color: #3E22B9;
}
</style>
background-color css
<style>
a { background-color: #3E22B9; }
a { background-color: rgb(62,34,185); }
div.DivClassName
{
background-color: #3E22B9;
}
.BgClassName
{
background-color: #3E22B9;
}
</style>
border-color css
<style>
span { border-color: #3E22B9; }
span { border-color: rgb(62,34,185); }
td.TdClassName
{
border-color: #3E22B9;
}
.TagClassName
{
border-color: #3E22B9;
}
</style>