Html Css Color HEX #490EB6 Purple Heart

📋 copy color: '#490EB6'

red 73 ◦ green 14 ◦ blue 182

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

Shades of Purple Heart #490EB6

Tints of Purple Heart #490EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 67.66%

R = 27.14%
G = 5.2%
B = 67.66%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#490EB6 (or 0x490EB6) is known color: Purple Heart. HEX triplet: 49, 0E and B6. RGB value is (73,14,182). Sum of RGB (Red+Green+Blue) = 73+14+182=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 182 (71.48% from 255 or 67.66% from 269); Max value from RGB is 182 - color contains mainly: blue. Hex color #490EB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490EB6 is #B6F149. Grayscale: #323232. Windows color (decimal): -11989322 or 11931209. OLE color: 11931209.

HSL color Cylindrical-coordinate representation of color #490EB6: hue angle of 261.07º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490EB6 is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 14 182 -
CMYK 0.60 0.92 0 0.29
HSL 261.07º 0.86% 0.38% -
HSV(B) 261.07º 0.92% 0.71% -
XYZ 11.35 5.11 44.64 -
YUV 50.79 202.05 143.84 -
System Red Green Blue C M Y K H S L
Decimal 73 14 182 0.60 0.92 0 0.29 261.07 0.86 0.38
Hex 49 E B6 3C 5C 0 1D 105 56 26
Octal 111 16 266 74 134 0 35 405 126 46
Binary 1001001 1110 10110110 111100 1011100 0 11101 100000101 1010110 100110

Color Harmonies of #490EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490EB6

Black with #490EB6

Text Example


Text Example

White with #490EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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