#490EC1

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

Shades of Purple Heart #490EC1

Tints of Purple Heart #490EC1

Color information

#490EC1 (or 0x490EC1) is unknown color: approx Purple Heart. HEX triplet: 49, 0E and C1. RGB value is (73,14,193). Sum of RGB (Red+Green+Blue) = 73+14+193=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 193 (75.78% from 255 or 68.93% from 280); Max value from RGB is 193 - color contains mainly: blue. Hex color #490EC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490EC1 is #B6F13E. Grayscale: #333333. Windows color (decimal): -11989311 or 12652105. OLE color: 12652105.

HSL color Cylindrical-coordinate representation of color #490EC1: hue angle of 259.78º degrees, saturation: 0.86, 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 #490EC1 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7314193-
CMYK0.620.9300.24
HSL259.78º86.47%40.59%-
HSV(B)259.78º92.75%75.69%-
XYZ12.535.5850.87-
YUV52.05207.55142.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.07%
GREEN value IS 14 (5.86% from 255) = 5%
BLUE value IS 193 (75.78% from 255) = 68.93%
R=26.07%
G=5%
B=68.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal73141930.620.9300.24259.7886.4740.59
Hex49EC13E5D0181045629
Octal111163017613503040412651
Binary100100111101100000111111010111010110001000001001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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