#4B37B7

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

Shades of Purple Heart #4B37B7

Tints of Purple Heart #4B37B7

Color information

#4B37B7 (or 0x4B37B7) is unknown color: approx Purple Heart. HEX triplet: 4B, 37 and B7. RGB value is (75,55,183). Sum of RGB (Red+Green+Blue) = 75+55+183=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 183 (71.88% from 255 or 58.47% from 313); Max value from RGB is 183 - color contains mainly: blue. Hex color #4B37B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B37B7 is #B4C848. Grayscale: #4B4B4B. Windows color (decimal): -11847753 or 12007243. OLE color: 12007243.

HSL color Cylindrical-coordinate representation of color #4B37B7: hue angle of 249.38º 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 #4B37B7 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7555183-
CMYK0.590.7000.28
HSL249.38º53.78%46.67%-
HSV(B)249.38º69.95%71.76%-
XYZ12.827.6545.6-
YUV75.57188.63127.59-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.96%
GREEN value IS 55 (21.88% from 255) = 17.57%
BLUE value IS 183 (71.88% from 255) = 58.47%
R=23.96%
G=17.57%
B=58.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal75551830.590.7000.28249.3853.7846.67
Hex4B37B73B4601Cf9362f
Octal11367267731060343716657
Binary100101111011110110111111011100011001110011111001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B37B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,55,183); }

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

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

 a { background-color: rgb(75,55,183); }

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

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

 span { border-color: rgb(75,55,183); }

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