#770E67

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

Shades of Dark Purple #770E67

Tints of Dark Purple #770E67

Color information

#770E67 (or 0x770E67) is unknown color: approx Dark Purple. HEX triplet: 77, 0E and 67. RGB value is (119,14,103). Sum of RGB (Red+Green+Blue) = 119+14+103=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #770E67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770E67 is #88F198. Grayscale: #373737. Windows color (decimal): -8974745 or 6753911. OLE color: 6753911.

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

Color convert

RGB11914103-
CMYK00.880.130.53
HSL309.14º78.95%26.08%-
HSV(B)309.14º88.24%46.67%-
XYZ10.215.2213.3-
YUV55.54154.79173.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.42%
GREEN value IS 14 (5.86% from 255) = 5.93%
BLUE value IS 103 (40.62% from 255) = 43.64%
R=50.42%
G=5.93%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191410300.880.130.53309.1478.9526.08
Hex77E67058D351354f1a
Octal167161470130156546511732
Binary111011111101100111010110001101110101100110101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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