Shades of Purple Heart #3D1FC9
Tints of Purple Heart #3D1FC9
RGB
CMYK
RGB Variations
Color information
#3D1FC9 (or 0x3D1FC9) is known color: Purple Heart. HEX triplet: 3D, 1F and C9. RGB value is (61,31,201). Sum of RGB (Red+Green+Blue) = 61+31+201=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 31 (12.5% from 255 or 10.58% from 293); Blue value is 201 (78.91% from 255 or 68.60% from 293); Max value from RGB is 201 - color contains mainly: blue. Hex color #3D1FC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1FC9 is #C2E036. Grayscale: #3A3A3A. Windows color (decimal): -12771383 or 13180733. OLE color: 13180733.
HSL color Cylindrical-coordinate representation of color #3D1FC9: hue angle of 250.59º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D1FC9 is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 31 | 201 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.21 |
| HSL | 250.59º | 0.73% | 0.45% | - |
| HSV(B) | 250.59º | 0.85% | 0.79% | - |
| XYZ | 12.96 | 6.19 | 55.77 | - |
| YUV | 59.35 | 207.94 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 31 | 201 | 0.70 | 0.85 | 0 | 0.21 | 250.59 | 0.73 | 0.45 |
| Hex | 3D | 1F | C9 | 46 | 55 | 0 | 15 | FB | 49 | 2D |
| Octal | 75 | 37 | 311 | 106 | 125 | 0 | 25 | 373 | 111 | 55 |
| Binary | 111101 | 11111 | 11001001 | 1000110 | 1010101 | 0 | 10101 | 11111011 | 1001001 | 101101 |
Color Harmonies of #3D1FC9
Complementary color
Monochromatic Colors of #3D1FC9
Black with #3D1FC9
Text Example
Text Example
White with #3D1FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1FC9; }
p { color: rgb(61,31,201); }
H1.HeaderClassName
{
color: #3D1FC9;
}
.AnyTagClassName
{
color: #3D1FC9;
}
</style>
background-color css
<style>
a { background-color: #3D1FC9; }
a { background-color: rgb(61,31,201); }
div.DivClassName
{
background-color: #3D1FC9;
}
.BgClassName
{
background-color: #3D1FC9;
}
</style>
border-color css
<style>
span { border-color: #3D1FC9; }
span { border-color: rgb(61,31,201); }
td.TdClassName
{
border-color: #3D1FC9;
}
.TagClassName
{
border-color: #3D1FC9;
}
</style>