Html Css Color HEX #490FB9 Purple Heart

📋 copy color: '#490FB9'

red 73 ◦ green 15 ◦ blue 185

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

Shades of Purple Heart #490FB9

Tints of Purple Heart #490FB9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.49%

 BLUE value IS 185 (72.66% from 255) = 67.77%

R = 26.74%
G = 5.49%
B = 67.77%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#490FB9 (or 0x490FB9) is known color: Purple Heart. HEX triplet: 49, 0F and B9. RGB value is (73,15,185). Sum of RGB (Red+Green+Blue) = 73+15+185=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 185 (72.66% from 255 or 67.77% from 273); Max value from RGB is 185 - color contains mainly: blue. Hex color #490FB9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490FB9 is #B6F046. Grayscale: #333333. Windows color (decimal): -11989063 or 12128073. OLE color: 12128073.

HSL color Cylindrical-coordinate representation of color #490FB9: hue angle of 260.47º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490FB9 is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 15 185 -
CMYK 0.61 0.92 0 0.27
HSL 260.47º 0.85% 0.39% -
HSV(B) 260.47º 0.92% 0.73% -
XYZ 11.68 5.26 46.3 -
YUV 51.72 203.22 143.18 -
System Red Green Blue C M Y K H S L
Decimal 73 15 185 0.61 0.92 0 0.27 260.47 0.85 0.39
Hex 49 F B9 3D 5C 0 1B 104 55 27
Octal 111 17 271 75 134 0 33 404 125 47
Binary 1001001 1111 10111001 111101 1011100 0 11011 100000100 1010101 100111

Color Harmonies of #490FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490FB9

Black with #490FB9

Text Example


Text Example

White with #490FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,15,185); }

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

background-color css

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

 a { background-color: rgb(73,15,185); }

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

border-color css

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

 span { border-color: rgb(73,15,185); }

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