Html Css Color HEX #490EB3 Purple Heart

📋 copy color: '#490EB3'

red 73 ◦ green 14 ◦ blue 179

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

Shades of Purple Heart #490EB3

Tints of Purple Heart #490EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 67.29%

R = 27.44%
G = 5.26%
B = 67.29%

CMYK

 C value IS 0.59

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#490EB3 (or 0x490EB3) is known color: Purple Heart. HEX triplet: 49, 0E and B3. RGB value is (73,14,179). Sum of RGB (Red+Green+Blue) = 73+14+179=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 179 (70.31% from 255 or 67.29% from 266); Max value from RGB is 179 - color contains mainly: blue. Hex color #490EB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490EB3 is #B6F14C. Grayscale: #313131. Windows color (decimal): -11989325 or 11734601. OLE color: 11734601.

HSL color Cylindrical-coordinate representation of color #490EB3: hue angle of 261.45º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490EB3 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 73 14 179 -
CMYK 0.59 0.92 0 0.30
HSL 261.45º 0.85% 0.38% -
HSV(B) 261.45º 0.92% 0.7% -
XYZ 11.04 4.99 43.03 -
YUV 50.45 200.55 144.08 -
System Red Green Blue C M Y K H S L
Decimal 73 14 179 0.59 0.92 0 0.30 261.45 0.85 0.38
Hex 49 E B3 3B 5C 0 1E 105 55 26
Octal 111 16 263 73 134 0 36 405 125 46
Binary 1001001 1110 10110011 111011 1011100 0 11110 100000101 1010101 100110

Color Harmonies of #490EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490EB3

Black with #490EB3

Text Example


Text Example

White with #490EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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