Html Css Color HEX #490EBA Purple Heart

📋 copy color: '#490EBA'

red 73 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #490EBA

Tints of Purple Heart #490EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 68.13%

R = 26.74%
G = 5.13%
B = 68.13%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#490EBA (or 0x490EBA) is known color: Purple Heart. HEX triplet: 49, 0E and BA. RGB value is (73,14,186). Sum of RGB (Red+Green+Blue) = 73+14+186=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #490EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490EBA is #B6F145. Grayscale: #323232. Windows color (decimal): -11989318 or 12193353. OLE color: 12193353.

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

Color convert

RGB 73 14 186 -
CMYK 0.61 0.92 0 0.27
HSL 260.58º 0.86% 0.39% -
HSV(B) 260.58º 0.92% 0.73% -
XYZ 11.77 5.28 46.85 -
YUV 51.25 204.05 143.51 -
System Red Green Blue C M Y K H S L
Decimal 73 14 186 0.61 0.92 0 0.27 260.58 0.86 0.39
Hex 49 E BA 3D 5C 0 1B 105 56 27
Octal 111 16 272 75 134 0 33 405 126 47
Binary 1001001 1110 10111010 111101 1011100 0 11011 100000101 1010110 100111

Color Harmonies of #490EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490EBA

Black with #490EBA

Text Example


Text Example

White with #490EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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