#7711B8

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

Shades of Purple Heart #7711B8

Tints of Purple Heart #7711B8

Color information

#7711B8 (or 0x7711B8) is unknown color: approx Purple Heart. HEX triplet: 77, 11 and B8. RGB value is (119,17,184). Sum of RGB (Red+Green+Blue) = 119+17+184=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 184 (72.27% from 255 or 57.5% from 320); Max value from RGB is 184 - color contains mainly: blue. Hex color #7711B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7711B8 is #88EE47. Grayscale: #414141. Windows color (decimal): -8973896 or 12063095. OLE color: 12063095.

HSL color Cylindrical-coordinate representation of color #7711B8: hue angle of 276.65º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7711B8 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11917184-
CMYK0.350.9100.28
HSL276.65º83.08%39.41%-
HSV(B)276.65º90.76%72.16%-
XYZ16.467.7845.98-
YUV66.54194.29165.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.19%
GREEN value IS 17 (7.03% from 255) = 5.31%
BLUE value IS 184 (72.27% from 255) = 57.5%
R=37.19%
G=5.31%
B=57.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal119171840.350.9100.28276.6583.0839.41
Hex7711B8235B01C1155327
Octal167212704313303442512347
Binary1110111100011011100010001110110110111001000101011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7711B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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