Html Css Color HEX #490BAF Purple Heart

📋 copy color: '#490BAF'

red 73 ◦ green 11 ◦ blue 175

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

Shades of Purple Heart #490BAF

Tints of Purple Heart #490BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 67.57%

R = 28.19%
G = 4.25%
B = 67.57%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#490BAF (or 0x490BAF) is known color: Purple Heart. HEX triplet: 49, 0B and AF. RGB value is (73,11,175). Sum of RGB (Red+Green+Blue) = 73+11+175=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 175 (68.75% from 255 or 67.57% from 259); Max value from RGB is 175 - color contains mainly: blue. Hex color #490BAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490BAF is #B6F450. Grayscale: #2F2F2F. Windows color (decimal): -11990097 or 11471689. OLE color: 11471689.

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

Color convert

RGB 73 11 175 -
CMYK 0.58 0.94 0 0.31
HSL 262.68º 0.88% 0.36% -
HSV(B) 262.68º 0.94% 0.69% -
XYZ 10.61 4.75 40.92 -
YUV 48.23 199.54 145.66 -
System Red Green Blue C M Y K H S L
Decimal 73 11 175 0.58 0.94 0 0.31 262.68 0.88 0.36
Hex 49 B AF 3A 5E 0 1F 107 58 24
Octal 111 13 257 72 136 0 37 407 130 44
Binary 1001001 1011 10101111 111010 1011110 0 11111 100000111 1011000 100100

Color Harmonies of #490BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490BAF

Black with #490BAF

Text Example


Text Example

White with #490BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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