Shades of Purple Heart #3D1DB4
Tints of Purple Heart #3D1DB4
RGB
CMYK
RGB Variations
Color information
#3D1DB4 (or 0x3D1DB4) is known color: Purple Heart. HEX triplet: 3D, 1D and B4. RGB value is (61,29,180). Sum of RGB (Red+Green+Blue) = 61+29+180=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 180 (70.70% from 255 or 66.67% from 270); Max value from RGB is 180 - color contains mainly: blue. Hex color #3D1DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1DB4 is #C2E24B. Grayscale: #373737. Windows color (decimal): -12771916 or 11803965. OLE color: 11803965.
HSL color Cylindrical-coordinate representation of color #3D1DB4: hue angle of 252.72º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D1DB4 is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 29 | 180 | - |
| CMYK | 0.66 | 0.84 | 0 | 0.29 |
| HSL | 252.72º | 0.72% | 0.41% | - |
| HSV(B) | 252.72º | 0.84% | 0.71% | - |
| XYZ | 10.6 | 5.17 | 43.62 | - |
| YUV | 55.78 | 198.1 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 29 | 180 | 0.66 | 0.84 | 0 | 0.29 | 252.72 | 0.72 | 0.41 |
| Hex | 3D | 1D | B4 | 42 | 54 | 0 | 1D | FD | 48 | 29 |
| Octal | 75 | 35 | 264 | 102 | 124 | 0 | 35 | 375 | 110 | 51 |
| Binary | 111101 | 11101 | 10110100 | 1000010 | 1010100 | 0 | 11101 | 11111101 | 1001000 | 101001 |
Color Harmonies of #3D1DB4
Complementary color
Monochromatic Colors of #3D1DB4
Black with #3D1DB4
Text Example
Text Example
White with #3D1DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1DB4; }
p { color: rgb(61,29,180); }
H1.HeaderClassName
{
color: #3D1DB4;
}
.AnyTagClassName
{
color: #3D1DB4;
}
</style>
background-color css
<style>
a { background-color: #3D1DB4; }
a { background-color: rgb(61,29,180); }
div.DivClassName
{
background-color: #3D1DB4;
}
.BgClassName
{
background-color: #3D1DB4;
}
</style>
border-color css
<style>
span { border-color: #3D1DB4; }
span { border-color: rgb(61,29,180); }
td.TdClassName
{
border-color: #3D1DB4;
}
.TagClassName
{
border-color: #3D1DB4;
}
</style>