#490EC3

Color #490EC3 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #490EC3

Tints of Purple Heart #490EC3

Color information

#490EC3 (or 0x490EC3) is unknown color: approx Purple Heart. HEX triplet: 49, 0E and C3. RGB value is (73,14,195). Sum of RGB (Red+Green+Blue) = 73+14+195=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 195 (76.56% from 255 or 69.15% from 282); Max value from RGB is 195 - color contains mainly: blue. Hex color #490EC3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490EC3 is #B6F13C. Grayscale: #333333. Windows color (decimal): -11989309 or 12783177. OLE color: 12783177.

HSL color Cylindrical-coordinate representation of color #490EC3: hue angle of 259.56º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490EC3 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7314195-
CMYK0.630.9300.24
HSL259.56º86.6%40.98%-
HSV(B)259.56º92.82%76.47%-
XYZ12.765.6752.05-
YUV52.28208.55142.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 25.89%
GREEN value IS 14 (5.86% from 255) = 4.96%
BLUE value IS 195 (76.56% from 255) = 69.15%
R=25.89%
G=4.96%
B=69.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal73141950.630.9300.24259.5686.640.98
Hex49EC33F5D0181045729
Octal111163037713503040412751
Binary100100111101100001111111110111010110001000001001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490EC3; }

 p { color: rgb(73,14,195); }

 H1.HeaderClassName
 {
   color: #490EC3;
 }
 .AnyTagClassName
 {
   color: #490EC3;
 }
</style>
background-color css

<style>
 a { background-color: #490EC3; }

 a { background-color: rgb(73,14,195); }

 div.DivClassName
 {
   background-color: #490EC3;
 }
 .BgClassName
 {
   background-color: #490EC3;
 }
</style>
border-color css

<style>
 span { border-color: #490EC3; }

 span { border-color: rgb(73,14,195); }

 td.TdClassName
 {
   border-color: #490EC3;
 }
 .TagClassName
 {
   border-color: #490EC3;
 }
</style>