#7D2EB6

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

Shades of Purple Heart #7D2EB6

Tints of Purple Heart #7D2EB6

Color information

#7D2EB6 (or 0x7D2EB6) is unknown color: approx Purple Heart. HEX triplet: 7D, 2E and B6. RGB value is (125,46,182). Sum of RGB (Red+Green+Blue) = 125+46+182=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 182 (71.48% from 255 or 51.56% from 353); Max value from RGB is 182 - color contains mainly: blue. Hex color #7D2EB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D2EB6 is #82D149. Grayscale: #545454. Windows color (decimal): -8573258 or 11939453. OLE color: 11939453.

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

Color convert

RGB12546182-
CMYK0.310.7500.29
HSL274.85º59.65%44.71%-
HSV(B)274.85º74.73%71.37%-
XYZ17.889.6945.18-
YUV85.12182.67156.44-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.41%
GREEN value IS 46 (18.36% from 255) = 13.03%
BLUE value IS 182 (71.48% from 255) = 51.56%
R=35.41%
G=13.03%
B=51.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal125461820.310.7500.29274.8559.6544.71
Hex7D2EB61F4B01D1133c2d
Octal17556266371130354237455
Binary111110110111010110110111111001011011101100010011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,46,182); }

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

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

 a { background-color: rgb(125,46,182); }

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

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

 span { border-color: rgb(125,46,182); }

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