#4A37B3

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

Shades of Purple Heart #4A37B3

Tints of Purple Heart #4A37B3

Color information

#4A37B3 (or 0x4A37B3) is unknown color: approx Purple Heart. HEX triplet: 4A, 37 and B3. RGB value is (74,55,179). Sum of RGB (Red+Green+Blue) = 74+55+179=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 179 (70.31% from 255 or 58.12% from 308); Max value from RGB is 179 - color contains mainly: blue. Hex color #4A37B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A37B3 is #B5C84C. Grayscale: #4A4A4A. Windows color (decimal): -11913293 or 11745098. OLE color: 11745098.

HSL color Cylindrical-coordinate representation of color #4A37B3: hue angle of 249.19º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A37B3 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7455179-
CMYK0.590.6900.30
HSL249.19º52.99%45.88%-
HSV(B)249.19º69.27%70.2%-
XYZ12.337.4443.43-
YUV74.82186.79127.42-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.03%
GREEN value IS 55 (21.88% from 255) = 17.86%
BLUE value IS 179 (70.31% from 255) = 58.12%
R=24.03%
G=17.86%
B=58.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal74551790.590.6900.30249.1952.9945.88
Hex4A37B33B4501Ef9352e
Octal11267263731050363716556
Binary100101011011110110011111011100010101111011111001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A37B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A37B3; }

 p { color: rgb(74,55,179); }

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

<style>
 a { background-color: #4A37B3; }

 a { background-color: rgb(74,55,179); }

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

<style>
 span { border-color: #4A37B3; }

 span { border-color: rgb(74,55,179); }

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