Shades of Purple Heart #3E1CCD
Tints of Purple Heart #3E1CCD
RGB
CMYK
RGB Variations
Color information
#3E1CCD (or 0x3E1CCD) is known color: Purple Heart. HEX triplet: 3E, 1C and CD. RGB value is (62,28,205). Sum of RGB (Red+Green+Blue) = 62+28+205=295 (39% of max value = 765). Red value is 62 (24.61% from 255 or 21.02% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 205 (80.47% from 255 or 69.49% from 295); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E1CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1CCD is #C1E332. Grayscale: #393939. Windows color (decimal): -12706611 or 13442110. OLE color: 13442110.
HSL color Cylindrical-coordinate representation of color #3E1CCD: hue angle of 251.53º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E1CCD is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 28 | 205 | - |
| CMYK | 0.70 | 0.86 | 0 | 0.20 |
| HSL | 251.53º | 0.76% | 0.46% | - |
| HSV(B) | 251.53º | 0.86% | 0.8% | - |
| XYZ | 13.42 | 6.26 | 58.26 | - |
| YUV | 58.34 | 210.76 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 28 | 205 | 0.70 | 0.86 | 0 | 0.20 | 251.53 | 0.76 | 0.46 |
| Hex | 3E | 1C | CD | 46 | 56 | 0 | 14 | FC | 4C | 2E |
| Octal | 76 | 34 | 315 | 106 | 126 | 0 | 24 | 374 | 114 | 56 |
| Binary | 111110 | 11100 | 11001101 | 1000110 | 1010110 | 0 | 10100 | 11111100 | 1001100 | 101110 |
Color Harmonies of #3E1CCD
Complementary color
Monochromatic Colors of #3E1CCD
Black with #3E1CCD
Text Example
Text Example
White with #3E1CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1CCD; }
p { color: rgb(62,28,205); }
H1.HeaderClassName
{
color: #3E1CCD;
}
.AnyTagClassName
{
color: #3E1CCD;
}
</style>
background-color css
<style>
a { background-color: #3E1CCD; }
a { background-color: rgb(62,28,205); }
div.DivClassName
{
background-color: #3E1CCD;
}
.BgClassName
{
background-color: #3E1CCD;
}
</style>
border-color css
<style>
span { border-color: #3E1CCD; }
span { border-color: rgb(62,28,205); }
td.TdClassName
{
border-color: #3E1CCD;
}
.TagClassName
{
border-color: #3E1CCD;
}
</style>