Shades of Purple Heart #3D24BA
Tints of Purple Heart #3D24BA
RGB
CMYK
RGB Variations
Color information
#3D24BA (or 0x3D24BA) is known color: Purple Heart. HEX triplet: 3D, 24 and BA. RGB value is (61,36,186). Sum of RGB (Red+Green+Blue) = 61+36+186=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D24BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D24BA is #C2DB45. Grayscale: #3C3C3C. Windows color (decimal): -12770118 or 12198973. OLE color: 12198973.
HSL color Cylindrical-coordinate representation of color #3D24BA: hue angle of 250º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D24BA is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 36 | 186 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.27 |
| HSL | 250º | 0.68% | 0.44% | - |
| HSV(B) | 250º | 0.81% | 0.73% | - |
| XYZ | 11.42 | 5.8 | 46.97 | - |
| YUV | 60.58 | 198.78 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 36 | 186 | 0.67 | 0.81 | 0 | 0.27 | 250 | 0.68 | 0.44 |
| Hex | 3D | 24 | BA | 43 | 51 | 0 | 1B | FA | 44 | 2C |
| Octal | 75 | 44 | 272 | 103 | 121 | 0 | 33 | 372 | 104 | 54 |
| Binary | 111101 | 100100 | 10111010 | 1000011 | 1010001 | 0 | 11011 | 11111010 | 1000100 | 101100 |
Color Harmonies of #3D24BA
Complementary color
Monochromatic Colors of #3D24BA
Black with #3D24BA
Text Example
Text Example
White with #3D24BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D24BA; }
p { color: rgb(61,36,186); }
H1.HeaderClassName
{
color: #3D24BA;
}
.AnyTagClassName
{
color: #3D24BA;
}
</style>
background-color css
<style>
a { background-color: #3D24BA; }
a { background-color: rgb(61,36,186); }
div.DivClassName
{
background-color: #3D24BA;
}
.BgClassName
{
background-color: #3D24BA;
}
</style>
border-color css
<style>
span { border-color: #3D24BA; }
span { border-color: rgb(61,36,186); }
td.TdClassName
{
border-color: #3D24BA;
}
.TagClassName
{
border-color: #3D24BA;
}
</style>