#7E1ABB

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

Shades of Purple Heart #7E1ABB

Tints of Purple Heart #7E1ABB

Color information

#7E1ABB (or 0x7E1ABB) is unknown color: approx Purple Heart. HEX triplet: 7E, 1A and BB. RGB value is (126,26,187). Sum of RGB (Red+Green+Blue) = 126+26+187=339 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.17% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E1ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E1ABB is #81E544. Grayscale: #494949. Windows color (decimal): -8512837 or 12262014. OLE color: 12262014.

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

Color convert

RGB12626187-
CMYK0.330.8600.27
HSL277.27º75.59%41.76%-
HSV(B)277.27º86.1%73.33%-
XYZ17.948.7647.76-
YUV74.25191.63164.91-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.17%
GREEN value IS 26 (10.55% from 255) = 7.67%
BLUE value IS 187 (73.44% from 255) = 55.16%
R=37.17%
G=7.67%
B=55.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal126261870.330.8600.27277.2775.5941.76
Hex7E1ABB215601B1154c2a
Octal176322734112603342511452
Binary1111110110101011101110000110101100110111000101011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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