Shades of Purple Heart #460ECC
Tints of Purple Heart #460ECC
RGB
CMYK
RGB Variations
Color information
#460ECC (or 0x460ECC) is known color: Purple Heart. HEX triplet: 46, 0E and CC. RGB value is (70,14,204). Sum of RGB (Red+Green+Blue) = 70+14+204=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 204 (80.08% from 255 or 70.83% from 288); Max value from RGB is 204 - color contains mainly: blue. Hex color #460ECC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460ECC is #B9F133. Grayscale: #333333. Windows color (decimal): -12185908 or 13372998. OLE color: 13372998.
HSL color Cylindrical-coordinate representation of color #460ECC: hue angle of 257.68º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460ECC is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 14 | 204 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.2 |
| HSL | 257.68º | 0.87% | 0.43% | - |
| HSV(B) | 257.68º | 0.93% | 0.8% | - |
| XYZ | 13.58 | 5.98 | 57.56 | - |
| YUV | 52.4 | 213.55 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 204 | 0.66 | 0.93 | 0 | 0.2 | 257.68 | 0.87 | 0.43 |
| Hex | 46 | E | CC | 42 | 5D | 0 | 14 | 102 | 57 | 2B |
| Octal | 106 | 16 | 314 | 102 | 135 | 0 | 24 | 402 | 127 | 53 |
| Binary | 1000110 | 1110 | 11001100 | 1000010 | 1011101 | 0 | 10100 | 100000010 | 1010111 | 101011 |
Color Harmonies of #460ECC
Complementary color
Monochromatic Colors of #460ECC
Black with #460ECC
Text Example
Text Example
White with #460ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460ECC; }
p { color: rgb(70,14,204); }
H1.HeaderClassName
{
color: #460ECC;
}
.AnyTagClassName
{
color: #460ECC;
}
</style>
background-color css
<style>
a { background-color: #460ECC; }
a { background-color: rgb(70,14,204); }
div.DivClassName
{
background-color: #460ECC;
}
.BgClassName
{
background-color: #460ECC;
}
</style>
border-color css
<style>
span { border-color: #460ECC; }
span { border-color: rgb(70,14,204); }
td.TdClassName
{
border-color: #460ECC;
}
.TagClassName
{
border-color: #460ECC;
}
</style>