Shades of Purple Heart #3D1AB0
Tints of Purple Heart #3D1AB0
RGB
CMYK
RGB Variations
Color information
#3D1AB0 (or 0x3D1AB0) is known color: Purple Heart. HEX triplet: 3D, 1A and B0. RGB value is (61,26,176). Sum of RGB (Red+Green+Blue) = 61+26+176=263 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.19% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 176 (69.14% from 255 or 66.92% from 263); Max value from RGB is 176 - color contains mainly: blue. Hex color #3D1AB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1AB0 is #C2E54F. Grayscale: #353535. Windows color (decimal): -12772688 or 11541053. OLE color: 11541053.
HSL color Cylindrical-coordinate representation of color #3D1AB0: hue angle of 254º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D1AB0 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 26 | 176 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.31 |
| HSL | 254º | 0.74% | 0.4% | - |
| HSV(B) | 254º | 0.85% | 0.69% | - |
| XYZ | 10.13 | 4.87 | 41.48 | - |
| YUV | 53.57 | 197.1 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 26 | 176 | 0.65 | 0.85 | 0 | 0.31 | 254 | 0.74 | 0.4 |
| Hex | 3D | 1A | B0 | 41 | 55 | 0 | 1F | FE | 4A | 28 |
| Octal | 75 | 32 | 260 | 101 | 125 | 0 | 37 | 376 | 112 | 50 |
| Binary | 111101 | 11010 | 10110000 | 1000001 | 1010101 | 0 | 11111 | 11111110 | 1001010 | 101000 |
Color Harmonies of #3D1AB0
Complementary color
Monochromatic Colors of #3D1AB0
Black with #3D1AB0
Text Example
Text Example
White with #3D1AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1AB0; }
p { color: rgb(61,26,176); }
H1.HeaderClassName
{
color: #3D1AB0;
}
.AnyTagClassName
{
color: #3D1AB0;
}
</style>
background-color css
<style>
a { background-color: #3D1AB0; }
a { background-color: rgb(61,26,176); }
div.DivClassName
{
background-color: #3D1AB0;
}
.BgClassName
{
background-color: #3D1AB0;
}
</style>
border-color css
<style>
span { border-color: #3D1AB0; }
span { border-color: rgb(61,26,176); }
td.TdClassName
{
border-color: #3D1AB0;
}
.TagClassName
{
border-color: #3D1AB0;
}
</style>