#770A6C

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

Shades of Purple #770A6C

Tints of Purple #770A6C

Color information

#770A6C (or 0x770A6C) is unknown color: approx Purple. HEX triplet: 77, 0A and 6C. RGB value is (119,10,108). Sum of RGB (Red+Green+Blue) = 119+10+108=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #770A6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770A6C is #88F593. Grayscale: #353535. Windows color (decimal): -8975764 or 7080567. OLE color: 7080567.

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

Color convert

RGB11910108-
CMYK00.920.090.53
HSL306.06º84.5%25.29%-
HSV(B)306.06º91.6%46.67%-
XYZ10.425.2214.65-
YUV53.76158.61174.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.21%
GREEN value IS 10 (4.30% from 255) = 4.22%
BLUE value IS 108 (42.58% from 255) = 45.57%
R=50.21%
G=4.22%
B=45.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191010800.920.090.53306.0684.525.29
Hex77A6C05C9351325419
Octal167121540134116546212431
Binary111011110101101100010111001001110101100110010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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