#771BC6

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

Shades of Purple Heart #771BC6

Tints of Purple Heart #771BC6

Color information

#771BC6 (or 0x771BC6) is unknown color: approx Purple Heart. HEX triplet: 77, 1B and C6. RGB value is (119,27,198). Sum of RGB (Red+Green+Blue) = 119+27+198=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 198 (77.73% from 255 or 57.56% from 344); Max value from RGB is 198 - color contains mainly: blue. Hex color #771BC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771BC6 is #88E439. Grayscale: #494949. Windows color (decimal): -8971322 or 12983159. OLE color: 12983159.

HSL color Cylindrical-coordinate representation of color #771BC6: hue angle of 272.28º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771BC6 is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11927198-
CMYK0.400.8600.22
HSL272.28º76%44.12%-
HSV(B)272.28º86.36%77.65%-
XYZ18.198.7854.16-
YUV74197.98160.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.59%
GREEN value IS 27 (10.94% from 255) = 7.85%
BLUE value IS 198 (77.73% from 255) = 57.56%
R=34.59%
G=7.85%
B=57.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal119271980.400.8600.22272.287644.12
Hex771BC628560161104c2c
Octal167333065012602642011454
Binary1110111110111100011010100010101100101101000100001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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