#4A37CA

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

Shades of Purple Heart #4A37CA

Tints of Purple Heart #4A37CA

Color information

#4A37CA (or 0x4A37CA) is unknown color: approx Purple Heart. HEX triplet: 4A, 37 and CA. RGB value is (74,55,202). Sum of RGB (Red+Green+Blue) = 74+55+202=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 202 (79.30% from 255 or 61.03% from 331); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A37CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A37CA is #B5C835. Grayscale: #4C4C4C. Windows color (decimal): -11913270 or 13252426. OLE color: 13252426.

HSL color Cylindrical-coordinate representation of color #4A37CA: hue angle of 247.76º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A37CA is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7455202-
CMYK0.630.7300.21
HSL247.76º58.1%50.39%-
HSV(B)247.76º72.77%79.22%-
XYZ14.858.4556.73-
YUV77.44198.29125.55-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.36%
GREEN value IS 55 (21.88% from 255) = 16.62%
BLUE value IS 202 (79.30% from 255) = 61.03%
R=22.36%
G=16.62%
B=61.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal74552020.630.7300.21247.7658.150.39
Hex4A37CA3F49015f83a32
Octal11267312771110253707262
Binary100101011011111001010111111100100101010111111000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A37CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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