Shades of Purple Heart #462EBC
Tints of Purple Heart #462EBC
RGB
CMYK
RGB Variations
Color information
#462EBC (or 0x462EBC) is known color: Purple Heart. HEX triplet: 46, 2E and BC. RGB value is (70,46,188). Sum of RGB (Red+Green+Blue) = 70+46+188=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #462EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462EBC is #B9D143. Grayscale: #444444. Windows color (decimal): -12177732 or 12332614. OLE color: 12332614.
HSL color Cylindrical-coordinate representation of color #462EBC: hue angle of 250.14º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #462EBC is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 46 | 188 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.26 |
| HSL | 250.14º | 0.61% | 0.46% | - |
| HSV(B) | 250.14º | 0.76% | 0.74% | - |
| XYZ | 12.58 | 6.89 | 48.24 | - |
| YUV | 69.36 | 194.95 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 188 | 0.63 | 0.76 | 0 | 0.26 | 250.14 | 0.61 | 0.46 |
| Hex | 46 | 2E | BC | 3F | 4C | 0 | 1A | FA | 3D | 2E |
| Octal | 106 | 56 | 274 | 77 | 114 | 0 | 32 | 372 | 75 | 56 |
| Binary | 1000110 | 101110 | 10111100 | 111111 | 1001100 | 0 | 11010 | 11111010 | 111101 | 101110 |
Color Harmonies of #462EBC
Complementary color
Monochromatic Colors of #462EBC
Black with #462EBC
Text Example
Text Example
White with #462EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462EBC; }
p { color: rgb(70,46,188); }
H1.HeaderClassName
{
color: #462EBC;
}
.AnyTagClassName
{
color: #462EBC;
}
</style>
background-color css
<style>
a { background-color: #462EBC; }
a { background-color: rgb(70,46,188); }
div.DivClassName
{
background-color: #462EBC;
}
.BgClassName
{
background-color: #462EBC;
}
</style>
border-color css
<style>
span { border-color: #462EBC; }
span { border-color: rgb(70,46,188); }
td.TdClassName
{
border-color: #462EBC;
}
.TagClassName
{
border-color: #462EBC;
}
</style>