Html Css Color HEX #490AB5 Purple Heart

📋 copy color: '#490AB5'

red 73 ◦ green 10 ◦ blue 181

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

Shades of Purple Heart #490AB5

Tints of Purple Heart #490AB5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.79%

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

R = 27.65%
G = 3.79%
B = 68.56%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#490AB5 (or 0x490AB5) is known color: Purple Heart. HEX triplet: 49, 0A and B5. RGB value is (73,10,181). Sum of RGB (Red+Green+Blue) = 73+10+181=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 181 (71.09% from 255 or 68.56% from 264); Max value from RGB is 181 - color contains mainly: blue. Hex color #490AB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490AB5 is #B6F54A. Grayscale: #2F2F2F. Windows color (decimal): -11990347 or 11864649. OLE color: 11864649.

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

Color convert

RGB 73 10 181 -
CMYK 0.60 0.94 0 0.29
HSL 262.11º 0.9% 0.37% -
HSV(B) 262.11º 0.94% 0.71% -
XYZ 11.2 4.97 44.09 -
YUV 48.33 202.87 145.6 -
System Red Green Blue C M Y K H S L
Decimal 73 10 181 0.60 0.94 0 0.29 262.11 0.9 0.37
Hex 49 A B5 3C 5E 0 1D 106 5A 25
Octal 111 12 265 74 136 0 35 406 132 45
Binary 1001001 1010 10110101 111100 1011110 0 11101 100000110 1011010 100101

Color Harmonies of #490AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490AB5

Black with #490AB5

Text Example


Text Example

White with #490AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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