#761A6C

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

Shades of Dark Purple #761A6C

Tints of Dark Purple #761A6C

Color information

#761A6C (or 0x761A6C) is unknown color: approx Dark Purple. HEX triplet: 76, 1A and 6C. RGB value is (118,26,108). Sum of RGB (Red+Green+Blue) = 118+26+108=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #761A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761A6C is #89E593. Grayscale: #3E3E3E. Windows color (decimal): -9037204 or 7084662. OLE color: 7084662.

HSL color Cylindrical-coordinate representation of color #761A6C: hue angle of 306.52º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761A6C is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11826108-
CMYK00.780.080.54
HSL306.52º63.89%28.24%-
HSV(B)306.52º77.97%46.27%-
XYZ10.555.6714.73-
YUV62.86153.48167.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.83%
GREEN value IS 26 (10.55% from 255) = 10.32%
BLUE value IS 108 (42.58% from 255) = 42.86%
R=46.83%
G=10.32%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182610800.780.080.54306.5263.8928.24
Hex761A6C04E836133401c
Octal166321540116106646310034
Binary1110110110101101100010011101000110110100110011100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,26,108); }

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

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

 a { background-color: rgb(118,26,108); }

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

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

 span { border-color: rgb(118,26,108); }

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