#77167A

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

Shades of Dark Purple #77167A

Tints of Dark Purple #77167A

Color information

#77167A (or 0x77167A) is unknown color: approx Dark Purple. HEX triplet: 77, 16 and 7A. RGB value is (119,22,122). Sum of RGB (Red+Green+Blue) = 119+22+122=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 122 - color contains mainly: blue. Hex color #77167A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77167A is #88E985. Grayscale: #3E3E3E. Windows color (decimal): -8972678 or 8001143. OLE color: 8001143.

HSL color Cylindrical-coordinate representation of color #77167A: hue angle of 298.2º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77167A is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11922122-
CMYK0.020.8200.52
HSL298.2º69.44%28.24%-
HSV(B)298.2º81.97%47.84%-
XYZ11.415.918.95-
YUV62.4161.64168.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.25%
GREEN value IS 22 (8.98% from 255) = 8.37%
BLUE value IS 122 (48.05% from 255) = 46.39%
R=45.25%
G=8.37%
B=46.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119221220.020.8200.52298.269.4428.24
Hex77167A25203412a451c
Octal16726172212206445210534
Binary11101111011011110101010100100110100100101010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77167A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77167A; }

 p { color: rgb(119,22,122); }

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

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

 a { background-color: rgb(119,22,122); }

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

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

 span { border-color: rgb(119,22,122); }

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