#7711AB

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

Shades of Purple Heart #7711AB

Tints of Purple Heart #7711AB

Color information

#7711AB (or 0x7711AB) is unknown color: approx Purple Heart. HEX triplet: 77, 11 and AB. RGB value is (119,17,171). Sum of RGB (Red+Green+Blue) = 119+17+171=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #7711AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7711AB is #88EE54. Grayscale: #404040. Windows color (decimal): -8973909 or 11211127. OLE color: 11211127.

HSL color Cylindrical-coordinate representation of color #7711AB: hue angle of 279.74º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7711AB is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11917171-
CMYK0.300.9000.33
HSL279.74º81.91%36.86%-
HSV(B)279.74º90.06%67.06%-
XYZ15.167.2639.13-
YUV65.05187.79166.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.76%
GREEN value IS 17 (7.03% from 255) = 5.54%
BLUE value IS 171 (67.19% from 255) = 55.70%
R=38.76%
G=5.54%
B=55.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119171710.300.9000.33279.7481.9136.86
Hex7711AB1E5A0211185225
Octal167212533613204143012245
Binary1110111100011010101111110101101001000011000110001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7711AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7711AB; }

 p { color: rgb(119,17,171); }

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

<style>
 a { background-color: #7711AB; }

 a { background-color: rgb(119,17,171); }

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

<style>
 span { border-color: #7711AB; }

 span { border-color: rgb(119,17,171); }

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