#761D6E

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

Shades of Dark Purple #761D6E

Tints of Dark Purple #761D6E

Color information

#761D6E (or 0x761D6E) is unknown color: approx Dark Purple. HEX triplet: 76, 1D and 6E. RGB value is (118,29,110). Sum of RGB (Red+Green+Blue) = 118+29+110=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #761D6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761D6E is #89E291. Grayscale: #404040. Windows color (decimal): -9036434 or 7216502. OLE color: 7216502.

HSL color Cylindrical-coordinate representation of color #761D6E: hue angle of 305.39º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761D6E is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB11829110-
CMYK00.750.070.54
HSL305.39º60.54%28.82%-
HSV(B)305.39º75.42%46.27%-
XYZ10.735.8615.32-
YUV64.84153.49165.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 29 (11.72% from 255) = 11.28%
BLUE value IS 110 (43.36% from 255) = 42.80%
R=45.91%
G=11.28%
B=42.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182911000.750.070.54305.3960.5428.82
Hex761D6E04B7361313d1d
Octal1663515601137664617535
Binary11101101110111011100100101111111011010011000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761D6E; }

 p { color: rgb(118,29,110); }

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

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

 a { background-color: rgb(118,29,110); }

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

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

 span { border-color: rgb(118,29,110); }

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