Html Css Color HEX #490FB6 Purple Heart

📋 copy color: '#490FB6'

red 73 ◦ green 15 ◦ blue 182

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

Shades of Purple Heart #490FB6

Tints of Purple Heart #490FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 67.41%

R = 27.04%
G = 5.56%
B = 67.41%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#490FB6 (or 0x490FB6) is known color: Purple Heart. HEX triplet: 49, 0F and B6. RGB value is (73,15,182). Sum of RGB (Red+Green+Blue) = 73+15+182=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 182 (71.48% from 255 or 67.41% from 270); Max value from RGB is 182 - color contains mainly: blue. Hex color #490FB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490FB6 is #B6F049. Grayscale: #323232. Windows color (decimal): -11989066 or 11931465. OLE color: 11931465.

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

Color convert

RGB 73 15 182 -
CMYK 0.60 0.92 0 0.29
HSL 260.84º 0.85% 0.39% -
HSV(B) 260.84º 0.92% 0.71% -
XYZ 11.36 5.14 44.65 -
YUV 51.38 201.72 143.42 -
System Red Green Blue C M Y K H S L
Decimal 73 15 182 0.60 0.92 0 0.29 260.84 0.85 0.39
Hex 49 F B6 3C 5C 0 1D 105 55 27
Octal 111 17 266 74 134 0 35 405 125 47
Binary 1001001 1111 10110110 111100 1011100 0 11101 100000101 1010101 100111

Color Harmonies of #490FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490FB6

Black with #490FB6

Text Example


Text Example

White with #490FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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