Html Css Color HEX #490ABE Purple Heart

📋 copy color: '#490ABE'

red 73 ◦ green 10 ◦ blue 190

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

Shades of Purple Heart #490ABE

Tints of Purple Heart #490ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 69.6%

R = 26.74%
G = 3.66%
B = 69.6%

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

#490ABE (or 0x490ABE) is known color: Purple Heart. HEX triplet: 49, 0A and BE. RGB value is (73,10,190). Sum of RGB (Red+Green+Blue) = 73+10+190=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 190 (74.61% from 255 or 69.60% from 273); Max value from RGB is 190 - color contains mainly: blue. Hex color #490ABE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490ABE is #B6F541. Grayscale: #303030. Windows color (decimal): -11990338 or 12454473. OLE color: 12454473.

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

Color convert

RGB 73 10 190 -
CMYK 0.62 0.95 0 0.25
HSL 261º 0.9% 0.39% -
HSV(B) 261º 0.95% 0.75% -
XYZ 12.15 5.35 49.11 -
YUV 49.36 207.37 144.86 -
System Red Green Blue C M Y K H S L
Decimal 73 10 190 0.62 0.95 0 0.25 261 0.9 0.39
Hex 49 A BE 3E 5F 0 19 105 5A 27
Octal 111 12 276 76 137 0 31 405 132 47
Binary 1001001 1010 10111110 111110 1011111 0 11001 100000101 1011010 100111

Color Harmonies of #490ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490ABE

Black with #490ABE

Text Example


Text Example

White with #490ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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