Html Css Color HEX #490EAD Purple Heart

📋 copy color: '#490EAD'

red 73 ◦ green 14 ◦ blue 173

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

Shades of Purple Heart #490EAD

Tints of Purple Heart #490EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 66.54%

R = 28.08%
G = 5.38%
B = 66.54%

CMYK

 C value IS 0.58

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#490EAD (or 0x490EAD) is known color: Purple Heart. HEX triplet: 49, 0E and AD. RGB value is (73,14,173). Sum of RGB (Red+Green+Blue) = 73+14+173=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #490EAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490EAD is #B6F152. Grayscale: #313131. Windows color (decimal): -11989331 or 11341385. OLE color: 11341385.

HSL color Cylindrical-coordinate representation of color #490EAD: hue angle of 262.26º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490EAD is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 14 173 -
CMYK 0.58 0.92 0 0.32
HSL 262.26º 0.85% 0.37% -
HSV(B) 262.26º 0.92% 0.68% -
XYZ 10.45 4.75 39.9 -
YUV 49.77 197.55 144.57 -
System Red Green Blue C M Y K H S L
Decimal 73 14 173 0.58 0.92 0 0.32 262.26 0.85 0.37
Hex 49 E AD 3A 5C 0 20 106 55 25
Octal 111 16 255 72 134 0 40 406 125 45
Binary 1001001 1110 10101101 111010 1011100 0 100000 100000110 1010101 100101

Color Harmonies of #490EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490EAD

Black with #490EAD

Text Example


Text Example

White with #490EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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