Html Css Color HEX #490EC8 Purple Heart

📋 copy color: '#490EC8'

red 73 ◦ green 14 ◦ blue 200

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

Shades of Purple Heart #490EC8

Tints of Purple Heart #490EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 69.69%

R = 25.44%
G = 4.88%
B = 69.69%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#490EC8 (or 0x490EC8) is known color: Purple Heart. HEX triplet: 49, 0E and C8. RGB value is (73,14,200). Sum of RGB (Red+Green+Blue) = 73+14+200=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 200 (78.52% from 255 or 69.69% from 287); Max value from RGB is 200 - color contains mainly: blue. Hex color #490EC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490EC8 is #B6F137. Grayscale: #343434. Windows color (decimal): -11989304 or 13110857. OLE color: 13110857.

HSL color Cylindrical-coordinate representation of color #490EC8: hue angle of 259.03º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490EC8 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 14 200 -
CMYK 0.64 0.93 0 0.22
HSL 259.03º 0.87% 0.42% -
HSV(B) 259.03º 0.93% 0.78% -
XYZ 13.33 5.9 55.08 -
YUV 52.85 211.05 142.38 -
System Red Green Blue C M Y K H S L
Decimal 73 14 200 0.64 0.93 0 0.22 259.03 0.87 0.42
Hex 49 E C8 40 5D 0 16 103 57 2A
Octal 111 16 310 100 135 0 26 403 127 52
Binary 1001001 1110 11001000 1000000 1011101 0 10110 100000011 1010111 101010

Color Harmonies of #490EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490EC8

Black with #490EC8

Text Example


Text Example

White with #490EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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