#770D74

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

Shades of Purple #770D74

Tints of Purple #770D74

Color information

#770D74 (or 0x770D74) is unknown color: approx Purple. HEX triplet: 77, 0D and 74. RGB value is (119,13,116). Sum of RGB (Red+Green+Blue) = 119+13+116=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #770D74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770D74 is #88F28B. Grayscale: #383838. Windows color (decimal): -8974988 or 7605623. OLE color: 7605623.

HSL color Cylindrical-coordinate representation of color #770D74: hue angle of 301.7º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #770D74 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB11913116-
CMYK00.890.030.53
HSL301.7º80.3%25.88%-
HSV(B)301.7º89.08%46.67%-
XYZ10.95.4717-
YUV56.44161.62172.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.98%
GREEN value IS 13 (5.47% from 255) = 5.24%
BLUE value IS 116 (45.70% from 255) = 46.77%
R=47.98%
G=5.24%
B=46.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191311600.890.030.53301.780.325.88
Hex77D7405933512e501a
Octal16715164013136545612032
Binary1110111110111101000101100111110101100101110101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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