#491EAA

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

Shades of Purple Heart #491EAA

Tints of Purple Heart #491EAA

Color information

#491EAA (or 0x491EAA) is unknown color: approx Purple Heart. HEX triplet: 49, 1E and AA. RGB value is (73,30,170). Sum of RGB (Red+Green+Blue) = 73+30+170=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #491EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491EAA is #B6E155. Grayscale: #3A3A3A. Windows color (decimal): -11985238 or 11148873. OLE color: 11148873.

HSL color Cylindrical-coordinate representation of color #491EAA: hue angle of 258.43º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #491EAA is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7330170-
CMYK0.570.8200.33
HSL258.43º70%39.22%-
HSV(B)258.43º82.35%66.67%-
XYZ10.475.2538.49-
YUV58.82190.75138.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.74%
GREEN value IS 30 (12.11% from 255) = 10.99%
BLUE value IS 170 (66.80% from 255) = 62.27%
R=26.74%
G=10.99%
B=62.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73301700.570.8200.33258.437039.22
Hex491EAA39520211024627
Octal111362527112204140210647
Binary10010011111010101010111001101001001000011000000101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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