Shades of Purple Heart #461DBA
Tints of Purple Heart #461DBA
RGB
CMYK
RGB Variations
Color information
#461DBA (or 0x461DBA) is known color: Purple Heart. HEX triplet: 46, 1D and BA. RGB value is (70,29,186). Sum of RGB (Red+Green+Blue) = 70+29+186=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #461DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461DBA is #B9E245. Grayscale: #3A3A3A. Windows color (decimal): -12182086 or 12197190. OLE color: 12197190.
HSL color Cylindrical-coordinate representation of color #461DBA: hue angle of 255.67º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461DBA is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 29 | 186 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.27 |
| HSL | 255.67º | 0.73% | 0.42% | - |
| HSV(B) | 255.67º | 0.84% | 0.73% | - |
| XYZ | 11.83 | 5.73 | 46.94 | - |
| YUV | 59.16 | 199.58 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 186 | 0.62 | 0.84 | 0 | 0.27 | 255.67 | 0.73 | 0.42 |
| Hex | 46 | 1D | BA | 3E | 54 | 0 | 1B | 100 | 49 | 2A |
| Octal | 106 | 35 | 272 | 76 | 124 | 0 | 33 | 400 | 111 | 52 |
| Binary | 1000110 | 11101 | 10111010 | 111110 | 1010100 | 0 | 11011 | 100000000 | 1001001 | 101010 |
Color Harmonies of #461DBA
Complementary color
Monochromatic Colors of #461DBA
Black with #461DBA
Text Example
Text Example
White with #461DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461DBA; }
p { color: rgb(70,29,186); }
H1.HeaderClassName
{
color: #461DBA;
}
.AnyTagClassName
{
color: #461DBA;
}
</style>
background-color css
<style>
a { background-color: #461DBA; }
a { background-color: rgb(70,29,186); }
div.DivClassName
{
background-color: #461DBA;
}
.BgClassName
{
background-color: #461DBA;
}
</style>
border-color css
<style>
span { border-color: #461DBA; }
span { border-color: rgb(70,29,186); }
td.TdClassName
{
border-color: #461DBA;
}
.TagClassName
{
border-color: #461DBA;
}
</style>