#7E2CBF

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

Shades of Purple Heart #7E2CBF

Tints of Purple Heart #7E2CBF

Color information

#7E2CBF (or 0x7E2CBF) is unknown color: approx Purple Heart. HEX triplet: 7E, 2C and BF. RGB value is (126,44,191). Sum of RGB (Red+Green+Blue) = 126+44+191=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E2CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2CBF is #81D340. Grayscale: #545454. Windows color (decimal): -8508225 or 12528766. OLE color: 12528766.

HSL color Cylindrical-coordinate representation of color #7E2CBF: hue angle of 273.47º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E2CBF is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12644191-
CMYK0.340.7700.25
HSL273.47º62.55%46.08%-
HSV(B)273.47º76.96%74.9%-
XYZ18.911050.22-
YUV85.28187.67157.05-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.90%
GREEN value IS 44 (17.58% from 255) = 12.19%
BLUE value IS 191 (75% from 255) = 52.91%
R=34.90%
G=12.19%
B=52.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal126441910.340.7700.25273.4762.5546.08
Hex7E2CBF224D0191113f2e
Octal17654277421150314217756
Binary1111110101100101111111000101001101011001100010001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,44,191); }

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

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

 a { background-color: rgb(126,44,191); }

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

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

 span { border-color: rgb(126,44,191); }

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