#7E2FBF

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

Shades of Purple Heart #7E2FBF

Tints of Purple Heart #7E2FBF

Color information

#7E2FBF (or 0x7E2FBF) is unknown color: approx Purple Heart. HEX triplet: 7E, 2F and BF. RGB value is (126,47,191). Sum of RGB (Red+Green+Blue) = 126+47+191=364 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.62% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E2FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2FBF is #81D040. Grayscale: #565656. Windows color (decimal): -8507457 or 12529534. OLE color: 12529534.

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

Color convert

RGB12647191-
CMYK0.340.7500.25
HSL272.92º60.5%46.67%-
HSV(B)272.92º75.39%74.9%-
XYZ19.0210.2350.26-
YUV87.04186.67155.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.62%
GREEN value IS 47 (18.75% from 255) = 12.91%
BLUE value IS 191 (75% from 255) = 52.47%
R=34.62%
G=12.91%
B=52.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal126471910.340.7500.25272.9260.546.67
Hex7E2FBF224B0191113d2f
Octal17657277421130314217557
Binary1111110101111101111111000101001011011001100010001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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