#770E65

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

Shades of Dark Purple #770E65

Tints of Dark Purple #770E65

Color information

#770E65 (or 0x770E65) is unknown color: approx Dark Purple. HEX triplet: 77, 0E and 65. RGB value is (119,14,101). Sum of RGB (Red+Green+Blue) = 119+14+101=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #770E65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770E65 is #88F19A. Grayscale: #373737. Windows color (decimal): -8974747 or 6622839. OLE color: 6622839.

HSL color Cylindrical-coordinate representation of color #770E65: hue angle of 310.29º 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 #770E65 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB11914101-
CMYK00.880.150.53
HSL310.29º78.95%26.08%-
HSV(B)310.29º88.24%46.67%-
XYZ10.115.1812.78-
YUV55.31153.79173.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.85%
GREEN value IS 14 (5.86% from 255) = 5.98%
BLUE value IS 101 (39.84% from 255) = 43.16%
R=50.85%
G=5.98%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191410100.880.150.53310.2978.9526.08
Hex77E65058F351364f1a
Octal167161450130176546611732
Binary111011111101100101010110001111110101100110110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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