#7E1EBD

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

Shades of Purple Heart #7E1EBD

Tints of Purple Heart #7E1EBD

Color information

#7E1EBD (or 0x7E1EBD) is unknown color: approx Purple Heart. HEX triplet: 7E, 1E and BD. RGB value is (126,30,189). Sum of RGB (Red+Green+Blue) = 126+30+189=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E1EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E1EBD is #81E142. Grayscale: #4C4C4C. Windows color (decimal): -8511811 or 12394110. OLE color: 12394110.

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

Color convert

RGB12630189-
CMYK0.330.8400.26
HSL276.23º72.6%42.94%-
HSV(B)276.23º84.13%74.12%-
XYZ18.259.0448.93-
YUV76.83191.3163.07-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.52%
GREEN value IS 30 (12.11% from 255) = 8.70%
BLUE value IS 189 (74.22% from 255) = 54.78%
R=36.52%
G=8.70%
B=54.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal126301890.330.8400.26276.2372.642.94
Hex7E1EBD215401A114492b
Octal176362754112403242411153
Binary1111110111101011110110000110101000110101000101001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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