#761b83

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

Shades of Dark Purple #761B83

Tints of Dark Purple #761B83

Color information

#761B83 (or 0x761B83) is unknown color: approx Dark Purple. HEX triplet: 76, 1B and 83. RGB value is (118,27,131). Sum of RGB (Red+Green+Blue) = 118+27+131=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #761B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761B83 is #89E47C. Grayscale: #414141. Windows color (decimal): -9036925 or 8592246. OLE color: 8592246.

HSL color Cylindrical-coordinate representation of color #761B83: hue angle of 292.5º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #761B83 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11827131-
CMYK0.100.7900.49
HSL292.5º65.82%30.98%-
HSV(B)292.5º79.39%51.37%-
XYZ11.966.2722.05-
YUV66.06164.65165.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 27 (10.94% from 255) = 9.78%
BLUE value IS 131 (51.56% from 255) = 47.46%
R=42.75%
G=9.78%
B=47.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118271310.100.7900.49292.565.8230.98
Hex761B83A4F031124421f
Octal166332031211706144410237
Binary11101101101110000011101010011110110001100100100100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761b83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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