#7e32bd

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

Shades of Purple Heart #7E32BD

Tints of Purple Heart #7E32BD

Color information

#7E32BD (or 0x7E32BD) is unknown color: approx Purple Heart. HEX triplet: 7E, 32 and BD. RGB value is (126,50,189). Sum of RGB (Red+Green+Blue) = 126+50+189=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E32BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E32BD is #81CD42. Grayscale: #585858. Windows color (decimal): -8506691 or 12399230. OLE color: 12399230.

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

Color convert

RGB12650189-
CMYK0.330.7400.26
HSL272.81º58.16%46.86%-
HSV(B)272.81º73.54%74.12%-
XYZ18.9310.3949.15-
YUV88.57184.68154.7-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.52%
GREEN value IS 50 (19.92% from 255) = 13.70%
BLUE value IS 189 (74.22% from 255) = 51.78%
R=34.52%
G=13.70%
B=51.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal126501890.330.7400.26272.8158.1646.86
Hex7E32BD214A01A1113a2f
Octal17662275411120324217257
Binary1111110110010101111011000011001010011010100010001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e32bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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