#7137BE

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

Shades of Purple Heart #7137BE

Tints of Purple Heart #7137BE

Color information

#7137BE (or 0x7137BE) is unknown color: approx Purple Heart. HEX triplet: 71, 37 and BE. RGB value is (113,55,190). Sum of RGB (Red+Green+Blue) = 113+55+190=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #7137BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7137BE is #8EC841. Grayscale: #575757. Windows color (decimal): -9357378 or 12466033. OLE color: 12466033.

HSL color Cylindrical-coordinate representation of color #7137BE: hue angle of 265.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7137BE is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11355190-
CMYK0.410.7100.25
HSL265.78º55.1%48.04%-
HSV(B)265.78º71.05%74.51%-
XYZ17.479.9649.72-
YUV87.73185.72146.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.56%
GREEN value IS 55 (21.88% from 255) = 15.36%
BLUE value IS 190 (74.61% from 255) = 53.07%
R=31.56%
G=15.36%
B=53.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal113551900.410.7100.25265.7855.148.04
Hex7137BE294701910a3730
Octal16167276511070314126760
Binary1110001110111101111101010011000111011001100001010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7137BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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