Html Css Color HEX #490BAE Purple Heart

📋 copy color: '#490BAE'

red 73 ◦ green 11 ◦ blue 174

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

Shades of Purple Heart #490BAE

Tints of Purple Heart #490BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.26%

 BLUE value IS 174 (68.36% from 255) = 67.44%

R = 28.29%
G = 4.26%
B = 67.44%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#490BAE (or 0x490BAE) is known color: Purple Heart. HEX triplet: 49, 0B and AE. RGB value is (73,11,174). Sum of RGB (Red+Green+Blue) = 73+11+174=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 174 (68.36% from 255 or 67.44% from 258); Max value from RGB is 174 - color contains mainly: blue. Hex color #490BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490BAE is #B6F451. Grayscale: #2F2F2F. Windows color (decimal): -11990098 or 11406153. OLE color: 11406153.

HSL color Cylindrical-coordinate representation of color #490BAE: hue angle of 262.82º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490BAE is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 11 174 -
CMYK 0.58 0.94 0 0.32
HSL 262.82º 0.88% 0.36% -
HSV(B) 262.82º 0.94% 0.68% -
XYZ 10.51 4.71 40.4 -
YUV 48.12 199.04 145.75 -
System Red Green Blue C M Y K H S L
Decimal 73 11 174 0.58 0.94 0 0.32 262.82 0.88 0.36
Hex 49 B AE 3A 5E 0 20 107 58 24
Octal 111 13 256 72 136 0 40 407 130 44
Binary 1001001 1011 10101110 111010 1011110 0 100000 100000111 1011000 100100

Color Harmonies of #490BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490BAE

Black with #490BAE

Text Example


Text Example

White with #490BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,11,174); }

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

background-color css

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

 a { background-color: rgb(73,11,174); }

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

border-color css

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

 span { border-color: rgb(73,11,174); }

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