#4E3BD6

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

Shades of Purple Heart #4E3BD6

Tints of Purple Heart #4E3BD6

Color information

#4E3BD6 (or 0x4E3BD6) is unknown color: approx Purple Heart. HEX triplet: 4E, 3B and D6. RGB value is (78,59,214). Sum of RGB (Red+Green+Blue) = 78+59+214=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 214 (83.98% from 255 or 60.97% from 351); Max value from RGB is 214 - color contains mainly: blue. Hex color #4E3BD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3BD6 is #B1C429. Grayscale: #515151. Windows color (decimal): -11650090 or 14039886. OLE color: 14039886.

HSL color Cylindrical-coordinate representation of color #4E3BD6: hue angle of 247.35º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E3BD6 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7859214-
CMYK0.640.7200.16
HSL247.35º65.4%53.53%-
HSV(B)247.35º72.43%83.92%-
XYZ16.849.664.58-
YUV82.35202.29124.9-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.22%
GREEN value IS 59 (23.44% from 255) = 16.81%
BLUE value IS 214 (83.98% from 255) = 60.97%
R=22.22%
G=16.81%
B=60.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal78592140.640.7200.16247.3565.453.53
Hex4E3BD64048010f74136
Octal1167332610011002036710166
Binary10011101110111101011010000001001000010000111101111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,59,214); }

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

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

 a { background-color: rgb(78,59,214); }

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

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

 span { border-color: rgb(78,59,214); }

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