Shades of Purple Heart #3D1ACB
Tints of Purple Heart #3D1ACB
RGB
CMYK
RGB Variations
Color information
#3D1ACB (or 0x3D1ACB) is known color: Purple Heart. HEX triplet: 3D, 1A and CB. RGB value is (61,26,203). Sum of RGB (Red+Green+Blue) = 61+26+203=290 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.03% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 203 (79.69% from 255 or 70% from 290); Max value from RGB is 203 - color contains mainly: blue. Hex color #3D1ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1ACB is #C2E534. Grayscale: #373737. Windows color (decimal): -12772661 or 13310525. OLE color: 13310525.
HSL color Cylindrical-coordinate representation of color #3D1ACB: hue angle of 251.86º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D1ACB is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 26 | 203 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.20 |
| HSL | 251.86º | 0.77% | 0.45% | - |
| HSV(B) | 251.86º | 0.87% | 0.8% | - |
| XYZ | 13.07 | 6.04 | 56.98 | - |
| YUV | 56.64 | 210.6 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 26 | 203 | 0.70 | 0.87 | 0 | 0.20 | 251.86 | 0.77 | 0.45 |
| Hex | 3D | 1A | CB | 46 | 57 | 0 | 14 | FC | 4D | 2D |
| Octal | 75 | 32 | 313 | 106 | 127 | 0 | 24 | 374 | 115 | 55 |
| Binary | 111101 | 11010 | 11001011 | 1000110 | 1010111 | 0 | 10100 | 11111100 | 1001101 | 101101 |
Color Harmonies of #3D1ACB
Complementary color
Monochromatic Colors of #3D1ACB
Black with #3D1ACB
Text Example
Text Example
White with #3D1ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1ACB; }
p { color: rgb(61,26,203); }
H1.HeaderClassName
{
color: #3D1ACB;
}
.AnyTagClassName
{
color: #3D1ACB;
}
</style>
background-color css
<style>
a { background-color: #3D1ACB; }
a { background-color: rgb(61,26,203); }
div.DivClassName
{
background-color: #3D1ACB;
}
.BgClassName
{
background-color: #3D1ACB;
}
</style>
border-color css
<style>
span { border-color: #3D1ACB; }
span { border-color: rgb(61,26,203); }
td.TdClassName
{
border-color: #3D1ACB;
}
.TagClassName
{
border-color: #3D1ACB;
}
</style>