#491CA9

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

Shades of Purple Heart #491CA9

Tints of Purple Heart #491CA9

Color information

#491CA9 (or 0x491CA9) is unknown color: approx Purple Heart. HEX triplet: 49, 1C and A9. RGB value is (73,28,169). Sum of RGB (Red+Green+Blue) = 73+28+169=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 169 (66.41% from 255 or 62.59% from 270); Max value from RGB is 169 - color contains mainly: blue. Hex color #491CA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491CA9 is #B6E356. Grayscale: #393939. Windows color (decimal): -11985751 or 11082825. OLE color: 11082825.

HSL color Cylindrical-coordinate representation of color #491CA9: hue angle of 259.15º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #491CA9 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7328169-
CMYK0.570.8300.34
HSL259.15º71.57%38.63%-
HSV(B)259.15º83.43%66.27%-
XYZ10.325.1137.98-
YUV57.53190.91139.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 28 (11.33% from 255) = 10.37%
BLUE value IS 169 (66.41% from 255) = 62.59%
R=27.04%
G=10.37%
B=62.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal73281690.570.8300.34259.1571.5738.63
Hex491CA939530221034827
Octal111342517112304240311047
Binary10010011110010101001111001101001101000101000000111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,28,169); }

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

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

 a { background-color: rgb(73,28,169); }

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

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

 span { border-color: rgb(73,28,169); }

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