#7B2376

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

Shades of Dark Purple #7B2376

Tints of Dark Purple #7B2376

Color information

#7B2376 (or 0x7B2376) is unknown color: approx Dark Purple. HEX triplet: 7B, 23 and 76. RGB value is (123,35,118). Sum of RGB (Red+Green+Blue) = 123+35+118=276 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.57% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2376 is #84DC89. Grayscale: #464646. Windows color (decimal): -8707210 or 7742331. OLE color: 7742331.

HSL color Cylindrical-coordinate representation of color #7B2376: hue angle of 303.41º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B2376 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB12335118-
CMYK00.720.040.52
HSL303.41º55.7%30.98%-
HSV(B)303.41º71.54%48.24%-
XYZ12.046.7217.8-
YUV70.77154.65165.25-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.57%
GREEN value IS 35 (14.06% from 255) = 12.68%
BLUE value IS 118 (46.48% from 255) = 42.75%
R=44.57%
G=12.68%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1233511800.720.040.52303.4155.730.98
Hex7B237604843412f381f
Octal1734316601104644577037
Binary111101110001111101100100100010011010010010111111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B2376; }

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

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

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

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

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

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

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

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