#761168

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

Shades of Dark Purple #761168

Tints of Dark Purple #761168

Color information

#761168 (or 0x761168) is unknown color: approx Dark Purple. HEX triplet: 76, 11 and 68. RGB value is (118,17,104). Sum of RGB (Red+Green+Blue) = 118+17+104=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #761168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761168 is #89EE97. Grayscale: #383838. Windows color (decimal): -9039512 or 6820214. OLE color: 6820214.

HSL color Cylindrical-coordinate representation of color #761168: hue angle of 308.32º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761168 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB11817104-
CMYK00.860.120.54
HSL308.32º74.81%26.47%-
HSV(B)308.32º85.59%46.27%-
XYZ10.175.2513.57-
YUV57.12154.46171.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.37%
GREEN value IS 17 (7.03% from 255) = 7.11%
BLUE value IS 104 (41.02% from 255) = 43.51%
R=49.37%
G=7.11%
B=43.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181710400.860.120.54308.3274.8126.47
Hex761168056C361344b1a
Octal166211500126146646411332
Binary1110110100011101000010101101100110110100110100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761168; }

 p { color: rgb(118,17,104); }

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

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

 a { background-color: rgb(118,17,104); }

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

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

 span { border-color: rgb(118,17,104); }

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