#770A72

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

Shades of Purple #770A72

Tints of Purple #770A72

Color information

#770A72 (or 0x770A72) is unknown color: approx Purple. HEX triplet: 77, 0A and 72. RGB value is (119,10,114). Sum of RGB (Red+Green+Blue) = 119+10+114=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #770A72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770A72 is #88F58D. Grayscale: #363636. Windows color (decimal): -8975758 or 7473783. OLE color: 7473783.

HSL color Cylindrical-coordinate representation of color #770A72: hue angle of 302.75º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770A72 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB11910114-
CMYK00.920.040.53
HSL302.75º84.5%25.29%-
HSV(B)302.75º91.6%46.67%-
XYZ10.755.3516.39-
YUV54.45161.61174.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.97%
GREEN value IS 10 (4.30% from 255) = 4.12%
BLUE value IS 114 (44.92% from 255) = 46.91%
R=48.97%
G=4.12%
B=46.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191011400.920.040.53302.7584.525.29
Hex77A7205C43512f5419
Octal16712162013446545712431
Binary11101111010111001001011100100110101100101111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,10,114); }

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

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

 a { background-color: rgb(119,10,114); }

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

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

 span { border-color: rgb(119,10,114); }

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