Shades of Purple Heart #461EBE
Tints of Purple Heart #461EBE
RGB
CMYK
RGB Variations
Color information
#461EBE (or 0x461EBE) is known color: Purple Heart. HEX triplet: 46, 1E and BE. RGB value is (70,30,190). Sum of RGB (Red+Green+Blue) = 70+30+190=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #461EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461EBE is #B9E141. Grayscale: #3B3B3B. Windows color (decimal): -12181826 or 12459590. OLE color: 12459590.
HSL color Cylindrical-coordinate representation of color #461EBE: hue angle of 255º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461EBE is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 30 | 190 | - |
| CMYK | 0.63 | 0.84 | 0 | 0.25 |
| HSL | 255º | 0.73% | 0.43% | - |
| HSV(B) | 255º | 0.84% | 0.75% | - |
| XYZ | 12.28 | 5.95 | 49.22 | - |
| YUV | 60.2 | 201.25 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 190 | 0.63 | 0.84 | 0 | 0.25 | 255 | 0.73 | 0.43 |
| Hex | 46 | 1E | BE | 3F | 54 | 0 | 19 | FF | 49 | 2B |
| Octal | 106 | 36 | 276 | 77 | 124 | 0 | 31 | 377 | 111 | 53 |
| Binary | 1000110 | 11110 | 10111110 | 111111 | 1010100 | 0 | 11001 | 11111111 | 1001001 | 101011 |
Color Harmonies of #461EBE
Complementary color
Monochromatic Colors of #461EBE
Black with #461EBE
Text Example
Text Example
White with #461EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461EBE; }
p { color: rgb(70,30,190); }
H1.HeaderClassName
{
color: #461EBE;
}
.AnyTagClassName
{
color: #461EBE;
}
</style>
background-color css
<style>
a { background-color: #461EBE; }
a { background-color: rgb(70,30,190); }
div.DivClassName
{
background-color: #461EBE;
}
.BgClassName
{
background-color: #461EBE;
}
</style>
border-color css
<style>
span { border-color: #461EBE; }
span { border-color: rgb(70,30,190); }
td.TdClassName
{
border-color: #461EBE;
}
.TagClassName
{
border-color: #461EBE;
}
</style>