Shades of Purple Heart #461DBF
Tints of Purple Heart #461DBF
RGB
CMYK
RGB Variations
Color information
#461DBF (or 0x461DBF) is known color: Purple Heart. HEX triplet: 46, 1D and BF. RGB value is (70,29,191). Sum of RGB (Red+Green+Blue) = 70+29+191=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #461DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461DBF is #B9E240. Grayscale: #3B3B3B. Windows color (decimal): -12182081 or 12524870. OLE color: 12524870.
HSL color Cylindrical-coordinate representation of color #461DBF: hue angle of 255.19º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #461DBF is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 29 | 191 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.25 |
| HSL | 255.19º | 0.74% | 0.43% | - |
| HSV(B) | 255.19º | 0.85% | 0.75% | - |
| XYZ | 12.37 | 5.94 | 49.79 | - |
| YUV | 59.73 | 202.08 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 191 | 0.63 | 0.85 | 0 | 0.25 | 255.19 | 0.74 | 0.43 |
| Hex | 46 | 1D | BF | 3F | 55 | 0 | 19 | FF | 4A | 2B |
| Octal | 106 | 35 | 277 | 77 | 125 | 0 | 31 | 377 | 112 | 53 |
| Binary | 1000110 | 11101 | 10111111 | 111111 | 1010101 | 0 | 11001 | 11111111 | 1001010 | 101011 |
Color Harmonies of #461DBF
Complementary color
Monochromatic Colors of #461DBF
Black with #461DBF
Text Example
Text Example
White with #461DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461DBF; }
p { color: rgb(70,29,191); }
H1.HeaderClassName
{
color: #461DBF;
}
.AnyTagClassName
{
color: #461DBF;
}
</style>
background-color css
<style>
a { background-color: #461DBF; }
a { background-color: rgb(70,29,191); }
div.DivClassName
{
background-color: #461DBF;
}
.BgClassName
{
background-color: #461DBF;
}
</style>
border-color css
<style>
span { border-color: #461DBF; }
span { border-color: rgb(70,29,191); }
td.TdClassName
{
border-color: #461DBF;
}
.TagClassName
{
border-color: #461DBF;
}
</style>