#771C6E

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

Shades of Dark Purple #771C6E

Tints of Dark Purple #771C6E

Color information

#771C6E (or 0x771C6E) is unknown color: approx Dark Purple. HEX triplet: 77, 1C and 6E. RGB value is (119,28,110). Sum of RGB (Red+Green+Blue) = 119+28+110=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #771C6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771C6E is #88E391. Grayscale: #404040. Windows color (decimal): -8971154 or 7216247. OLE color: 7216247.

HSL color Cylindrical-coordinate representation of color #771C6E: hue angle of 305.93º 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 #771C6E is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB11928110-
CMYK00.760.080.53
HSL305.93º61.9%28.82%-
HSV(B)305.93º76.47%46.67%-
XYZ10.845.8815.32-
YUV64.56153.65166.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.30%
GREEN value IS 28 (11.33% from 255) = 10.89%
BLUE value IS 110 (43.36% from 255) = 42.80%
R=46.30%
G=10.89%
B=42.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1192811000.760.080.53305.9361.928.82
Hex771C6E04C8351323e1d
Octal16734156011410654627635
Binary111011111100110111001001100100011010110011001011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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