Html Css Color HEX #490EBF Purple Heart

📋 copy color: '#490EBF'

red 73 ◦ green 14 ◦ blue 191

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

Shades of Purple Heart #490EBF

Tints of Purple Heart #490EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 68.71%

R = 26.26%
G = 5.04%
B = 68.71%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#490EBF (or 0x490EBF) is known color: Purple Heart. HEX triplet: 49, 0E and BF. RGB value is (73,14,191). Sum of RGB (Red+Green+Blue) = 73+14+191=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 191 (75% from 255 or 68.71% from 278); Max value from RGB is 191 - color contains mainly: blue. Hex color #490EBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490EBF is #B6F140. Grayscale: #333333. Windows color (decimal): -11989313 or 12521033. OLE color: 12521033.

HSL color Cylindrical-coordinate representation of color #490EBF: hue angle of 260º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490EBF is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 14 191 -
CMYK 0.62 0.93 0 0.25
HSL 260º 0.86% 0.4% -
HSV(B) 260º 0.93% 0.75% -
XYZ 12.31 5.49 49.7 -
YUV 51.82 206.55 143.11 -
System Red Green Blue C M Y K H S L
Decimal 73 14 191 0.62 0.93 0 0.25 260 0.86 0.4
Hex 49 E BF 3E 5D 0 19 104 56 28
Octal 111 16 277 76 135 0 31 404 126 50
Binary 1001001 1110 10111111 111110 1011101 0 11001 100000100 1010110 101000

Color Harmonies of #490EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490EBF

Black with #490EBF

Text Example


Text Example

White with #490EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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