#7811AA

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

Shades of Purple Heart #7811AA

Tints of Purple Heart #7811AA

Color information

#7811AA (or 0x7811AA) is unknown color: approx Purple Heart. HEX triplet: 78, 11 and AA. RGB value is (120,17,170). Sum of RGB (Red+Green+Blue) = 120+17+170=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #7811AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7811AA is #87EE55. Grayscale: #404040. Windows color (decimal): -8908374 or 11145592. OLE color: 11145592.

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

Color convert

RGB12017170-
CMYK0.290.900.33
HSL280.39º81.82%36.67%-
HSV(B)280.39º90%66.67%-
XYZ15.27.338.64-
YUV65.24187.12167.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.09%
GREEN value IS 17 (7.03% from 255) = 5.54%
BLUE value IS 170 (66.80% from 255) = 55.37%
R=39.09%
G=5.54%
B=55.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120171700.290.900.33280.3981.8236.67
Hex7811AA1D5A0211185225
Octal170212523513204143012245
Binary1111000100011010101011101101101001000011000110001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7811AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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