#7711AA

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

Shades of Purple Heart #7711AA

Tints of Purple Heart #7711AA

Color information

#7711AA (or 0x7711AA) is unknown color: approx Purple Heart. HEX triplet: 77, 11 and AA. RGB value is (119,17,170). Sum of RGB (Red+Green+Blue) = 119+17+170=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #7711AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7711AA is #88EE55. Grayscale: #404040. Windows color (decimal): -8973910 or 11145591. OLE color: 11145591.

HSL color Cylindrical-coordinate representation of color #7711AA: hue angle of 280º 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 #7711AA is Cyan = 0.3, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11917170-
CMYK0.30.900.33
HSL280º81.82%36.67%-
HSV(B)280º90%66.67%-
XYZ15.067.2338.63-
YUV64.94187.29166.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.89%
GREEN value IS 17 (7.03% from 255) = 5.56%
BLUE value IS 170 (66.80% from 255) = 55.56%
R=38.89%
G=5.56%
B=55.56%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119171700.30.900.3328081.8236.67
Hex7711AA1E5A0211185225
Octal167212523613204143012245
Binary1110111100011010101011110101101001000011000110001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7711AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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