Html Css Color HEX #490AB6 Purple Heart

📋 copy color: '#490AB6'

red 73 ◦ green 10 ◦ blue 182

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

Shades of Purple Heart #490AB6

Tints of Purple Heart #490AB6

RGB

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

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

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

R = 27.55%
G = 3.77%
B = 68.68%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#490AB6 (or 0x490AB6) is known color: Purple Heart. HEX triplet: 49, 0A and B6. RGB value is (73,10,182). Sum of RGB (Red+Green+Blue) = 73+10+182=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 182 (71.48% from 255 or 68.68% from 265); Max value from RGB is 182 - color contains mainly: blue. Hex color #490AB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490AB6 is #B6F549. Grayscale: #2F2F2F. Windows color (decimal): -11990346 or 11930185. OLE color: 11930185.

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

Color convert

RGB 73 10 182 -
CMYK 0.60 0.95 0 0.29
HSL 261.98º 0.9% 0.38% -
HSV(B) 261.98º 0.95% 0.71% -
XYZ 11.3 5.01 44.63 -
YUV 48.45 203.37 145.51 -
System Red Green Blue C M Y K H S L
Decimal 73 10 182 0.60 0.95 0 0.29 261.98 0.9 0.38
Hex 49 A B6 3C 5F 0 1D 106 5A 26
Octal 111 12 266 74 137 0 35 406 132 46
Binary 1001001 1010 10110110 111100 1011111 0 11101 100000110 1011010 100110

Color Harmonies of #490AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490AB6

Black with #490AB6

Text Example


Text Example

White with #490AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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