#491BAA

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

Shades of Purple Heart #491BAA

Tints of Purple Heart #491BAA

Color information

#491BAA (or 0x491BAA) is unknown color: approx Purple Heart. HEX triplet: 49, 1B and AA. RGB value is (73,27,170). Sum of RGB (Red+Green+Blue) = 73+27+170=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #491BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491BAA is #B6E455. Grayscale: #383838. Windows color (decimal): -11986006 or 11148105. OLE color: 11148105.

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

Color convert

RGB7327170-
CMYK0.570.8400.33
HSL259.3º72.59%38.63%-
HSV(B)259.3º84.12%66.67%-
XYZ10.45.138.47-
YUV57.06191.74139.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 27 (10.94% from 255) = 10%
BLUE value IS 170 (66.80% from 255) = 62.96%
R=27.04%
G=10%
B=62.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73271700.570.8400.33259.372.5938.63
Hex491BAA39540211034927
Octal111332527112404140311147
Binary10010011101110101010111001101010001000011000000111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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