#491EC5

Color #491EC5 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #491EC5

Tints of Purple Heart #491EC5

Color information

#491EC5 (or 0x491EC5) is unknown color: approx Purple Heart. HEX triplet: 49, 1E and C5. RGB value is (73,30,197). Sum of RGB (Red+Green+Blue) = 73+30+197=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 197 (77.34% from 255 or 65.67% from 300); Max value from RGB is 197 - color contains mainly: blue. Hex color #491EC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491EC5 is #B6E13A. Grayscale: #3D3D3D. Windows color (decimal): -11985211 or 12918345. OLE color: 12918345.

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

Color convert

RGB7330197-
CMYK0.630.8500.23
HSL255.45º73.57%44.51%-
HSV(B)255.45º84.77%77.25%-
XYZ13.296.3853.35-
YUV61.9204.25135.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.33%
GREEN value IS 30 (12.11% from 255) = 10%
BLUE value IS 197 (77.34% from 255) = 65.67%
R=24.33%
G=10%
B=65.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal73301970.630.8500.23255.4573.5744.51
Hex491EC53F55017ff4a2d
Octal111363057712502737711255
Binary100100111110110001011111111010101010111111111111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #491EC5;
 }
 .AnyTagClassName
 {
   color: #491EC5;
 }
</style>
background-color css

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

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

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

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

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

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