#7E1ABC

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

Shades of Purple Heart #7E1ABC

Tints of Purple Heart #7E1ABC

Color information

#7E1ABC (or 0x7E1ABC) is unknown color: approx Purple Heart. HEX triplet: 7E, 1A and BC. RGB value is (126,26,188). Sum of RGB (Red+Green+Blue) = 126+26+188=340 (45% of max value = 765). Red value is 126 (49.61% from 255 or 37.06% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E1ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E1ABC is #81E543. Grayscale: #494949. Windows color (decimal): -8512836 or 12327550. OLE color: 12327550.

HSL color Cylindrical-coordinate representation of color #7E1ABC: hue angle of 277.04º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E1ABC is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12626188-
CMYK0.330.8600.26
HSL277.04º75.7%41.96%-
HSV(B)277.04º86.17%73.73%-
XYZ18.058.8148.33-
YUV74.37192.13164.83-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.06%
GREEN value IS 26 (10.55% from 255) = 7.65%
BLUE value IS 188 (73.83% from 255) = 55.29%
R=37.06%
G=7.65%
B=55.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal126261880.330.8600.26277.0475.741.96
Hex7E1ABC215601A1154c2a
Octal176322744112603242511452
Binary1111110110101011110010000110101100110101000101011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E1ABC; }

 p { color: rgb(126,26,188); }

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

<style>
 a { background-color: #7E1ABC; }

 a { background-color: rgb(126,26,188); }

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

<style>
 span { border-color: #7E1ABC; }

 span { border-color: rgb(126,26,188); }

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