#7731B7

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

Shades of Purple Heart #7731B7

Tints of Purple Heart #7731B7

Color information

#7731B7 (or 0x7731B7) is unknown color: approx Purple Heart. HEX triplet: 77, 31 and B7. RGB value is (119,49,183). Sum of RGB (Red+Green+Blue) = 119+49+183=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 183 (71.88% from 255 or 52.14% from 351); Max value from RGB is 183 - color contains mainly: blue. Hex color #7731B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7731B7 is #88CE48. Grayscale: #545454. Windows color (decimal): -8965705 or 12005751. OLE color: 12005751.

HSL color Cylindrical-coordinate representation of color #7731B7: hue angle of 271.34º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7731B7 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11949183-
CMYK0.350.7300.28
HSL271.34º57.76%45.49%-
HSV(B)271.34º73.22%71.76%-
XYZ17.259.5445.73-
YUV85.21183.19152.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.90%
GREEN value IS 49 (19.53% from 255) = 13.96%
BLUE value IS 183 (71.88% from 255) = 52.14%
R=33.90%
G=13.96%
B=52.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal119491830.350.7300.28271.3457.7645.49
Hex7731B7234901C10f3a2d
Octal16761267431110344177255
Binary1110111110001101101111000111001001011100100001111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7731B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7731B7; }

 p { color: rgb(119,49,183); }

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

<style>
 a { background-color: #7731B7; }

 a { background-color: rgb(119,49,183); }

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

<style>
 span { border-color: #7731B7; }

 span { border-color: rgb(119,49,183); }

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