#491ACB

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

Shades of Purple Heart #491ACB

Tints of Purple Heart #491ACB

Color information

#491ACB (or 0x491ACB) is unknown color: approx Purple Heart. HEX triplet: 49, 1A and CB. RGB value is (73,26,203). Sum of RGB (Red+Green+Blue) = 73+26+203=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #491ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491ACB is #B6E534. Grayscale: #3B3B3B. Windows color (decimal): -11986229 or 13310537. OLE color: 13310537.

HSL color Cylindrical-coordinate representation of color #491ACB: hue angle of 255.93º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491ACB is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7326203-
CMYK0.640.8700.20
HSL255.93º77.29%44.9%-
HSV(B)255.93º87.19%79.61%-
XYZ13.96.4757.02-
YUV60.23208.57137.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.17%
GREEN value IS 26 (10.55% from 255) = 8.61%
BLUE value IS 203 (79.69% from 255) = 67.22%
R=24.17%
G=8.61%
B=67.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal73262030.640.8700.20255.9377.2944.9
Hex491ACB40570141004d2d
Octal1113231310012702440011555
Binary10010011101011001011100000010101110101001000000001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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