#771773

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

Shades of Dark Purple #771773

Tints of Dark Purple #771773

Color information

#771773 (or 0x771773) is unknown color: approx Dark Purple. HEX triplet: 77, 17 and 73. RGB value is (119,23,115). Sum of RGB (Red+Green+Blue) = 119+23+115=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #771773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771773 is #88E88C. Grayscale: #3D3D3D. Windows color (decimal): -8972429 or 7542647. OLE color: 7542647.

HSL color Cylindrical-coordinate representation of color #771773: hue angle of 302.5º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #771773 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB11923115-
CMYK00.810.030.53
HSL302.5º67.61%27.84%-
HSV(B)302.5º80.67%46.67%-
XYZ11.015.7716.75-
YUV62.19157.8168.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.30%
GREEN value IS 23 (9.38% from 255) = 8.95%
BLUE value IS 115 (45.31% from 255) = 44.75%
R=46.30%
G=8.95%
B=44.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1192311500.810.030.53302.567.6127.84
Hex77177305133512e441c
Octal16727163012136545610434
Binary11101111011111100110101000111110101100101110100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771773; }

 p { color: rgb(119,23,115); }

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

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

 a { background-color: rgb(119,23,115); }

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

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

 span { border-color: rgb(119,23,115); }

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