#771bbf

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

Shades of Purple Heart #771BBF

Tints of Purple Heart #771BBF

Color information

#771BBF (or 0x771BBF) is unknown color: approx Purple Heart. HEX triplet: 77, 1B and BF. RGB value is (119,27,191). Sum of RGB (Red+Green+Blue) = 119+27+191=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 27 (10.94% from 255 or 8.01% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #771BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771BBF is #88E440. Grayscale: #484848. Windows color (decimal): -8971329 or 12524407. OLE color: 12524407.

HSL color Cylindrical-coordinate representation of color #771BBF: hue angle of 273.66º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771BBF is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11927191-
CMYK0.380.8600.25
HSL273.66º75.23%42.75%-
HSV(B)273.66º85.86%74.9%-
XYZ17.48.4750.01-
YUV73.2194.48160.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.31%
GREEN value IS 27 (10.94% from 255) = 8.01%
BLUE value IS 191 (75% from 255) = 56.68%
R=35.31%
G=8.01%
B=56.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119271910.380.8600.25273.6675.2342.75
Hex771BBF26560191124b2b
Octal167332774612603142211353
Binary1110111110111011111110011010101100110011000100101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771bbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771bbf; }

 p { color: rgb(119,27,191); }

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

<style>
 a { background-color: #771bbf; }

 a { background-color: rgb(119,27,191); }

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

<style>
 span { border-color: #771bbf; }

 span { border-color: rgb(119,27,191); }

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