#7611AA

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

Shades of Purple Heart #7611AA

Tints of Purple Heart #7611AA

Color information

#7611AA (or 0x7611AA) is unknown color: approx Purple Heart. HEX triplet: 76, 11 and AA. RGB value is (118,17,170). Sum of RGB (Red+Green+Blue) = 118+17+170=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #7611AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7611AA is #89EE55. Grayscale: #404040. Windows color (decimal): -9039446 or 11145590. OLE color: 11145590.

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

Color convert

RGB11817170-
CMYK0.310.900.33
HSL279.61º81.82%36.67%-
HSV(B)279.61º90%66.67%-
XYZ14.937.1538.62-
YUV64.64187.46166.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.69%
GREEN value IS 17 (7.03% from 255) = 5.57%
BLUE value IS 170 (66.80% from 255) = 55.74%
R=38.69%
G=5.57%
B=55.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118171700.310.900.33279.6181.8236.67
Hex7611AA1F5A0211185225
Octal166212523713204143012245
Binary1110110100011010101011111101101001000011000110001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7611AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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