#770B6C

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

Shades of Purple #770B6C

Tints of Purple #770B6C

Color information

#770B6C (or 0x770B6C) is unknown color: approx Purple. HEX triplet: 77, 0B and 6C. RGB value is (119,11,108). Sum of RGB (Red+Green+Blue) = 119+11+108=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #770B6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770B6C is #88F493. Grayscale: #363636. Windows color (decimal): -8975508 or 7080823. OLE color: 7080823.

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

Color convert

RGB11911108-
CMYK00.910.090.53
HSL306.11º83.08%25.49%-
HSV(B)306.11º90.76%46.67%-
XYZ10.435.2414.65-
YUV54.35158.28174.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 11 (4.69% from 255) = 4.62%
BLUE value IS 108 (42.58% from 255) = 45.38%
R=50%
G=4.62%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191110800.910.090.53306.1183.0825.49
Hex77B6C05B9351325319
Octal167131540133116546212331
Binary111011110111101100010110111001110101100110010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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