Html Css Color HEX #490EBC Purple Heart

📋 copy color: '#490EBC'

red 73 ◦ green 14 ◦ blue 188

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

Shades of Purple Heart #490EBC

Tints of Purple Heart #490EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 68.36%

R = 26.55%
G = 5.09%
B = 68.36%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#490EBC (or 0x490EBC) is known color: Purple Heart. HEX triplet: 49, 0E and BC. RGB value is (73,14,188). Sum of RGB (Red+Green+Blue) = 73+14+188=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #490EBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490EBC is #B6F143. Grayscale: #323232. Windows color (decimal): -11989316 or 12324425. OLE color: 12324425.

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

Color convert

RGB 73 14 188 -
CMYK 0.61 0.93 0 0.26
HSL 260.34º 0.86% 0.4% -
HSV(B) 260.34º 0.93% 0.74% -
XYZ 11.98 5.36 47.98 -
YUV 51.48 205.05 143.35 -
System Red Green Blue C M Y K H S L
Decimal 73 14 188 0.61 0.93 0 0.26 260.34 0.86 0.4
Hex 49 E BC 3D 5D 0 1A 104 56 28
Octal 111 16 274 75 135 0 32 404 126 50
Binary 1001001 1110 10111100 111101 1011101 0 11010 100000100 1010110 101000

Color Harmonies of #490EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490EBC

Black with #490EBC

Text Example


Text Example

White with #490EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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