#771474

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

Shades of Dark Purple #771474

Tints of Dark Purple #771474

Color information

#771474 (or 0x771474) is unknown color: approx Dark Purple. HEX triplet: 77, 14 and 74. RGB value is (119,20,116). Sum of RGB (Red+Green+Blue) = 119+20+116=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #771474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771474 is #88EB8B. Grayscale: #3C3C3C. Windows color (decimal): -8973196 or 7607415. OLE color: 7607415.

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

Color convert

RGB11920116-
CMYK00.830.030.53
HSL301.82º71.22%27.25%-
HSV(B)301.82º83.19%46.67%-
XYZ11.015.6817.04-
YUV60.54159.3169.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.67%
GREEN value IS 20 (8.20% from 255) = 7.84%
BLUE value IS 116 (45.70% from 255) = 45.49%
R=46.67%
G=7.84%
B=45.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1192011600.830.030.53301.8271.2227.25
Hex77147405333512e471b
Octal16724164012336545610733
Binary11101111010011101000101001111110101100101110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771474; }

 p { color: rgb(119,20,116); }

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

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

 a { background-color: rgb(119,20,116); }

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

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

 span { border-color: rgb(119,20,116); }

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