#7E19B1

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

Shades of Purple Heart #7E19B1

Tints of Purple Heart #7E19B1

Color information

#7E19B1 (or 0x7E19B1) is unknown color: approx Purple Heart. HEX triplet: 7E, 19 and B1. RGB value is (126,25,177). Sum of RGB (Red+Green+Blue) = 126+25+177=328 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.41% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 177 (69.53% from 255 or 53.96% from 328); Max value from RGB is 177 - color contains mainly: blue. Hex color #7E19B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E19B1 is #81E64E. Grayscale: #484848. Windows color (decimal): -8513103 or 11606398. OLE color: 11606398.

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

Color convert

RGB12625177-
CMYK0.290.8600.31
HSL279.87º75.25%39.61%-
HSV(B)279.87º85.88%69.41%-
XYZ16.898.3142.31-
YUV72.53186.96166.14-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.41%
GREEN value IS 25 (10.16% from 255) = 7.62%
BLUE value IS 177 (69.53% from 255) = 53.96%
R=38.41%
G=7.62%
B=53.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal126251770.290.8600.31279.8775.2539.61
Hex7E19B11D5601F1184b28
Octal176312613512603743011350
Binary111111011001101100011110110101100111111000110001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E19B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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