Shades of Purple Heart #3D29CE
Tints of Purple Heart #3D29CE
RGB
CMYK
RGB Variations
Color information
#3D29CE (or 0x3D29CE) is known color: Purple Heart. HEX triplet: 3D, 29 and CE. RGB value is (61,41,206). Sum of RGB (Red+Green+Blue) = 61+41+206=308 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.81% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D29CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D29CE is #C2D631. Grayscale: #414141. Windows color (decimal): -12768818 or 13510973. OLE color: 13510973.
HSL color Cylindrical-coordinate representation of color #3D29CE: hue angle of 247.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D29CE is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 41 | 206 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.19 |
| HSL | 247.27º | 0.67% | 0.48% | - |
| HSV(B) | 247.27º | 0.8% | 0.81% | - |
| XYZ | 13.86 | 7.03 | 59.02 | - |
| YUV | 65.79 | 207.13 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 41 | 206 | 0.70 | 0.80 | 0 | 0.19 | 247.27 | 0.67 | 0.48 |
| Hex | 3D | 29 | CE | 46 | 50 | 0 | 13 | F7 | 43 | 30 |
| Octal | 75 | 51 | 316 | 106 | 120 | 0 | 23 | 367 | 103 | 60 |
| Binary | 111101 | 101001 | 11001110 | 1000110 | 1010000 | 0 | 10011 | 11110111 | 1000011 | 110000 |
Color Harmonies of #3D29CE
Complementary color
Monochromatic Colors of #3D29CE
Black with #3D29CE
Text Example
Text Example
White with #3D29CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D29CE; }
p { color: rgb(61,41,206); }
H1.HeaderClassName
{
color: #3D29CE;
}
.AnyTagClassName
{
color: #3D29CE;
}
</style>
background-color css
<style>
a { background-color: #3D29CE; }
a { background-color: rgb(61,41,206); }
div.DivClassName
{
background-color: #3D29CE;
}
.BgClassName
{
background-color: #3D29CE;
}
</style>
border-color css
<style>
span { border-color: #3D29CE; }
span { border-color: rgb(61,41,206); }
td.TdClassName
{
border-color: #3D29CE;
}
.TagClassName
{
border-color: #3D29CE;
}
</style>