#770E6A

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

Shades of Dark Purple #770E6A

Tints of Dark Purple #770E6A

Color information

#770E6A (or 0x770E6A) is unknown color: approx Dark Purple. HEX triplet: 77, 0E and 6A. RGB value is (119,14,106). Sum of RGB (Red+Green+Blue) = 119+14+106=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #770E6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770E6A is #88F195. Grayscale: #373737. Windows color (decimal): -8974742 or 6950519. OLE color: 6950519.

HSL color Cylindrical-coordinate representation of color #770E6A: hue angle of 307.43º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #770E6A is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB11914106-
CMYK00.880.110.53
HSL307.43º78.95%26.08%-
HSV(B)307.43º88.24%46.67%-
XYZ10.375.2814.11-
YUV55.88156.29173.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 14 (5.86% from 255) = 5.86%
BLUE value IS 106 (41.80% from 255) = 44.35%
R=49.79%
G=5.86%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191410600.880.110.53307.4378.9526.08
Hex77E6A058B351334f1a
Octal167161520130136546311732
Binary111011111101101010010110001011110101100110011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770E6A; }

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

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

<style>
 a { background-color: #770E6A; }

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

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

<style>
 span { border-color: #770E6A; }

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

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