Html Css Color HEX #490BBF Purple Heart

📋 copy color: '#490BBF'

red 73 ◦ green 11 ◦ blue 191

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

Shades of Purple Heart #490BBF

Tints of Purple Heart #490BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 69.45%

R = 26.55%
G = 4%
B = 69.45%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#490BBF (or 0x490BBF) is known color: Purple Heart. HEX triplet: 49, 0B and BF. RGB value is (73,11,191). Sum of RGB (Red+Green+Blue) = 73+11+191=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 191 (75% from 255 or 69.45% from 275); Max value from RGB is 191 - color contains mainly: blue. Hex color #490BBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490BBF is #B6F440. Grayscale: #313131. Windows color (decimal): -11990081 or 12520265. OLE color: 12520265.

HSL color Cylindrical-coordinate representation of color #490BBF: hue angle of 260.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490BBF is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 11 191 -
CMYK 0.62 0.94 0 0.25
HSL 260.67º 0.89% 0.4% -
HSV(B) 260.67º 0.94% 0.75% -
XYZ 12.27 5.42 49.69 -
YUV 50.06 207.54 144.36 -
System Red Green Blue C M Y K H S L
Decimal 73 11 191 0.62 0.94 0 0.25 260.67 0.89 0.4
Hex 49 B BF 3E 5E 0 19 105 59 28
Octal 111 13 277 76 136 0 31 405 131 50
Binary 1001001 1011 10111111 111110 1011110 0 11001 100000101 1011001 101000

Color Harmonies of #490BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490BBF

Black with #490BBF

Text Example


Text Example

White with #490BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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