Html Css Color HEX #490BB7 Purple Heart

📋 copy color: '#490BB7'

red 73 ◦ green 11 ◦ blue 183

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

Shades of Purple Heart #490BB7

Tints of Purple Heart #490BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 68.54%

R = 27.34%
G = 4.12%
B = 68.54%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#490BB7 (or 0x490BB7) is known color: Purple Heart. HEX triplet: 49, 0B and B7. RGB value is (73,11,183). Sum of RGB (Red+Green+Blue) = 73+11+183=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 183 (71.88% from 255 or 68.54% from 267); Max value from RGB is 183 - color contains mainly: blue. Hex color #490BB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490BB7 is #B6F448. Grayscale: #303030. Windows color (decimal): -11990089 or 11995977. OLE color: 11995977.

HSL color Cylindrical-coordinate representation of color #490BB7: hue angle of 261.63º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490BB7 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 73 11 183 -
CMYK 0.60 0.94 0 0.28
HSL 261.63º 0.89% 0.38% -
HSV(B) 261.63º 0.94% 0.72% -
XYZ 11.41 5.07 45.18 -
YUV 49.15 203.54 145.01 -
System Red Green Blue C M Y K H S L
Decimal 73 11 183 0.60 0.94 0 0.28 261.63 0.89 0.38
Hex 49 B B7 3C 5E 0 1C 106 59 26
Octal 111 13 267 74 136 0 34 406 131 46
Binary 1001001 1011 10110111 111100 1011110 0 11100 100000110 1011001 100110

Color Harmonies of #490BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490BB7

Black with #490BB7

Text Example


Text Example

White with #490BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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