#761B7B

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

Shades of Dark Purple #761B7B

Tints of Dark Purple #761B7B

Color information

#761B7B (or 0x761B7B) is unknown color: approx Dark Purple. HEX triplet: 76, 1B and 7B. RGB value is (118,27,123). Sum of RGB (Red+Green+Blue) = 118+27+123=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #761B7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761B7B is #89E484. Grayscale: #404040. Windows color (decimal): -9036933 or 8067958. OLE color: 8067958.

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

Color convert

RGB11827123-
CMYK0.040.7800.52
HSL296.88º64%29.41%-
HSV(B)296.88º78.05%48.24%-
XYZ11.446.0719.31-
YUV65.15160.65165.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 27 (10.94% from 255) = 10.07%
BLUE value IS 123 (48.44% from 255) = 45.90%
R=44.03%
G=10.07%
B=45.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118271230.040.7800.52296.886429.41
Hex761B7B44E034129401d
Octal16633173411606445110035
Binary111011011011111101110010011100110100100101001100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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