Shades of Purple Heart #3E2CCF
Tints of Purple Heart #3E2CCF
RGB
CMYK
RGB Variations
Color information
#3E2CCF (or 0x3E2CCF) is known color: Purple Heart. HEX triplet: 3E, 2C and CF. RGB value is (62,44,207). Sum of RGB (Red+Green+Blue) = 62+44+207=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E2CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2CCF is #C1D330. Grayscale: #434343. Windows color (decimal): -12702513 or 13577278. OLE color: 13577278.
HSL color Cylindrical-coordinate representation of color #3E2CCF: hue angle of 246.63º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E2CCF is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 44 | 207 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.19 |
| HSL | 246.63º | 0.65% | 0.49% | - |
| HSV(B) | 246.63º | 0.79% | 0.81% | - |
| XYZ | 14.15 | 7.33 | 59.7 | - |
| YUV | 67.96 | 206.46 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 44 | 207 | 0.70 | 0.79 | 0 | 0.19 | 246.63 | 0.65 | 0.49 |
| Hex | 3E | 2C | CF | 46 | 4F | 0 | 13 | F7 | 41 | 31 |
| Octal | 76 | 54 | 317 | 106 | 117 | 0 | 23 | 367 | 101 | 61 |
| Binary | 111110 | 101100 | 11001111 | 1000110 | 1001111 | 0 | 10011 | 11110111 | 1000001 | 110001 |
Color Harmonies of #3E2CCF
Complementary color
Monochromatic Colors of #3E2CCF
Black with #3E2CCF
Text Example
Text Example
White with #3E2CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2CCF; }
p { color: rgb(62,44,207); }
H1.HeaderClassName
{
color: #3E2CCF;
}
.AnyTagClassName
{
color: #3E2CCF;
}
</style>
background-color css
<style>
a { background-color: #3E2CCF; }
a { background-color: rgb(62,44,207); }
div.DivClassName
{
background-color: #3E2CCF;
}
.BgClassName
{
background-color: #3E2CCF;
}
</style>
border-color css
<style>
span { border-color: #3E2CCF; }
span { border-color: rgb(62,44,207); }
td.TdClassName
{
border-color: #3E2CCF;
}
.TagClassName
{
border-color: #3E2CCF;
}
</style>