#771578

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

Shades of Dark Purple #771578

Tints of Dark Purple #771578

Color information

#771578 (or 0x771578) is unknown color: approx Dark Purple. HEX triplet: 77, 15 and 78. RGB value is (119,21,120). Sum of RGB (Red+Green+Blue) = 119+21+120=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #771578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771578 is #88EA87. Grayscale: #3D3D3D. Windows color (decimal): -8972936 or 7869815. OLE color: 7869815.

HSL color Cylindrical-coordinate representation of color #771578: hue angle of 299.39º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #771578 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11921120-
CMYK0.010.8300.53
HSL299.39º70.21%27.65%-
HSV(B)299.39º82.5%47.06%-
XYZ11.275.8118.3-
YUV61.59160.97168.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 21 (8.59% from 255) = 8.08%
BLUE value IS 120 (47.27% from 255) = 46.15%
R=45.77%
G=8.08%
B=46.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119211200.010.8300.53299.3970.2127.65
Hex77157815303512b461c
Octal16725170112306545310634
Binary1110111101011111000110100110110101100101011100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771578; }

 p { color: rgb(119,21,120); }

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

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

 a { background-color: rgb(119,21,120); }

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

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

 span { border-color: rgb(119,21,120); }

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