#7E32BB

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

Shades of Purple Heart #7E32BB

Tints of Purple Heart #7E32BB

Color information

#7E32BB (or 0x7E32BB) is unknown color: approx Purple Heart. HEX triplet: 7E, 32 and BB. RGB value is (126,50,187). Sum of RGB (Red+Green+Blue) = 126+50+187=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E32BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E32BB is #81CD44. Grayscale: #575757. Windows color (decimal): -8506693 or 12268158. OLE color: 12268158.

HSL color Cylindrical-coordinate representation of color #7E32BB: hue angle of 273.28º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E32BB is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12650187-
CMYK0.330.7300.27
HSL273.28º57.81%46.47%-
HSV(B)273.28º73.26%73.33%-
XYZ18.7110.348.02-
YUV88.34183.68154.86-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.71%
GREEN value IS 50 (19.92% from 255) = 13.77%
BLUE value IS 187 (73.44% from 255) = 51.52%
R=34.71%
G=13.77%
B=51.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal126501870.330.7300.27273.2857.8146.47
Hex7E32BB214901B1113a2e
Octal17662273411110334217256
Binary1111110110010101110111000011001001011011100010001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E32BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,50,187); }

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

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

 a { background-color: rgb(126,50,187); }

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

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

 span { border-color: rgb(126,50,187); }

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