#761669

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

Shades of Dark Purple #761669

Tints of Dark Purple #761669

Color information

#761669 (or 0x761669) is unknown color: approx Dark Purple. HEX triplet: 76, 16 and 69. RGB value is (118,22,105). Sum of RGB (Red+Green+Blue) = 118+22+105=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #761669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761669 is #89E996. Grayscale: #3B3B3B. Windows color (decimal): -9038231 or 6887030. OLE color: 6887030.

HSL color Cylindrical-coordinate representation of color #761669: hue angle of 308.12º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761669 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB11822105-
CMYK00.810.110.54
HSL308.12º68.57%27.45%-
HSV(B)308.12º81.36%46.27%-
XYZ10.315.4513.87-
YUV60.17153.3169.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 22 (8.98% from 255) = 8.98%
BLUE value IS 105 (41.41% from 255) = 42.86%
R=48.16%
G=8.98%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182210500.810.110.54308.1268.5727.45
Hex761669051B36134451b
Octal166261510121136646410533
Binary1110110101101101001010100011011110110100110100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761669; }

 p { color: rgb(118,22,105); }

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

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

 a { background-color: rgb(118,22,105); }

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

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

 span { border-color: rgb(118,22,105); }

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