#7E2EBD

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

Shades of Purple Heart #7E2EBD

Tints of Purple Heart #7E2EBD

Color information

#7E2EBD (or 0x7E2EBD) is unknown color: approx Purple Heart. HEX triplet: 7E, 2E and BD. RGB value is (126,46,189). Sum of RGB (Red+Green+Blue) = 126+46+189=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 46 (18.36% from 255 or 12.74% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E2EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2EBD is #81D142. Grayscale: #555555. Windows color (decimal): -8507715 or 12398206. OLE color: 12398206.

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

Color convert

RGB12646189-
CMYK0.330.7600.26
HSL273.57º60.85%46.08%-
HSV(B)273.57º75.66%74.12%-
XYZ18.7710.0649.1-
YUV86.22186156.37-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.90%
GREEN value IS 46 (18.36% from 255) = 12.74%
BLUE value IS 189 (74.22% from 255) = 52.35%
R=34.90%
G=12.74%
B=52.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal126461890.330.7600.26273.5760.8546.08
Hex7E2EBD214C01A1123d2e
Octal17656275411140324227556
Binary1111110101110101111011000011001100011010100010010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,46,189); }

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

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

 a { background-color: rgb(126,46,189); }

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

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

 span { border-color: rgb(126,46,189); }

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