Shades of Purple Heart #3D18BA
Tints of Purple Heart #3D18BA
RGB
CMYK
RGB Variations
Color information
#3D18BA (or 0x3D18BA) is known color: Purple Heart. HEX triplet: 3D, 18 and BA. RGB value is (61,24,186). Sum of RGB (Red+Green+Blue) = 61+24+186=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D18BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D18BA is #C2E745. Grayscale: #343434. Windows color (decimal): -12773190 or 12195901. OLE color: 12195901.
HSL color Cylindrical-coordinate representation of color #3D18BA: hue angle of 253.7º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D18BA is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 24 | 186 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.27 |
| HSL | 253.7º | 0.77% | 0.41% | - |
| HSV(B) | 253.7º | 0.87% | 0.73% | - |
| XYZ | 11.11 | 5.19 | 46.87 | - |
| YUV | 53.53 | 202.76 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 24 | 186 | 0.67 | 0.87 | 0 | 0.27 | 253.7 | 0.77 | 0.41 |
| Hex | 3D | 18 | BA | 43 | 57 | 0 | 1B | FE | 4D | 29 |
| Octal | 75 | 30 | 272 | 103 | 127 | 0 | 33 | 376 | 115 | 51 |
| Binary | 111101 | 11000 | 10111010 | 1000011 | 1010111 | 0 | 11011 | 11111110 | 1001101 | 101001 |
Color Harmonies of #3D18BA
Complementary color
Monochromatic Colors of #3D18BA
Black with #3D18BA
Text Example
Text Example
White with #3D18BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D18BA; }
p { color: rgb(61,24,186); }
H1.HeaderClassName
{
color: #3D18BA;
}
.AnyTagClassName
{
color: #3D18BA;
}
</style>
background-color css
<style>
a { background-color: #3D18BA; }
a { background-color: rgb(61,24,186); }
div.DivClassName
{
background-color: #3D18BA;
}
.BgClassName
{
background-color: #3D18BA;
}
</style>
border-color css
<style>
span { border-color: #3D18BA; }
span { border-color: rgb(61,24,186); }
td.TdClassName
{
border-color: #3D18BA;
}
.TagClassName
{
border-color: #3D18BA;
}
</style>