Html Css Color HEX #490CF7 Han Purple

📋 copy color: '#490CF7'

red 73 ◦ green 12 ◦ blue 247

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

Shades of Han Purple #490CF7

Tints of Han Purple #490CF7

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.61%

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

R = 21.99%
G = 3.61%
B = 74.4%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#490CF7 (or 0x490CF7) is known color: Han Purple. HEX triplet: 49, 0C and F7. RGB value is (73,12,247). Sum of RGB (Red+Green+Blue) = 73+12+247=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 247 (96.88% from 255 or 74.40% from 332); Max value from RGB is 247 - color contains mainly: blue. Hex color #490CF7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490CF7 is #B6F308. Grayscale: #383838. Windows color (decimal): -11989769 or 16190537. OLE color: 16190537.

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

Color convert

RGB 73 12 247 -
CMYK 0.70 0.95 0 0.03
HSL 255.57º 0.94% 0.51% -
HSV(B) 255.57º 0.95% 0.97% -
XYZ 19.67 8.39 88.58 -
YUV 57.03 235.21 139.39 -
System Red Green Blue C M Y K H S L
Decimal 73 12 247 0.70 0.95 0 0.03 255.57 0.94 0.51
Hex 49 C F7 46 5F 0 3 100 5E 33
Octal 111 14 367 106 137 0 3 400 136 63
Binary 1001001 1100 11110111 1000110 1011111 0 11 100000000 1011110 110011

Color Harmonies of #490CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490CF7

Black with #490CF7

Text Example


Text Example

White with #490CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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