#7E25BF

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

Shades of Purple Heart #7E25BF

Tints of Purple Heart #7E25BF

Color information

#7E25BF (or 0x7E25BF) is unknown color: approx Purple Heart. HEX triplet: 7E, 25 and BF. RGB value is (126,37,191). Sum of RGB (Red+Green+Blue) = 126+37+191=354 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.59% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E25BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E25BF is #81DA40. Grayscale: #505050. Windows color (decimal): -8510017 or 12526974. OLE color: 12526974.

HSL color Cylindrical-coordinate representation of color #7E25BF: hue angle of 274.68º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7E25BF is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12637191-
CMYK0.340.8100.25
HSL274.68º67.54%44.71%-
HSV(B)274.68º80.63%74.9%-
XYZ18.679.5250.14-
YUV81.17189.99159.98-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.59%
GREEN value IS 37 (14.84% from 255) = 10.45%
BLUE value IS 191 (75% from 255) = 53.95%
R=35.59%
G=10.45%
B=53.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal126371910.340.8100.25274.6867.5444.71
Hex7E25BF2251019113442d
Octal176452774212103142310455
Binary11111101001011011111110001010100010110011000100111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E25BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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