Shades of Purple Heart #461DBB
Tints of Purple Heart #461DBB
RGB
CMYK
RGB Variations
Color information
#461DBB (or 0x461DBB) is known color: Purple Heart. HEX triplet: 46, 1D and BB. RGB value is (70,29,187). Sum of RGB (Red+Green+Blue) = 70+29+187=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #461DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461DBB is #B9E244. Grayscale: #3A3A3A. Windows color (decimal): -12182085 or 12262726. OLE color: 12262726.
HSL color Cylindrical-coordinate representation of color #461DBB: hue angle of 255.57º 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 #461DBB is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 29 | 187 | - |
| CMYK | 0.63 | 0.84 | 0 | 0.27 |
| HSL | 255.57º | 0.73% | 0.42% | - |
| HSV(B) | 255.57º | 0.84% | 0.73% | - |
| XYZ | 11.93 | 5.77 | 47.5 | - |
| YUV | 59.27 | 200.08 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 187 | 0.63 | 0.84 | 0 | 0.27 | 255.57 | 0.73 | 0.42 |
| Hex | 46 | 1D | BB | 3F | 54 | 0 | 1B | 100 | 49 | 2A |
| Octal | 106 | 35 | 273 | 77 | 124 | 0 | 33 | 400 | 111 | 52 |
| Binary | 1000110 | 11101 | 10111011 | 111111 | 1010100 | 0 | 11011 | 100000000 | 1001001 | 101010 |
Color Harmonies of #461DBB
Complementary color
Monochromatic Colors of #461DBB
Black with #461DBB
Text Example
Text Example
White with #461DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461DBB; }
p { color: rgb(70,29,187); }
H1.HeaderClassName
{
color: #461DBB;
}
.AnyTagClassName
{
color: #461DBB;
}
</style>
background-color css
<style>
a { background-color: #461DBB; }
a { background-color: rgb(70,29,187); }
div.DivClassName
{
background-color: #461DBB;
}
.BgClassName
{
background-color: #461DBB;
}
</style>
border-color css
<style>
span { border-color: #461DBB; }
span { border-color: rgb(70,29,187); }
td.TdClassName
{
border-color: #461DBB;
}
.TagClassName
{
border-color: #461DBB;
}
</style>