#7E19B2

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

Shades of Purple Heart #7E19B2

Tints of Purple Heart #7E19B2

Color information

#7E19B2 (or 0x7E19B2) is unknown color: approx Purple Heart. HEX triplet: 7E, 19 and B2. RGB value is (126,25,178). Sum of RGB (Red+Green+Blue) = 126+25+178=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 178 (69.92% from 255 or 54.10% from 329); Max value from RGB is 178 - color contains mainly: blue. Hex color #7E19B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E19B2 is #81E64D. Grayscale: #484848. Windows color (decimal): -8513102 or 11671934. OLE color: 11671934.

HSL color Cylindrical-coordinate representation of color #7E19B2: hue angle of 279.61º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E19B2 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12625178-
CMYK0.290.8600.30
HSL279.61º75.37%39.8%-
HSV(B)279.61º85.96%69.8%-
XYZ16.998.3542.83-
YUV72.64187.46166.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.30%
GREEN value IS 25 (10.16% from 255) = 7.60%
BLUE value IS 178 (69.92% from 255) = 54.10%
R=38.30%
G=7.60%
B=54.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal126251780.290.8600.30279.6175.3739.8
Hex7E19B21D5601E1184b28
Octal176312623512603643011350
Binary111111011001101100101110110101100111101000110001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E19B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,25,178); }

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

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

 a { background-color: rgb(126,25,178); }

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

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

 span { border-color: rgb(126,25,178); }

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