Shades of Purple Heart #462ECE
Tints of Purple Heart #462ECE
RGB
CMYK
RGB Variations
Color information
#462ECE (or 0x462ECE) is known color: Purple Heart. HEX triplet: 46, 2E and CE. RGB value is (70,46,206). Sum of RGB (Red+Green+Blue) = 70+46+206=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 46 (18.36% from 255 or 14.29% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #462ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462ECE is #B9D131. Grayscale: #464646. Windows color (decimal): -12177714 or 13512262. OLE color: 13512262.
HSL color Cylindrical-coordinate representation of color #462ECE: hue angle of 249º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #462ECE is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 46 | 206 | - |
| CMYK | 0.66 | 0.78 | 0 | 0.19 |
| HSL | 249º | 0.63% | 0.49% | - |
| HSV(B) | 249º | 0.78% | 0.81% | - |
| XYZ | 14.64 | 7.71 | 59.11 | - |
| YUV | 71.42 | 203.95 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 206 | 0.66 | 0.78 | 0 | 0.19 | 249 | 0.63 | 0.49 |
| Hex | 46 | 2E | CE | 42 | 4E | 0 | 13 | F9 | 3F | 31 |
| Octal | 106 | 56 | 316 | 102 | 116 | 0 | 23 | 371 | 77 | 61 |
| Binary | 1000110 | 101110 | 11001110 | 1000010 | 1001110 | 0 | 10011 | 11111001 | 111111 | 110001 |
Color Harmonies of #462ECE
Complementary color
Monochromatic Colors of #462ECE
Black with #462ECE
Text Example
Text Example
White with #462ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462ECE; }
p { color: rgb(70,46,206); }
H1.HeaderClassName
{
color: #462ECE;
}
.AnyTagClassName
{
color: #462ECE;
}
</style>
background-color css
<style>
a { background-color: #462ECE; }
a { background-color: rgb(70,46,206); }
div.DivClassName
{
background-color: #462ECE;
}
.BgClassName
{
background-color: #462ECE;
}
</style>
border-color css
<style>
span { border-color: #462ECE; }
span { border-color: rgb(70,46,206); }
td.TdClassName
{
border-color: #462ECE;
}
.TagClassName
{
border-color: #462ECE;
}
</style>