#4E10B3

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

Shades of Purple Heart #4E10B3

Tints of Purple Heart #4E10B3

Color information

#4E10B3 (or 0x4E10B3) is unknown color: approx Purple Heart. HEX triplet: 4E, 10 and B3. RGB value is (78,16,179). Sum of RGB (Red+Green+Blue) = 78+16+179=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 179 (70.31% from 255 or 65.57% from 273); Max value from RGB is 179 - color contains mainly: blue. Hex color #4E10B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E10B3 is #B1EF4C. Grayscale: #343434. Windows color (decimal): -11661133 or 11735118. OLE color: 11735118.

HSL color Cylindrical-coordinate representation of color #4E10B3: hue angle of 262.82º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E10B3 is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7816179-
CMYK0.560.9100.30
HSL262.82º83.59%38.24%-
HSV(B)262.82º91.06%70.2%-
XYZ11.465.2443.06-
YUV53.12199.04145.75-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.57%
GREEN value IS 16 (6.64% from 255) = 5.86%
BLUE value IS 179 (70.31% from 255) = 65.57%
R=28.57%
G=5.86%
B=65.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal78161790.560.9100.30262.8283.5938.24
Hex4E10B3385B01E1075426
Octal116202637013303640712446
Binary1001110100001011001111100010110110111101000001111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E10B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,16,179); }

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

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

 a { background-color: rgb(78,16,179); }

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

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

 span { border-color: rgb(78,16,179); }

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