#7137BA

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

Shades of Purple Heart #7137BA

Tints of Purple Heart #7137BA

Color information

#7137BA (or 0x7137BA) is unknown color: approx Purple Heart. HEX triplet: 71, 37 and BA. RGB value is (113,55,186). Sum of RGB (Red+Green+Blue) = 113+55+186=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #7137BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7137BA is #8EC845. Grayscale: #565656. Windows color (decimal): -9357382 or 12203889. OLE color: 12203889.

HSL color Cylindrical-coordinate representation of color #7137BA: hue angle of 266.56º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7137BA is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11355186-
CMYK0.390.7000.27
HSL266.56º54.36%47.25%-
HSV(B)266.56º70.43%72.94%-
XYZ17.049.7947.45-
YUV87.28183.72146.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.92%
GREEN value IS 55 (21.88% from 255) = 15.54%
BLUE value IS 186 (73.05% from 255) = 52.54%
R=31.92%
G=15.54%
B=52.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113551860.390.7000.27266.5654.3647.25
Hex7137BA274601B10b362f
Octal16167272471060334136657
Binary1110001110111101110101001111000110011011100001011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7137BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7137BA; }

 p { color: rgb(113,55,186); }

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

<style>
 a { background-color: #7137BA; }

 a { background-color: rgb(113,55,186); }

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

<style>
 span { border-color: #7137BA; }

 span { border-color: rgb(113,55,186); }

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