#761970

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

Shades of Dark Purple #761970

Tints of Dark Purple #761970

Color information

#761970 (or 0x761970) is unknown color: approx Dark Purple. HEX triplet: 76, 19 and 70. RGB value is (118,25,112). Sum of RGB (Red+Green+Blue) = 118+25+112=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #761970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761970 is #89E68F. Grayscale: #3E3E3E. Windows color (decimal): -9037456 or 7346550. OLE color: 7346550.

HSL color Cylindrical-coordinate representation of color #761970: hue angle of 303.87º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #761970 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11825112-
CMYK00.790.050.54
HSL303.87º65.03%28.04%-
HSV(B)303.87º78.81%46.27%-
XYZ10.745.7215.87-
YUV62.72155.81167.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 25 (10.16% from 255) = 9.80%
BLUE value IS 112 (44.14% from 255) = 43.92%
R=46.27%
G=9.80%
B=43.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182511200.790.050.54303.8765.0328.04
Hex76197004F536130411c
Octal16631160011756646010134
Binary111011011001111000001001111101110110100110000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761970; }

 p { color: rgb(118,25,112); }

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

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

 a { background-color: rgb(118,25,112); }

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

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

 span { border-color: rgb(118,25,112); }

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