#770B6D

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

Shades of Purple #770B6D

Tints of Purple #770B6D

Color information

#770B6D (or 0x770B6D) is unknown color: approx Purple. HEX triplet: 77, 0B and 6D. RGB value is (119,11,109). Sum of RGB (Red+Green+Blue) = 119+11+109=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #770B6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770B6D is #88F492. Grayscale: #363636. Windows color (decimal): -8975507 or 7146359. OLE color: 7146359.

HSL color Cylindrical-coordinate representation of color #770B6D: hue angle of 305.56º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770B6D is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB11911109-
CMYK00.910.080.53
HSL305.56º83.08%25.49%-
HSV(B)305.56º90.76%46.67%-
XYZ10.495.2714.93-
YUV54.46158.78174.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 11 (4.69% from 255) = 4.60%
BLUE value IS 109 (42.97% from 255) = 45.61%
R=49.79%
G=4.60%
B=45.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191110900.910.080.53305.5683.0825.49
Hex77B6D05B8351325319
Octal167131550133106546212331
Binary111011110111101101010110111000110101100110010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,11,109); }

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

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

 a { background-color: rgb(119,11,109); }

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

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

 span { border-color: rgb(119,11,109); }

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