#4B37C1

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

Shades of Purple Heart #4B37C1

Tints of Purple Heart #4B37C1

Color information

#4B37C1 (or 0x4B37C1) is unknown color: approx Purple Heart. HEX triplet: 4B, 37 and C1. RGB value is (75,55,193). Sum of RGB (Red+Green+Blue) = 75+55+193=323 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.22% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 193 (75.78% from 255 or 59.75% from 323); Max value from RGB is 193 - color contains mainly: blue. Hex color #4B37C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B37C1 is #B4C83E. Grayscale: #4C4C4C. Windows color (decimal): -11847743 or 12662603. OLE color: 12662603.

HSL color Cylindrical-coordinate representation of color #4B37C1: hue angle of 248.7º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B37C1 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7555193-
CMYK0.610.7200.24
HSL248.7º55.65%48.63%-
HSV(B)248.7º71.5%75.69%-
XYZ13.898.0851.28-
YUV76.71193.63126.78-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.22%
GREEN value IS 55 (21.88% from 255) = 17.03%
BLUE value IS 193 (75.78% from 255) = 59.75%
R=23.22%
G=17.03%
B=59.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal75551930.610.7200.24248.755.6548.63
Hex4B37C13D48018f93831
Octal11367301751100303717061
Binary100101111011111000001111101100100001100011111001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B37C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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