#770E6F

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

Shades of Purple #770E6F

Tints of Purple #770E6F

Color information

#770E6F (or 0x770E6F) is unknown color: approx Purple. HEX triplet: 77, 0E and 6F. RGB value is (119,14,111). Sum of RGB (Red+Green+Blue) = 119+14+111=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #770E6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770E6F is #88F190. Grayscale: #383838. Windows color (decimal): -8974737 or 7278199. OLE color: 7278199.

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

Color convert

RGB11914111-
CMYK00.880.070.53
HSL304.57º78.95%26.08%-
HSV(B)304.57º88.24%46.67%-
XYZ10.635.3815.52-
YUV56.45158.79172.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.77%
GREEN value IS 14 (5.86% from 255) = 5.74%
BLUE value IS 111 (43.75% from 255) = 45.49%
R=48.77%
G=5.74%
B=45.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191411100.880.070.53304.5778.9526.08
Hex77E6F0587351314f1a
Octal16716157013076546111732
Binary11101111110110111101011000111110101100110001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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