Html Css Color HEX #491AC5 Purple Heart

📋 copy color: '#491AC5'

red 73 ◦ green 26 ◦ blue 197

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

Shades of Purple Heart #491AC5

Tints of Purple Heart #491AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 66.55%

R = 24.66%
G = 8.78%
B = 66.55%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#491AC5 (or 0x491AC5) is known color: Purple Heart. HEX triplet: 49, 1A and C5. RGB value is (73,26,197). Sum of RGB (Red+Green+Blue) = 73+26+197=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 197 (77.34% from 255 or 66.55% from 296); Max value from RGB is 197 - color contains mainly: blue. Hex color #491AC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491AC5 is #B6E53A. Grayscale: #3A3A3A. Windows color (decimal): -11986235 or 12917321. OLE color: 12917321.

HSL color Cylindrical-coordinate representation of color #491AC5: hue angle of 256.49º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491AC5 is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 26 197 -
CMYK 0.63 0.87 0 0.23
HSL 256.49º 0.77% 0.44% -
HSV(B) 256.49º 0.87% 0.77% -
XYZ 13.2 6.19 53.32 -
YUV 59.55 205.57 137.6 -
System Red Green Blue C M Y K H S L
Decimal 73 26 197 0.63 0.87 0 0.23 256.49 0.77 0.44
Hex 49 1A C5 3F 57 0 17 100 4D 2C
Octal 111 32 305 77 127 0 27 400 115 54
Binary 1001001 11010 11000101 111111 1010111 0 10111 100000000 1001101 101100

Color Harmonies of #491AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491AC5

Black with #491AC5

Text Example


Text Example

White with #491AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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