#7711BB

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

Shades of Purple Heart #7711BB

Tints of Purple Heart #7711BB

Color information

#7711BB (or 0x7711BB) is unknown color: approx Purple Heart. HEX triplet: 77, 11 and BB. RGB value is (119,17,187). Sum of RGB (Red+Green+Blue) = 119+17+187=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #7711BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7711BB is #88EE44. Grayscale: #424242. Windows color (decimal): -8973893 or 12259703. OLE color: 12259703.

HSL color Cylindrical-coordinate representation of color #7711BB: hue angle of 276º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7711BB is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11917187-
CMYK0.360.9100.27
HSL276º83.33%40%-
HSV(B)276º90.91%73.33%-
XYZ16.787.9147.66-
YUV66.88195.79165.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.84%
GREEN value IS 17 (7.03% from 255) = 5.26%
BLUE value IS 187 (73.44% from 255) = 57.89%
R=36.84%
G=5.26%
B=57.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119171870.360.9100.2727683.3340
Hex7711BB245B01B1145328
Octal167212734413303342412350
Binary1110111100011011101110010010110110110111000101001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7711BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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