#4A37BE

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

Shades of Purple Heart #4A37BE

Tints of Purple Heart #4A37BE

Color information

#4A37BE (or 0x4A37BE) is unknown color: approx Purple Heart. HEX triplet: 4A, 37 and BE. RGB value is (74,55,190). Sum of RGB (Red+Green+Blue) = 74+55+190=319 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.20% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A37BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A37BE is #B5C841. Grayscale: #4B4B4B. Windows color (decimal): -11913282 or 12465994. OLE color: 12465994.

HSL color Cylindrical-coordinate representation of color #4A37BE: hue angle of 248.44º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A37BE is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7455190-
CMYK0.610.7100.25
HSL248.44º55.1%48.04%-
HSV(B)248.44º71.05%74.51%-
XYZ13.487.9149.53-
YUV76.07192.29126.52-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.20%
GREEN value IS 55 (21.88% from 255) = 17.24%
BLUE value IS 190 (74.61% from 255) = 59.56%
R=23.20%
G=17.24%
B=59.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal74551900.610.7100.25248.4455.148.04
Hex4A37BE3D47019f83730
Octal11267276751070313706760
Binary100101011011110111110111101100011101100111111000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A37BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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