#770B74

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

Shades of Purple #770B74

Tints of Purple #770B74

Color information

#770B74 (or 0x770B74) is unknown color: approx Purple. HEX triplet: 77, 0B and 74. RGB value is (119,11,116). Sum of RGB (Red+Green+Blue) = 119+11+116=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #770B74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770B74 is #88F48B. Grayscale: #363636. Windows color (decimal): -8975500 or 7605111. OLE color: 7605111.

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

Color convert

RGB11911116-
CMYK00.910.030.53
HSL301.67º83.08%25.49%-
HSV(B)301.67º90.76%46.67%-
XYZ10.885.4217-
YUV55.26162.28173.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.37%
GREEN value IS 11 (4.69% from 255) = 4.47%
BLUE value IS 116 (45.70% from 255) = 47.15%
R=48.37%
G=4.47%
B=47.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191111600.910.030.53301.6783.0825.49
Hex77B7405B33512e5319
Octal16713164013336545612331
Binary1110111101111101000101101111110101100101110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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