#770B70

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

Shades of Purple #770B70

Tints of Purple #770B70

Color information

#770B70 (or 0x770B70) is unknown color: approx Purple. HEX triplet: 77, 0B and 70. RGB value is (119,11,112). Sum of RGB (Red+Green+Blue) = 119+11+112=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #770B70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770B70 is #88F48F. Grayscale: #363636. Windows color (decimal): -8975504 or 7342967. OLE color: 7342967.

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

Color convert

RGB11911112-
CMYK00.910.060.53
HSL303.89º83.08%25.49%-
HSV(B)303.89º90.76%46.67%-
XYZ10.655.3315.8-
YUV54.81160.28173.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 11 (4.69% from 255) = 4.55%
BLUE value IS 112 (44.14% from 255) = 46.28%
R=49.17%
G=4.55%
B=46.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191111200.910.060.53303.8983.0825.49
Hex77B7005B6351305319
Octal16713160013366546012331
Binary11101111011111000001011011110110101100110000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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