Html Css Color HEX #490EAC Purple Heart

📋 copy color: '#490EAC'

red 73 ◦ green 14 ◦ blue 172

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

Shades of Purple Heart #490EAC

Tints of Purple Heart #490EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 66.41%

R = 28.19%
G = 5.41%
B = 66.41%

CMYK

 C value IS 0.58

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#490EAC (or 0x490EAC) is known color: Purple Heart. HEX triplet: 49, 0E and AC. RGB value is (73,14,172). Sum of RGB (Red+Green+Blue) = 73+14+172=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #490EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490EAC is #B6F153. Grayscale: #313131. Windows color (decimal): -11989332 or 11275849. OLE color: 11275849.

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

Color convert

RGB 73 14 172 -
CMYK 0.58 0.92 0 0.33
HSL 262.41º 0.85% 0.36% -
HSV(B) 262.41º 0.92% 0.67% -
XYZ 10.35 4.71 39.39 -
YUV 49.65 197.05 144.65 -
System Red Green Blue C M Y K H S L
Decimal 73 14 172 0.58 0.92 0 0.33 262.41 0.85 0.36
Hex 49 E AC 3A 5C 0 21 106 55 24
Octal 111 16 254 72 134 0 41 406 125 44
Binary 1001001 1110 10101100 111010 1011100 0 100001 100000110 1010101 100100

Color Harmonies of #490EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490EAC

Black with #490EAC

Text Example


Text Example

White with #490EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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