#761167

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

Shades of Dark Purple #761167

Tints of Dark Purple #761167

Color information

#761167 (or 0x761167) is unknown color: approx Dark Purple. HEX triplet: 76, 11 and 67. RGB value is (118,17,103). Sum of RGB (Red+Green+Blue) = 118+17+103=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #761167 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761167 is #89EE98. Grayscale: #383838. Windows color (decimal): -9039513 or 6754678. OLE color: 6754678.

HSL color Cylindrical-coordinate representation of color #761167: hue angle of 308.91º 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 #761167 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB11817103-
CMYK00.860.130.54
HSL308.91º74.81%26.47%-
HSV(B)308.91º85.59%46.27%-
XYZ10.125.2313.31-
YUV57153.96171.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 17 (7.03% from 255) = 7.14%
BLUE value IS 103 (40.62% from 255) = 43.28%
R=49.58%
G=7.14%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181710300.860.130.54308.9174.8126.47
Hex761167056D361354b1a
Octal166211470126156646511332
Binary1110110100011100111010101101101110110100110101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761167; }

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

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

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

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

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

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

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

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