#7E2BC0

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

Shades of Purple Heart #7E2BC0

Tints of Purple Heart #7E2BC0

Color information

#7E2BC0 (or 0x7E2BC0) is unknown color: approx Purple Heart. HEX triplet: 7E, 2B and C0. RGB value is (126,43,192). Sum of RGB (Red+Green+Blue) = 126+43+192=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 192 (75.39% from 255 or 53.19% from 361); Max value from RGB is 192 - color contains mainly: blue. Hex color #7E2BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2BC0 is #81D43F. Grayscale: #545454. Windows color (decimal): -8508480 or 12594046. OLE color: 12594046.

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

Color convert

RGB12643192-
CMYK0.340.7800.25
HSL273.42º63.4%46.08%-
HSV(B)273.42º77.6%75.29%-
XYZ18.989.9750.79-
YUV84.8188.5157.38-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.90%
GREEN value IS 43 (17.19% from 255) = 11.91%
BLUE value IS 192 (75.39% from 255) = 53.19%
R=34.90%
G=11.91%
B=53.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal126431920.340.7800.25273.4263.446.08
Hex7E2BC0224E0191113f2e
Octal17653300421160314217756
Binary1111110101011110000001000101001110011001100010001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,43,192); }

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

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

 a { background-color: rgb(126,43,192); }

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

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

 span { border-color: rgb(126,43,192); }

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