Shades of Purple Heart #461EC2
Tints of Purple Heart #461EC2
RGB
CMYK
RGB Variations
Color information
#461EC2 (or 0x461EC2) is known color: Purple Heart. HEX triplet: 46, 1E and C2. RGB value is (70,30,194). Sum of RGB (Red+Green+Blue) = 70+30+194=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 194 (76.17% from 255 or 65.99% from 294); Max value from RGB is 194 - color contains mainly: blue. Hex color #461EC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461EC2 is #B9E13D. Grayscale: #3C3C3C. Windows color (decimal): -12181822 or 12721734. OLE color: 12721734.
HSL color Cylindrical-coordinate representation of color #461EC2: hue angle of 254.63º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #461EC2 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 30 | 194 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.24 |
| HSL | 254.63º | 0.73% | 0.44% | - |
| HSV(B) | 254.63º | 0.85% | 0.76% | - |
| XYZ | 12.73 | 6.13 | 51.55 | - |
| YUV | 60.66 | 203.25 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 194 | 0.64 | 0.85 | 0 | 0.24 | 254.63 | 0.73 | 0.44 |
| Hex | 46 | 1E | C2 | 40 | 55 | 0 | 18 | FF | 49 | 2C |
| Octal | 106 | 36 | 302 | 100 | 125 | 0 | 30 | 377 | 111 | 54 |
| Binary | 1000110 | 11110 | 11000010 | 1000000 | 1010101 | 0 | 11000 | 11111111 | 1001001 | 101100 |
Color Harmonies of #461EC2
Complementary color
Monochromatic Colors of #461EC2
Black with #461EC2
Text Example
Text Example
White with #461EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461EC2; }
p { color: rgb(70,30,194); }
H1.HeaderClassName
{
color: #461EC2;
}
.AnyTagClassName
{
color: #461EC2;
}
</style>
background-color css
<style>
a { background-color: #461EC2; }
a { background-color: rgb(70,30,194); }
div.DivClassName
{
background-color: #461EC2;
}
.BgClassName
{
background-color: #461EC2;
}
</style>
border-color css
<style>
span { border-color: #461EC2; }
span { border-color: rgb(70,30,194); }
td.TdClassName
{
border-color: #461EC2;
}
.TagClassName
{
border-color: #461EC2;
}
</style>