#7132D9

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

Shades of Purple Heart #7132D9

Tints of Purple Heart #7132D9

Color information

#7132D9 (or 0x7132D9) is unknown color: approx Purple Heart. HEX triplet: 71, 32 and D9. RGB value is (113,50,217). Sum of RGB (Red+Green+Blue) = 113+50+217=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 217 (85.16% from 255 or 57.11% from 380); Max value from RGB is 217 - color contains mainly: blue. Hex color #7132D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7132D9 is #8ECD26. Grayscale: #575757. Windows color (decimal): -9358631 or 14234225. OLE color: 14234225.

HSL color Cylindrical-coordinate representation of color #7132D9: hue angle of 262.63º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7132D9 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11350217-
CMYK0.480.7700.15
HSL262.63º68.72%52.35%-
HSV(B)262.63º76.96%85.1%-
XYZ20.4810.866.65-
YUV87.88200.87145.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.74%
GREEN value IS 50 (19.92% from 255) = 13.16%
BLUE value IS 217 (85.16% from 255) = 57.11%
R=29.74%
G=13.16%
B=57.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal113502170.480.7700.15262.6368.7252.35
Hex7132D9304D0F1074534
Octal161623316011501740710564
Binary1110001110010110110011100001001101011111000001111000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7132D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7132D9; }

 p { color: rgb(113,50,217); }

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

<style>
 a { background-color: #7132D9; }

 a { background-color: rgb(113,50,217); }

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

<style>
 span { border-color: #7132D9; }

 span { border-color: rgb(113,50,217); }

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