#771C6A

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

Shades of Dark Purple #771C6A

Tints of Dark Purple #771C6A

Color information

#771C6A (or 0x771C6A) is unknown color: approx Dark Purple. HEX triplet: 77, 1C and 6A. RGB value is (119,28,106). Sum of RGB (Red+Green+Blue) = 119+28+106=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #771C6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771C6A is #88E395. Grayscale: #3F3F3F. Windows color (decimal): -8971158 or 6954103. OLE color: 6954103.

HSL color Cylindrical-coordinate representation of color #771C6A: hue angle of 308.57º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771C6A is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB11928106-
CMYK00.760.110.53
HSL308.57º61.9%28.82%-
HSV(B)308.57º76.47%46.67%-
XYZ10.625.7914.19-
YUV64.1151.65167.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.04%
GREEN value IS 28 (11.33% from 255) = 11.07%
BLUE value IS 106 (41.80% from 255) = 41.90%
R=47.04%
G=11.07%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1192810600.760.110.53308.5761.928.82
Hex771C6A04CB351353e1d
Octal16734152011413654657635
Binary111011111100110101001001100101111010110011010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,28,106); }

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

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

 a { background-color: rgb(119,28,106); }

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

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

 span { border-color: rgb(119,28,106); }

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