Html Css Color HEX #490DB5 Purple Heart

📋 copy color: '#490DB5'

red 73 ◦ green 13 ◦ blue 181

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

Shades of Purple Heart #490DB5

Tints of Purple Heart #490DB5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.87%

 BLUE value IS 181 (71.09% from 255) = 67.79%

R = 27.34%
G = 4.87%
B = 67.79%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#490DB5 (or 0x490DB5) is known color: Purple Heart. HEX triplet: 49, 0D and B5. RGB value is (73,13,181). Sum of RGB (Red+Green+Blue) = 73+13+181=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 181 (71.09% from 255 or 67.79% from 267); Max value from RGB is 181 - color contains mainly: blue. Hex color #490DB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490DB5 is #B6F24A. Grayscale: #313131. Windows color (decimal): -11989579 or 11865417. OLE color: 11865417.

HSL color Cylindrical-coordinate representation of color #490DB5: hue angle of 261.43º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490DB5 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 13 181 -
CMYK 0.60 0.93 0 0.29
HSL 261.43º 0.87% 0.38% -
HSV(B) 261.43º 0.93% 0.71% -
XYZ 11.23 5.04 44.1 -
YUV 50.09 201.88 144.34 -
System Red Green Blue C M Y K H S L
Decimal 73 13 181 0.60 0.93 0 0.29 261.43 0.87 0.38
Hex 49 D B5 3C 5D 0 1D 105 57 26
Octal 111 15 265 74 135 0 35 405 127 46
Binary 1001001 1101 10110101 111100 1011101 0 11101 100000101 1010111 100110

Color Harmonies of #490DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490DB5

Black with #490DB5

Text Example


Text Example

White with #490DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,13,181); }

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

background-color css

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

 a { background-color: rgb(73,13,181); }

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

border-color css

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

 span { border-color: rgb(73,13,181); }

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