Shades of Purple Heart #3E21CC
Tints of Purple Heart #3E21CC
RGB
CMYK
RGB Variations
Color information
#3E21CC (or 0x3E21CC) is known color: Purple Heart. HEX triplet: 3E, 21 and CC. RGB value is (62,33,204). Sum of RGB (Red+Green+Blue) = 62+33+204=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E21CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E21CC is #C1DE33. Grayscale: #3C3C3C. Windows color (decimal): -12705332 or 13377854. OLE color: 13377854.
HSL color Cylindrical-coordinate representation of color #3E21CC: hue angle of 250.18º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E21CC is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 62 | 33 | 204 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.2 |
| HSL | 250.18º | 0.72% | 0.46% | - |
| HSV(B) | 250.18º | 0.84% | 0.8% | - |
| XYZ | 13.43 | 6.47 | 57.67 | - |
| YUV | 61.17 | 208.61 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 33 | 204 | 0.70 | 0.84 | 0 | 0.2 | 250.18 | 0.72 | 0.46 |
| Hex | 3E | 21 | CC | 46 | 54 | 0 | 14 | FA | 48 | 2E |
| Octal | 76 | 41 | 314 | 106 | 124 | 0 | 24 | 372 | 110 | 56 |
| Binary | 111110 | 100001 | 11001100 | 1000110 | 1010100 | 0 | 10100 | 11111010 | 1001000 | 101110 |
Color Harmonies of #3E21CC
Complementary color
Monochromatic Colors of #3E21CC
Black with #3E21CC
Text Example
Text Example
White with #3E21CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E21CC; }
p { color: rgb(62,33,204); }
H1.HeaderClassName
{
color: #3E21CC;
}
.AnyTagClassName
{
color: #3E21CC;
}
</style>
background-color css
<style>
a { background-color: #3E21CC; }
a { background-color: rgb(62,33,204); }
div.DivClassName
{
background-color: #3E21CC;
}
.BgClassName
{
background-color: #3E21CC;
}
</style>
border-color css
<style>
span { border-color: #3E21CC; }
span { border-color: rgb(62,33,204); }
td.TdClassName
{
border-color: #3E21CC;
}
.TagClassName
{
border-color: #3E21CC;
}
</style>