#491AB6

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

Shades of Purple Heart #491AB6

Tints of Purple Heart #491AB6

Color information

#491AB6 (or 0x491AB6) is unknown color: approx Purple Heart. HEX triplet: 49, 1A and B6. RGB value is (73,26,182). Sum of RGB (Red+Green+Blue) = 73+26+182=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 182 (71.48% from 255 or 64.77% from 281); Max value from RGB is 182 - color contains mainly: blue. Hex color #491AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491AB6 is #B6E549. Grayscale: #393939. Windows color (decimal): -11986250 or 11934281. OLE color: 11934281.

HSL color Cylindrical-coordinate representation of color #491AB6: hue angle of 258.08º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491AB6 is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7326182-
CMYK0.600.8600.29
HSL258.08º75%40.78%-
HSV(B)258.08º85.71%71.37%-
XYZ11.565.5344.71-
YUV57.84198.07138.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.98%
GREEN value IS 26 (10.55% from 255) = 9.25%
BLUE value IS 182 (71.48% from 255) = 64.77%
R=25.98%
G=9.25%
B=64.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73261820.600.8600.29258.087540.78
Hex491AB63C5601D1024b29
Octal111322667412603540211351
Binary1001001110101011011011110010101100111011000000101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,26,182); }

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

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

 a { background-color: rgb(73,26,182); }

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

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

 span { border-color: rgb(73,26,182); }

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