Html Css Color HEX #490BC0 Purple Heart

📋 copy color: '#490BC0'

red 73 ◦ green 11 ◦ blue 192

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

Shades of Purple Heart #490BC0

Tints of Purple Heart #490BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 69.57%

R = 26.45%
G = 3.99%
B = 69.57%

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

#490BC0 (or 0x490BC0) is known color: Purple Heart. HEX triplet: 49, 0B and C0. RGB value is (73,11,192). Sum of RGB (Red+Green+Blue) = 73+11+192=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 192 (75.39% from 255 or 69.57% from 276); Max value from RGB is 192 - color contains mainly: blue. Hex color #490BC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490BC0 is #B6F43F. Grayscale: #313131. Windows color (decimal): -11990080 or 12585801. OLE color: 12585801.

HSL color Cylindrical-coordinate representation of color #490BC0: hue angle of 260.55º 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 #490BC0 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 11 192 -
CMYK 0.62 0.94 0 0.25
HSL 260.55º 0.89% 0.4% -
HSV(B) 260.55º 0.94% 0.75% -
XYZ 12.38 5.46 50.27 -
YUV 50.17 208.04 144.28 -
System Red Green Blue C M Y K H S L
Decimal 73 11 192 0.62 0.94 0 0.25 260.55 0.89 0.4
Hex 49 B C0 3E 5E 0 19 105 59 28
Octal 111 13 300 76 136 0 31 405 131 50
Binary 1001001 1011 11000000 111110 1011110 0 11001 100000101 1011001 101000

Color Harmonies of #490BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490BC0

Black with #490BC0

Text Example


Text Example

White with #490BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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