Html Css Color HEX #490EC0 Purple Heart

📋 copy color: '#490EC0'

red 73 ◦ green 14 ◦ blue 192

#490EC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #490EC0

Tints of Purple Heart #490EC0

RGB

 RED value IS 73 (28.91% from 255) = 26.16%

 GREEN value IS 14 (5.86% from 255) = 5.02%

 BLUE value IS 192 (75.39% from 255) = 68.82%

R = 26.16%
G = 5.02%
B = 68.82%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#490EC0 (or 0x490EC0) is known color: Purple Heart. HEX triplet: 49, 0E and C0. RGB value is (73,14,192). Sum of RGB (Red+Green+Blue) = 73+14+192=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 192 (75.39% from 255 or 68.82% from 279); Max value from RGB is 192 - color contains mainly: blue. Hex color #490EC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490EC0 is #B6F13F. Grayscale: #333333. Windows color (decimal): -11989312 or 12586569. OLE color: 12586569.

HSL color Cylindrical-coordinate representation of color #490EC0: hue angle of 259.89º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490EC0 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 14 192 -
CMYK 0.62 0.93 0 0.25
HSL 259.89º 0.86% 0.4% -
HSV(B) 259.89º 0.93% 0.75% -
XYZ 12.42 5.54 50.28 -
YUV 51.93 207.05 143.03 -
System Red Green Blue C M Y K H S L
Decimal 73 14 192 0.62 0.93 0 0.25 259.89 0.86 0.4
Hex 49 E C0 3E 5D 0 19 104 56 28
Octal 111 16 300 76 135 0 31 404 126 50
Binary 1001001 1110 11000000 111110 1011101 0 11001 100000100 1010110 101000

Color Harmonies of #490EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490EC0

Black with #490EC0

Text Example


Text Example

White with #490EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #490EC0;
 }
 .AnyTagClassName
 {
   color: #490EC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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