Html Css Color HEX #491ABF Purple Heart

📋 copy color: '#491ABF'

red 73 ◦ green 26 ◦ blue 191

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

Shades of Purple Heart #491ABF

Tints of Purple Heart #491ABF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.97%

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

R = 25.17%
G = 8.97%
B = 65.86%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#491ABF (or 0x491ABF) is known color: Purple Heart. HEX triplet: 49, 1A and BF. RGB value is (73,26,191). Sum of RGB (Red+Green+Blue) = 73+26+191=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #491ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491ABF is #B6E540. Grayscale: #3A3A3A. Windows color (decimal): -11986241 or 12524105. OLE color: 12524105.

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

Color convert

RGB 73 26 191 -
CMYK 0.62 0.86 0 0.25
HSL 257.09º 0.76% 0.43% -
HSV(B) 257.09º 0.86% 0.75% -
XYZ 12.52 5.92 49.77 -
YUV 58.86 202.57 138.08 -
System Red Green Blue C M Y K H S L
Decimal 73 26 191 0.62 0.86 0 0.25 257.09 0.76 0.43
Hex 49 1A BF 3E 56 0 19 101 4C 2B
Octal 111 32 277 76 126 0 31 401 114 53
Binary 1001001 11010 10111111 111110 1010110 0 11001 100000001 1001100 101011

Color Harmonies of #491ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491ABF

Black with #491ABF

Text Example


Text Example

White with #491ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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