Shades of Purple Heart #3E21CF
Tints of Purple Heart #3E21CF
RGB
CMYK
RGB Variations
Color information
#3E21CF (or 0x3E21CF) is known color: Purple Heart. HEX triplet: 3E, 21 and CF. RGB value is (62,33,207). Sum of RGB (Red+Green+Blue) = 62+33+207=302 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.53% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E21CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E21CF is #C1DE30. Grayscale: #3C3C3C. Windows color (decimal): -12705329 or 13574462. OLE color: 13574462.
HSL color Cylindrical-coordinate representation of color #3E21CF: hue angle of 250º degrees, saturation: 0.73, 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 #3E21CF is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 33 | 207 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.19 |
| HSL | 250º | 0.73% | 0.47% | - |
| HSV(B) | 250º | 0.84% | 0.81% | - |
| XYZ | 13.79 | 6.62 | 59.58 | - |
| YUV | 61.51 | 210.11 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 33 | 207 | 0.70 | 0.84 | 0 | 0.19 | 250 | 0.73 | 0.47 |
| Hex | 3E | 21 | CF | 46 | 54 | 0 | 13 | FA | 48 | 2F |
| Octal | 76 | 41 | 317 | 106 | 124 | 0 | 23 | 372 | 110 | 57 |
| Binary | 111110 | 100001 | 11001111 | 1000110 | 1010100 | 0 | 10011 | 11111010 | 1001000 | 101111 |
Color Harmonies of #3E21CF
Complementary color
Monochromatic Colors of #3E21CF
Black with #3E21CF
Text Example
Text Example
White with #3E21CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E21CF; }
p { color: rgb(62,33,207); }
H1.HeaderClassName
{
color: #3E21CF;
}
.AnyTagClassName
{
color: #3E21CF;
}
</style>
background-color css
<style>
a { background-color: #3E21CF; }
a { background-color: rgb(62,33,207); }
div.DivClassName
{
background-color: #3E21CF;
}
.BgClassName
{
background-color: #3E21CF;
}
</style>
border-color css
<style>
span { border-color: #3E21CF; }
span { border-color: rgb(62,33,207); }
td.TdClassName
{
border-color: #3E21CF;
}
.TagClassName
{
border-color: #3E21CF;
}
</style>