#4A37B8

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

Shades of Purple Heart #4A37B8

Tints of Purple Heart #4A37B8

Color information

#4A37B8 (or 0x4A37B8) is unknown color: approx Purple Heart. HEX triplet: 4A, 37 and B8. RGB value is (74,55,184). Sum of RGB (Red+Green+Blue) = 74+55+184=313 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.64% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 184 (72.27% from 255 or 58.79% from 313); Max value from RGB is 184 - color contains mainly: blue. Hex color #4A37B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A37B8 is #B5C847. Grayscale: #4A4A4A. Windows color (decimal): -11913288 or 12072778. OLE color: 12072778.

HSL color Cylindrical-coordinate representation of color #4A37B8: hue angle of 248.84º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A37B8 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7455184-
CMYK0.600.7000.28
HSL248.84º53.97%46.86%-
HSV(B)248.84º70.11%72.16%-
XYZ12.847.6546.15-
YUV75.39189.29127.01-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.64%
GREEN value IS 55 (21.88% from 255) = 17.57%
BLUE value IS 184 (72.27% from 255) = 58.79%
R=23.64%
G=17.57%
B=58.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal74551840.600.7000.28248.8453.9746.86
Hex4A37B83C4601Cf9362f
Octal11267270741060343716657
Binary100101011011110111000111100100011001110011111001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A37B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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