#4E30BA

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

Shades of Purple Heart #4E30BA

Tints of Purple Heart #4E30BA

Color information

#4E30BA (or 0x4E30BA) is unknown color: approx Purple Heart. HEX triplet: 4E, 30 and BA. RGB value is (78,48,186). Sum of RGB (Red+Green+Blue) = 78+48+186=312 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E30BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E30BA is #B1CF45. Grayscale: #484848. Windows color (decimal): -11652934 or 12202062. OLE color: 12202062.

HSL color Cylindrical-coordinate representation of color #4E30BA: hue angle of 253.04º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E30BA is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7848186-
CMYK0.580.7400.27
HSL253.04º58.97%45.88%-
HSV(B)253.04º74.19%72.94%-
XYZ13.067.2847.17-
YUV72.7191.94131.78-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25%
GREEN value IS 48 (19.14% from 255) = 15.38%
BLUE value IS 186 (73.05% from 255) = 59.62%
R=25%
G=15.38%
B=59.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal78481860.580.7400.27253.0458.9745.88
Hex4E30BA3A4A01Bfd3b2e
Octal11660272721120333757356
Binary100111011000010111010111010100101001101111111101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E30BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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