Shades of Purple Heart #461ECD
Tints of Purple Heart #461ECD
RGB
CMYK
RGB Variations
Color information
#461ECD (or 0x461ECD) is known color: Purple Heart. HEX triplet: 46, 1E and CD. RGB value is (70,30,205). Sum of RGB (Red+Green+Blue) = 70+30+205=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #461ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461ECD is #B9E132. Grayscale: #3D3D3D. Windows color (decimal): -12181811 or 13442630. OLE color: 13442630.
HSL color Cylindrical-coordinate representation of color #461ECD: hue angle of 253.71º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #461ECD is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 30 | 205 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.20 |
| HSL | 253.71º | 0.74% | 0.46% | - |
| HSV(B) | 253.71º | 0.85% | 0.8% | - |
| XYZ | 14.01 | 6.64 | 58.3 | - |
| YUV | 61.91 | 208.75 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 205 | 0.66 | 0.85 | 0 | 0.20 | 253.71 | 0.74 | 0.46 |
| Hex | 46 | 1E | CD | 42 | 55 | 0 | 14 | FE | 4A | 2E |
| Octal | 106 | 36 | 315 | 102 | 125 | 0 | 24 | 376 | 112 | 56 |
| Binary | 1000110 | 11110 | 11001101 | 1000010 | 1010101 | 0 | 10100 | 11111110 | 1001010 | 101110 |
Color Harmonies of #461ECD
Complementary color
Monochromatic Colors of #461ECD
Black with #461ECD
Text Example
Text Example
White with #461ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461ECD; }
p { color: rgb(70,30,205); }
H1.HeaderClassName
{
color: #461ECD;
}
.AnyTagClassName
{
color: #461ECD;
}
</style>
background-color css
<style>
a { background-color: #461ECD; }
a { background-color: rgb(70,30,205); }
div.DivClassName
{
background-color: #461ECD;
}
.BgClassName
{
background-color: #461ECD;
}
</style>
border-color css
<style>
span { border-color: #461ECD; }
span { border-color: rgb(70,30,205); }
td.TdClassName
{
border-color: #461ECD;
}
.TagClassName
{
border-color: #461ECD;
}
</style>