#4E12AF

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

Shades of Purple Heart #4E12AF

Tints of Purple Heart #4E12AF

Color information

#4E12AF (or 0x4E12AF) is unknown color: approx Purple Heart. HEX triplet: 4E, 12 and AF. RGB value is (78,18,175). Sum of RGB (Red+Green+Blue) = 78+18+175=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 175 (68.75% from 255 or 64.58% from 271); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E12AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E12AF is #B1ED50. Grayscale: #353535. Windows color (decimal): -11660625 or 11473486. OLE color: 11473486.

HSL color Cylindrical-coordinate representation of color #4E12AF: hue angle of 262.93º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E12AF is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7818175-
CMYK0.550.9000.31
HSL262.93º81.35%37.84%-
HSV(B)262.93º89.71%68.63%-
XYZ11.15.1540.97-
YUV53.84196.38145.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.78%
GREEN value IS 18 (7.42% from 255) = 6.64%
BLUE value IS 175 (68.75% from 255) = 64.58%
R=28.78%
G=6.64%
B=64.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal78181750.550.9000.31262.9381.3537.84
Hex4E12AF375A01F1075126
Octal116222576713203740712146
Binary1001110100101010111111011110110100111111000001111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E12AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,18,175); }

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

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

 a { background-color: rgb(78,18,175); }

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

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

 span { border-color: rgb(78,18,175); }

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