#4E38BA

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

Shades of Purple Heart #4E38BA

Tints of Purple Heart #4E38BA

Color information

#4E38BA (or 0x4E38BA) is unknown color: approx Purple Heart. HEX triplet: 4E, 38 and BA. RGB value is (78,56,186). Sum of RGB (Red+Green+Blue) = 78+56+186=320 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.38% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E38BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E38BA is #B1C745. Grayscale: #4C4C4C. Windows color (decimal): -11650886 or 12204110. OLE color: 12204110.

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

Color convert

RGB7856186-
CMYK0.580.7000.27
HSL250.15º53.72%47.45%-
HSV(B)250.15º69.89%72.94%-
XYZ13.427.9947.29-
YUV77.4189.29128.43-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.38%
GREEN value IS 56 (22.27% from 255) = 17.5%
BLUE value IS 186 (73.05% from 255) = 58.12%
R=24.38%
G=17.5%
B=58.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal78561860.580.7000.27250.1553.7247.45
Hex4E38BA3A4601Bfa362f
Octal11670272721060333726657
Binary100111011100010111010111010100011001101111111010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E38BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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