#761F6F

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

Shades of Dark Purple #761F6F

Tints of Dark Purple #761F6F

Color information

#761F6F (or 0x761F6F) is unknown color: approx Dark Purple. HEX triplet: 76, 1F and 6F. RGB value is (118,31,111). Sum of RGB (Red+Green+Blue) = 118+31+111=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #761F6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761F6F is #89E090. Grayscale: #414141. Windows color (decimal): -9035921 or 7282550. OLE color: 7282550.

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

Color convert

RGB11831111-
CMYK00.740.060.54
HSL304.83º58.39%29.22%-
HSV(B)304.83º73.73%46.27%-
XYZ10.835.9815.62-
YUV66.13153.32165-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.38%
GREEN value IS 31 (12.5% from 255) = 11.92%
BLUE value IS 111 (43.75% from 255) = 42.69%
R=45.38%
G=11.92%
B=42.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183111100.740.060.54304.8358.3929.22
Hex761F6F04A6361313a1d
Octal1663715701126664617235
Binary11101101111111011110100101011011011010011000111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,31,111); }

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

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

 a { background-color: rgb(118,31,111); }

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

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

 span { border-color: rgb(118,31,111); }

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