#491EBE

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

Shades of Purple Heart #491EBE

Tints of Purple Heart #491EBE

Color information

#491EBE (or 0x491EBE) is unknown color: approx Purple Heart. HEX triplet: 49, 1E and BE. RGB value is (73,30,190). Sum of RGB (Red+Green+Blue) = 73+30+190=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #491EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491EBE is #B6E141. Grayscale: #3C3C3C. Windows color (decimal): -11985218 or 12459593. OLE color: 12459593.

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

Color convert

RGB7330190-
CMYK0.620.8400.25
HSL256.12º72.73%43.14%-
HSV(B)256.12º84.21%74.51%-
XYZ12.516.0649.23-
YUV61.1200.75136.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.91%
GREEN value IS 30 (12.11% from 255) = 10.24%
BLUE value IS 190 (74.61% from 255) = 64.85%
R=24.91%
G=10.24%
B=64.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal73301900.620.8400.25256.1272.7343.14
Hex491EBE3E54019100492b
Octal111362767612403140011153
Binary1001001111101011111011111010101000110011000000001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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