#761569

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

Shades of Dark Purple #761569

Tints of Dark Purple #761569

Color information

#761569 (or 0x761569) is unknown color: approx Dark Purple. HEX triplet: 76, 15 and 69. RGB value is (118,21,105). Sum of RGB (Red+Green+Blue) = 118+21+105=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #761569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761569 is #89EA96. Grayscale: #3B3B3B. Windows color (decimal): -9038487 or 6886774. OLE color: 6886774.

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

Color convert

RGB11821105-
CMYK00.820.110.54
HSL308.04º69.78%27.25%-
HSV(B)308.04º82.2%46.27%-
XYZ10.295.4113.87-
YUV59.58153.64169.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 21 (8.59% from 255) = 8.61%
BLUE value IS 105 (41.41% from 255) = 43.03%
R=48.36%
G=8.61%
B=43.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182110500.820.110.54308.0469.7827.25
Hex761569052B36134461b
Octal166251510122136646410633
Binary1110110101011101001010100101011110110100110100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761569; }

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

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

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

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

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

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

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

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