#7139D1

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

Shades of Purple Heart #7139D1

Tints of Purple Heart #7139D1

Color information

#7139D1 (or 0x7139D1) is unknown color: approx Purple Heart. HEX triplet: 71, 39 and D1. RGB value is (113,57,209). Sum of RGB (Red+Green+Blue) = 113+57+209=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 209 (82.03% from 255 or 55.15% from 379); Max value from RGB is 209 - color contains mainly: blue. Hex color #7139D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7139D1 is #8EC62E. Grayscale: #5A5A5A. Windows color (decimal): -9356847 or 13711729. OLE color: 13711729.

HSL color Cylindrical-coordinate representation of color #7139D1: hue angle of 262.11º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7139D1 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11357209-
CMYK0.460.7300.18
HSL262.11º62.3%52.16%-
HSV(B)262.11º72.73%81.96%-
XYZ19.7811.0461.41-
YUV91.07194.55143.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.82%
GREEN value IS 57 (22.66% from 255) = 15.04%
BLUE value IS 209 (82.03% from 255) = 55.15%
R=29.82%
G=15.04%
B=55.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal113572090.460.7300.18262.1162.352.16
Hex7139D12E490121063e34
Octal16171321561110224067664
Binary1110001111001110100011011101001001010010100000110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7139D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7139D1; }

 p { color: rgb(113,57,209); }

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

<style>
 a { background-color: #7139D1; }

 a { background-color: rgb(113,57,209); }

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

<style>
 span { border-color: #7139D1; }

 span { border-color: rgb(113,57,209); }

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