#76177A

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

Shades of Dark Purple #76177A

Tints of Dark Purple #76177A

Color information

#76177A (or 0x76177A) is unknown color: approx Dark Purple. HEX triplet: 76, 17 and 7A. RGB value is (118,23,122). Sum of RGB (Red+Green+Blue) = 118+23+122=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 23 (9.38% from 255 or 8.75% 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 #76177A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76177A is #89E885. Grayscale: #3E3E3E. Windows color (decimal): -9037958 or 8001398. OLE color: 8001398.

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

Color convert

RGB11823122-
CMYK0.030.8100.52
HSL297.58º68.28%28.43%-
HSV(B)297.58º81.15%47.84%-
XYZ11.295.8718.95-
YUV62.69161.47167.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.87%
GREEN value IS 23 (9.38% from 255) = 8.75%
BLUE value IS 122 (48.05% from 255) = 46.39%
R=44.87%
G=8.75%
B=46.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118231220.030.8100.52297.5868.2828.43
Hex76177A35103412a441c
Octal16627172312106445210434
Binary11101101011111110101110100010110100100101010100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76177A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,23,122); }

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

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

 a { background-color: rgb(118,23,122); }

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

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

 span { border-color: rgb(118,23,122); }

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