#7F31BA

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

Shades of Purple Heart #7F31BA

Tints of Purple Heart #7F31BA

Color information

#7F31BA (or 0x7F31BA) is unknown color: approx Purple Heart. HEX triplet: 7F, 31 and BA. RGB value is (127,49,186). Sum of RGB (Red+Green+Blue) = 127+49+186=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F31BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F31BA is #80CE45. Grayscale: #575757. Windows color (decimal): -8441414 or 12202367. OLE color: 12202367.

HSL color Cylindrical-coordinate representation of color #7F31BA: hue angle of 274.16º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F31BA is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12749186-
CMYK0.320.7400.27
HSL274.16º58.3%46.08%-
HSV(B)274.16º73.66%72.94%-
XYZ18.7110.2547.45-
YUV87.94183.34155.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.08%
GREEN value IS 49 (19.53% from 255) = 13.54%
BLUE value IS 186 (73.05% from 255) = 51.38%
R=35.08%
G=13.54%
B=51.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal127491860.320.7400.27274.1658.346.08
Hex7F31BA204A01B1123a2e
Octal17761272401120334227256
Binary1111111110001101110101000001001010011011100010010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F31BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F31BA; }

 p { color: rgb(127,49,186); }

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

<style>
 a { background-color: #7F31BA; }

 a { background-color: rgb(127,49,186); }

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

<style>
 span { border-color: #7F31BA; }

 span { border-color: rgb(127,49,186); }

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