#770C6B

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

Shades of Purple #770C6B

Tints of Purple #770C6B

Color information

#770C6B (or 0x770C6B) is unknown color: approx Purple. HEX triplet: 77, 0C and 6B. RGB value is (119,12,107). Sum of RGB (Red+Green+Blue) = 119+12+107=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #770C6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770C6B is #88F394. Grayscale: #363636. Windows color (decimal): -8975253 or 7015543. OLE color: 7015543.

HSL color Cylindrical-coordinate representation of color #770C6B: hue angle of 306.73º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C6B is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB11912107-
CMYK00.900.100.53
HSL306.73º81.68%25.69%-
HSV(B)306.73º89.92%46.67%-
XYZ10.395.2514.37-
YUV54.82157.45173.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 12 (5.08% from 255) = 5.04%
BLUE value IS 107 (42.19% from 255) = 44.96%
R=50%
G=5.04%
B=44.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191210700.900.100.53306.7381.6825.69
Hex77C6B05AA35133521a
Octal167141530132126546312232
Binary111011111001101011010110101010110101100110011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,12,107); }

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

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

 a { background-color: rgb(119,12,107); }

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

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

 span { border-color: rgb(119,12,107); }

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