#7139B8

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

Shades of Purple Heart #7139B8

Tints of Purple Heart #7139B8

Color information

#7139B8 (or 0x7139B8) is unknown color: approx Purple Heart. HEX triplet: 71, 39 and B8. RGB value is (113,57,184). Sum of RGB (Red+Green+Blue) = 113+57+184=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 184 (72.27% from 255 or 51.98% from 354); Max value from RGB is 184 - color contains mainly: blue. Hex color #7139B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7139B8 is #8EC647. Grayscale: #575757. Windows color (decimal): -9356872 or 12073329. OLE color: 12073329.

HSL color Cylindrical-coordinate representation of color #7139B8: hue angle of 266.46º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7139B8 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11357184-
CMYK0.390.6900.28
HSL266.46º52.7%47.25%-
HSV(B)266.46º69.02%72.16%-
XYZ16.929.946.37-
YUV88.22182.05145.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.92%
GREEN value IS 57 (22.66% from 255) = 16.10%
BLUE value IS 184 (72.27% from 255) = 51.98%
R=31.92%
G=16.10%
B=51.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal113571840.390.6900.28266.4652.747.25
Hex7139B8274501C10a352f
Octal16171270471050344126557
Binary1110001111001101110001001111000101011100100001010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7139B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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