Html Css Color HEX #490EBB Purple Heart

📋 copy color: '#490EBB'

red 73 ◦ green 14 ◦ blue 187

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

Shades of Purple Heart #490EBB

Tints of Purple Heart #490EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 68.25%

R = 26.64%
G = 5.11%
B = 68.25%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#490EBB (or 0x490EBB) is known color: Purple Heart. HEX triplet: 49, 0E and BB. RGB value is (73,14,187). Sum of RGB (Red+Green+Blue) = 73+14+187=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 187 (73.44% from 255 or 68.25% from 274); Max value from RGB is 187 - color contains mainly: blue. Hex color #490EBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490EBB is #B6F144. Grayscale: #323232. Windows color (decimal): -11989317 or 12258889. OLE color: 12258889.

HSL color Cylindrical-coordinate representation of color #490EBB: hue angle of 260.46º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490EBB is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 14 187 -
CMYK 0.61 0.93 0 0.27
HSL 260.46º 0.86% 0.39% -
HSV(B) 260.46º 0.93% 0.73% -
XYZ 11.87 5.32 47.41 -
YUV 51.36 204.55 143.43 -
System Red Green Blue C M Y K H S L
Decimal 73 14 187 0.61 0.93 0 0.27 260.46 0.86 0.39
Hex 49 E BB 3D 5D 0 1B 104 56 27
Octal 111 16 273 75 135 0 33 404 126 47
Binary 1001001 1110 10111011 111101 1011101 0 11011 100000100 1010110 100111

Color Harmonies of #490EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490EBB

Black with #490EBB

Text Example


Text Example

White with #490EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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