#771C7B

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

Shades of Dark Purple #771C7B

Tints of Dark Purple #771C7B

Color information

#771C7B (or 0x771C7B) is unknown color: approx Dark Purple. HEX triplet: 77, 1C and 7B. RGB value is (119,28,123). Sum of RGB (Red+Green+Blue) = 119+28+123=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #771C7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771C7B is #88E384. Grayscale: #414141. Windows color (decimal): -8971141 or 8068215. OLE color: 8068215.

HSL color Cylindrical-coordinate representation of color #771C7B: hue angle of 297.47º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #771C7B is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11928123-
CMYK0.030.7700.52
HSL297.47º62.91%29.61%-
HSV(B)297.47º77.24%48.24%-
XYZ11.66.1819.32-
YUV66.04160.15165.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 28 (11.33% from 255) = 10.37%
BLUE value IS 123 (48.44% from 255) = 45.56%
R=44.07%
G=10.37%
B=45.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119281230.030.7700.52297.4762.9129.61
Hex771C7B34D0341293f1e
Octal1673417331150644517736
Binary1110111111001111011111001101011010010010100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771C7B; }

 p { color: rgb(119,28,123); }

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

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

 a { background-color: rgb(119,28,123); }

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

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

 span { border-color: rgb(119,28,123); }

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