Html Css Color HEX #490FB0 Purple Heart

📋 copy color: '#490FB0'

red 73 ◦ green 15 ◦ blue 176

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

Shades of Purple Heart #490FB0

Tints of Purple Heart #490FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 66.67%

R = 27.65%
G = 5.68%
B = 66.67%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#490FB0 (or 0x490FB0) is known color: Purple Heart. HEX triplet: 49, 0F and B0. RGB value is (73,15,176). Sum of RGB (Red+Green+Blue) = 73+15+176=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 176 (69.14% from 255 or 66.67% from 264); Max value from RGB is 176 - color contains mainly: blue. Hex color #490FB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490FB0 is #B6F04F. Grayscale: #323232. Windows color (decimal): -11989072 or 11538249. OLE color: 11538249.

HSL color Cylindrical-coordinate representation of color #490FB0: hue angle of 261.61º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490FB0 is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 15 176 -
CMYK 0.59 0.91 0 0.31
HSL 261.61º 0.84% 0.37% -
HSV(B) 261.61º 0.91% 0.69% -
XYZ 10.75 4.89 41.45 -
YUV 50.7 198.72 143.91 -
System Red Green Blue C M Y K H S L
Decimal 73 15 176 0.59 0.91 0 0.31 261.61 0.84 0.37
Hex 49 F B0 3B 5B 0 1F 106 54 25
Octal 111 17 260 73 133 0 37 406 124 45
Binary 1001001 1111 10110000 111011 1011011 0 11111 100000110 1010100 100101

Color Harmonies of #490FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490FB0

Black with #490FB0

Text Example


Text Example

White with #490FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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