Shades of Purple Heart #461DB7
Tints of Purple Heart #461DB7
RGB
CMYK
RGB Variations
Color information
#461DB7 (or 0x461DB7) is known color: Purple Heart. HEX triplet: 46, 1D and B7. RGB value is (70,29,183). Sum of RGB (Red+Green+Blue) = 70+29+183=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 183 (71.88% from 255 or 64.89% from 282); Max value from RGB is 183 - color contains mainly: blue. Hex color #461DB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461DB7 is #B9E248. Grayscale: #3A3A3A. Windows color (decimal): -12182089 or 12000582. OLE color: 12000582.
HSL color Cylindrical-coordinate representation of color #461DB7: hue angle of 255.97º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461DB7 is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 70 | 29 | 183 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.28 |
| HSL | 255.97º | 0.73% | 0.42% | - |
| HSV(B) | 255.97º | 0.84% | 0.72% | - |
| XYZ | 11.51 | 5.6 | 45.27 | - |
| YUV | 58.82 | 198.08 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 183 | 0.62 | 0.84 | 0 | 0.28 | 255.97 | 0.73 | 0.42 |
| Hex | 46 | 1D | B7 | 3E | 54 | 0 | 1C | 100 | 49 | 2A |
| Octal | 106 | 35 | 267 | 76 | 124 | 0 | 34 | 400 | 111 | 52 |
| Binary | 1000110 | 11101 | 10110111 | 111110 | 1010100 | 0 | 11100 | 100000000 | 1001001 | 101010 |
Color Harmonies of #461DB7
Complementary color
Monochromatic Colors of #461DB7
Black with #461DB7
Text Example
Text Example
White with #461DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461DB7; }
p { color: rgb(70,29,183); }
H1.HeaderClassName
{
color: #461DB7;
}
.AnyTagClassName
{
color: #461DB7;
}
</style>
background-color css
<style>
a { background-color: #461DB7; }
a { background-color: rgb(70,29,183); }
div.DivClassName
{
background-color: #461DB7;
}
.BgClassName
{
background-color: #461DB7;
}
</style>
border-color css
<style>
span { border-color: #461DB7; }
span { border-color: rgb(70,29,183); }
td.TdClassName
{
border-color: #461DB7;
}
.TagClassName
{
border-color: #461DB7;
}
</style>