Shades of Purple Heart #3D1ABB
Tints of Purple Heart #3D1ABB
RGB
CMYK
RGB Variations
Color information
#3D1ABB (or 0x3D1ABB) is known color: Purple Heart. HEX triplet: 3D, 1A and BB. RGB value is (61,26,187). Sum of RGB (Red+Green+Blue) = 61+26+187=274 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.26% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 187 (73.44% from 255 or 68.25% from 274); Max value from RGB is 187 - color contains mainly: blue. Hex color #3D1ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1ABB is #C2E544. Grayscale: #363636. Windows color (decimal): -12772677 or 12261949. OLE color: 12261949.
HSL color Cylindrical-coordinate representation of color #3D1ABB: hue angle of 253.04º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3D1ABB is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 26 | 187 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.27 |
| HSL | 253.04º | 0.76% | 0.42% | - |
| HSV(B) | 253.04º | 0.86% | 0.73% | - |
| XYZ | 11.26 | 5.32 | 47.45 | - |
| YUV | 54.82 | 202.6 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 26 | 187 | 0.67 | 0.86 | 0 | 0.27 | 253.04 | 0.76 | 0.42 |
| Hex | 3D | 1A | BB | 43 | 56 | 0 | 1B | FD | 4C | 2A |
| Octal | 75 | 32 | 273 | 103 | 126 | 0 | 33 | 375 | 114 | 52 |
| Binary | 111101 | 11010 | 10111011 | 1000011 | 1010110 | 0 | 11011 | 11111101 | 1001100 | 101010 |
Color Harmonies of #3D1ABB
Complementary color
Monochromatic Colors of #3D1ABB
Black with #3D1ABB
Text Example
Text Example
White with #3D1ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1ABB; }
p { color: rgb(61,26,187); }
H1.HeaderClassName
{
color: #3D1ABB;
}
.AnyTagClassName
{
color: #3D1ABB;
}
</style>
background-color css
<style>
a { background-color: #3D1ABB; }
a { background-color: rgb(61,26,187); }
div.DivClassName
{
background-color: #3D1ABB;
}
.BgClassName
{
background-color: #3D1ABB;
}
</style>
border-color css
<style>
span { border-color: #3D1ABB; }
span { border-color: rgb(61,26,187); }
td.TdClassName
{
border-color: #3D1ABB;
}
.TagClassName
{
border-color: #3D1ABB;
}
</style>