#7e25b0

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

Shades of Purple Heart #7E25B0

Tints of Purple Heart #7E25B0

Color information

#7E25B0 (or 0x7E25B0) is unknown color: approx Purple Heart. HEX triplet: 7E, 25 and B0. RGB value is (126,37,176). Sum of RGB (Red+Green+Blue) = 126+37+176=339 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.17% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 176 (69.14% from 255 or 51.92% from 339); Max value from RGB is 176 - color contains mainly: blue. Hex color #7E25B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E25B0 is #81DA4F. Grayscale: #4E4E4E. Windows color (decimal): -8510032 or 11543934. OLE color: 11543934.

HSL color Cylindrical-coordinate representation of color #7E25B0: hue angle of 278.42º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E25B0 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12637176-
CMYK0.280.7900.31
HSL278.42º65.26%41.76%-
HSV(B)278.42º78.98%69.02%-
XYZ17.18.8941.89-
YUV79.46182.49161.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.17%
GREEN value IS 37 (14.84% from 255) = 10.91%
BLUE value IS 176 (69.14% from 255) = 51.92%
R=37.17%
G=10.91%
B=51.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal126371760.280.7900.31278.4265.2641.76
Hex7E25B01C4F01F116412a
Octal176452603411703742610152
Binary1111110100101101100001110010011110111111000101101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e25b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,37,176); }

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

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

 a { background-color: rgb(126,37,176); }

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

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

 span { border-color: rgb(126,37,176); }

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