#4e38bf

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

Shades of Purple Heart #4E38BF

Tints of Purple Heart #4E38BF

Color information

#4E38BF (or 0x4E38BF) is unknown color: approx Purple Heart. HEX triplet: 4E, 38 and BF. RGB value is (78,56,191). Sum of RGB (Red+Green+Blue) = 78+56+191=325 (43% of max value = 765). Red value is 78 (30.86% from 255 or 24% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #4E38BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E38BF is #B1C740. Grayscale: #4D4D4D. Windows color (decimal): -11650881 or 12531790. OLE color: 12531790.

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

Color convert

RGB7856191-
CMYK0.590.7100.25
HSL249.78º54.66%48.43%-
HSV(B)249.78º70.68%74.9%-
XYZ13.968.2150.14-
YUV77.97191.79128.02-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24%
GREEN value IS 56 (22.27% from 255) = 17.23%
BLUE value IS 191 (75% from 255) = 58.77%
R=24%
G=17.23%
B=58.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal78561910.590.7100.25249.7854.6648.43
Hex4E38BF3B47019fa3730
Octal11670277731070313726760
Binary100111011100010111111111011100011101100111111010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e38bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,56,191); }

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

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

 a { background-color: rgb(78,56,191); }

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

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

 span { border-color: rgb(78,56,191); }

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