Shades of Purple Heart #3E22CF
Tints of Purple Heart #3E22CF
RGB
CMYK
RGB Variations
Color information
#3E22CF (or 0x3E22CF) is known color: Purple Heart. HEX triplet: 3E, 22 and CF. RGB value is (62,34,207). Sum of RGB (Red+Green+Blue) = 62+34+207=303 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.46% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E22CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E22CF is #C1DD30. Grayscale: #3D3D3D. Windows color (decimal): -12705073 or 13574718. OLE color: 13574718.
HSL color Cylindrical-coordinate representation of color #3E22CF: hue angle of 249.71º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E22CF is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 34 | 207 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.19 |
| HSL | 249.71º | 0.72% | 0.47% | - |
| HSV(B) | 249.71º | 0.84% | 0.81% | - |
| XYZ | 13.82 | 6.67 | 59.59 | - |
| YUV | 62.09 | 209.78 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 34 | 207 | 0.70 | 0.84 | 0 | 0.19 | 249.71 | 0.72 | 0.47 |
| Hex | 3E | 22 | CF | 46 | 54 | 0 | 13 | FA | 48 | 2F |
| Octal | 76 | 42 | 317 | 106 | 124 | 0 | 23 | 372 | 110 | 57 |
| Binary | 111110 | 100010 | 11001111 | 1000110 | 1010100 | 0 | 10011 | 11111010 | 1001000 | 101111 |
Color Harmonies of #3E22CF
Complementary color
Monochromatic Colors of #3E22CF
Black with #3E22CF
Text Example
Text Example
White with #3E22CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E22CF; }
p { color: rgb(62,34,207); }
H1.HeaderClassName
{
color: #3E22CF;
}
.AnyTagClassName
{
color: #3E22CF;
}
</style>
background-color css
<style>
a { background-color: #3E22CF; }
a { background-color: rgb(62,34,207); }
div.DivClassName
{
background-color: #3E22CF;
}
.BgClassName
{
background-color: #3E22CF;
}
</style>
border-color css
<style>
span { border-color: #3E22CF; }
span { border-color: rgb(62,34,207); }
td.TdClassName
{
border-color: #3E22CF;
}
.TagClassName
{
border-color: #3E22CF;
}
</style>