Html Css Color HEX #490ABF Purple Heart

📋 copy color: '#490ABF'

red 73 ◦ green 10 ◦ blue 191

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

Shades of Purple Heart #490ABF

Tints of Purple Heart #490ABF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.65%

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

R = 26.64%
G = 3.65%
B = 69.71%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#490ABF (or 0x490ABF) is known color: Purple Heart. HEX triplet: 49, 0A and BF. RGB value is (73,10,191). Sum of RGB (Red+Green+Blue) = 73+10+191=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 191 (75% from 255 or 69.71% from 274); Max value from RGB is 191 - color contains mainly: blue. Hex color #490ABF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490ABF is #B6F540. Grayscale: #303030. Windows color (decimal): -11990337 or 12520009. OLE color: 12520009.

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

Color convert

RGB 73 10 191 -
CMYK 0.62 0.95 0 0.25
HSL 260.88º 0.9% 0.39% -
HSV(B) 260.88º 0.95% 0.75% -
XYZ 12.26 5.4 49.69 -
YUV 49.47 207.87 144.78 -
System Red Green Blue C M Y K H S L
Decimal 73 10 191 0.62 0.95 0 0.25 260.88 0.9 0.39
Hex 49 A BF 3E 5F 0 19 105 5A 27
Octal 111 12 277 76 137 0 31 405 132 47
Binary 1001001 1010 10111111 111110 1011111 0 11001 100000101 1011010 100111

Color Harmonies of #490ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490ABF

Black with #490ABF

Text Example


Text Example

White with #490ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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