Shades of Purple Heart #461EB2
Tints of Purple Heart #461EB2
RGB
CMYK
RGB Variations
Color information
#461EB2 (or 0x461EB2) is known color: Purple Heart. HEX triplet: 46, 1E and B2. RGB value is (70,30,178). Sum of RGB (Red+Green+Blue) = 70+30+178=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 178 (69.92% from 255 or 64.03% from 278); Max value from RGB is 178 - color contains mainly: blue. Hex color #461EB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461EB2 is #B9E14D. Grayscale: #3A3A3A. Windows color (decimal): -12181838 or 11673158. OLE color: 11673158.
HSL color Cylindrical-coordinate representation of color #461EB2: hue angle of 256.22º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #461EB2 is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 70 | 30 | 178 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.30 |
| HSL | 256.22º | 0.71% | 0.41% | - |
| HSV(B) | 256.22º | 0.83% | 0.7% | - |
| XYZ | 11.03 | 5.44 | 42.59 | - |
| YUV | 58.83 | 195.25 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 178 | 0.61 | 0.83 | 0 | 0.30 | 256.22 | 0.71 | 0.41 |
| Hex | 46 | 1E | B2 | 3D | 53 | 0 | 1E | 100 | 47 | 29 |
| Octal | 106 | 36 | 262 | 75 | 123 | 0 | 36 | 400 | 107 | 51 |
| Binary | 1000110 | 11110 | 10110010 | 111101 | 1010011 | 0 | 11110 | 100000000 | 1000111 | 101001 |
Color Harmonies of #461EB2
Complementary color
Monochromatic Colors of #461EB2
Black with #461EB2
Text Example
Text Example
White with #461EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461EB2; }
p { color: rgb(70,30,178); }
H1.HeaderClassName
{
color: #461EB2;
}
.AnyTagClassName
{
color: #461EB2;
}
</style>
background-color css
<style>
a { background-color: #461EB2; }
a { background-color: rgb(70,30,178); }
div.DivClassName
{
background-color: #461EB2;
}
.BgClassName
{
background-color: #461EB2;
}
</style>
border-color css
<style>
span { border-color: #461EB2; }
span { border-color: rgb(70,30,178); }
td.TdClassName
{
border-color: #461EB2;
}
.TagClassName
{
border-color: #461EB2;
}
</style>