Html Css Color HEX #490EF7 Han Purple

📋 copy color: '#490EF7'

red 73 ◦ green 14 ◦ blue 247

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

Shades of Han Purple #490EF7

Tints of Han Purple #490EF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 73.95%

R = 21.86%
G = 4.19%
B = 73.95%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#490EF7 (or 0x490EF7) is known color: Han Purple. HEX triplet: 49, 0E and F7. RGB value is (73,14,247). Sum of RGB (Red+Green+Blue) = 73+14+247=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 247 (96.88% from 255 or 73.95% from 334); Max value from RGB is 247 - color contains mainly: blue. Hex color #490EF7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490EF7 is #B6F108. Grayscale: #393939. Windows color (decimal): -11989257 or 16191049. OLE color: 16191049.

HSL color Cylindrical-coordinate representation of color #490EF7: hue angle of 255.19º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490EF7 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 14 247 -
CMYK 0.70 0.94 0 0.03
HSL 255.19º 0.94% 0.51% -
HSV(B) 255.19º 0.94% 0.97% -
XYZ 19.69 8.45 88.59 -
YUV 58.2 234.55 138.55 -
System Red Green Blue C M Y K H S L
Decimal 73 14 247 0.70 0.94 0 0.03 255.19 0.94 0.51
Hex 49 E F7 46 5E 0 3 FF 5E 33
Octal 111 16 367 106 136 0 3 377 136 63
Binary 1001001 1110 11110111 1000110 1011110 0 11 11111111 1011110 110011

Color Harmonies of #490EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490EF7

Black with #490EF7

Text Example


Text Example

White with #490EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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