Shades of Purple Heart #3D1ECF
Tints of Purple Heart #3D1ECF
RGB
CMYK
RGB Variations
Color information
#3D1ECF (or 0x3D1ECF) is known color: Purple Heart. HEX triplet: 3D, 1E and CF. RGB value is (61,30,207). Sum of RGB (Red+Green+Blue) = 61+30+207=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 207 (81.25% from 255 or 69.46% from 298); Max value from RGB is 207 - color contains mainly: blue. Hex color #3D1ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1ECF is #C2E130. Grayscale: #3A3A3A. Windows color (decimal): -12771633 or 13573693. OLE color: 13573693.
HSL color Cylindrical-coordinate representation of color #3D1ECF: hue angle of 250.51º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3D1ECF is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 30 | 207 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.19 |
| HSL | 250.51º | 0.75% | 0.46% | - |
| HSV(B) | 250.51º | 0.86% | 0.81% | - |
| XYZ | 13.65 | 6.43 | 59.55 | - |
| YUV | 59.45 | 211.27 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 30 | 207 | 0.71 | 0.86 | 0 | 0.19 | 250.51 | 0.75 | 0.46 |
| Hex | 3D | 1E | CF | 47 | 56 | 0 | 13 | FB | 4B | 2E |
| Octal | 75 | 36 | 317 | 107 | 126 | 0 | 23 | 373 | 113 | 56 |
| Binary | 111101 | 11110 | 11001111 | 1000111 | 1010110 | 0 | 10011 | 11111011 | 1001011 | 101110 |
Color Harmonies of #3D1ECF
Complementary color
Monochromatic Colors of #3D1ECF
Black with #3D1ECF
Text Example
Text Example
White with #3D1ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1ECF; }
p { color: rgb(61,30,207); }
H1.HeaderClassName
{
color: #3D1ECF;
}
.AnyTagClassName
{
color: #3D1ECF;
}
</style>
background-color css
<style>
a { background-color: #3D1ECF; }
a { background-color: rgb(61,30,207); }
div.DivClassName
{
background-color: #3D1ECF;
}
.BgClassName
{
background-color: #3D1ECF;
}
</style>
border-color css
<style>
span { border-color: #3D1ECF; }
span { border-color: rgb(61,30,207); }
td.TdClassName
{
border-color: #3D1ECF;
}
.TagClassName
{
border-color: #3D1ECF;
}
</style>