#771769

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

Shades of Dark Purple #771769

Tints of Dark Purple #771769

Color information

#771769 (or 0x771769) is unknown color: approx Dark Purple. HEX triplet: 77, 17 and 69. RGB value is (119,23,105). Sum of RGB (Red+Green+Blue) = 119+23+105=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #771769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771769 is #88E896. Grayscale: #3C3C3C. Windows color (decimal): -8972439 or 6887287. OLE color: 6887287.

HSL color Cylindrical-coordinate representation of color #771769: hue angle of 308.75º 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 #771769 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB11923105-
CMYK00.810.120.53
HSL308.75º67.61%27.84%-
HSV(B)308.75º80.67%46.67%-
XYZ10.465.5513.89-
YUV61.05152.8169.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.18%
GREEN value IS 23 (9.38% from 255) = 9.31%
BLUE value IS 105 (41.41% from 255) = 42.51%
R=48.18%
G=9.31%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1192310500.810.120.53308.7567.6127.84
Hex771769051C35135441c
Octal167271510121146546510434
Binary1110111101111101001010100011100110101100110101100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771769; }

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

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

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

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

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

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

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

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