#761F7B

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

Shades of Dark Purple #761F7B

Tints of Dark Purple #761F7B

Color information

#761F7B (or 0x761F7B) is unknown color: approx Dark Purple. HEX triplet: 76, 1F and 7B. RGB value is (118,31,123). Sum of RGB (Red+Green+Blue) = 118+31+123=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #761F7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761F7B is #89E084. Grayscale: #434343. Windows color (decimal): -9035909 or 8068982. OLE color: 8068982.

HSL color Cylindrical-coordinate representation of color #761F7B: hue angle of 296.74º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761F7B is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11831123-
CMYK0.040.7500.52
HSL296.74º59.74%30.2%-
HSV(B)296.74º74.8%48.24%-
XYZ11.546.2619.34-
YUV67.5159.32164.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.38%
GREEN value IS 31 (12.5% from 255) = 11.40%
BLUE value IS 123 (48.44% from 255) = 45.22%
R=43.38%
G=11.40%
B=45.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118311230.040.7500.52296.7459.7430.2
Hex761F7B44B0341293c1e
Octal1663717341130644517436
Binary11101101111111110111001001011011010010010100111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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