#7B1982

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

Shades of Dark Purple #7B1982

Tints of Dark Purple #7B1982

Color information

#7B1982 (or 0x7B1982) is unknown color: approx Dark Purple. HEX triplet: 7B, 19 and 82. RGB value is (123,25,130). Sum of RGB (Red+Green+Blue) = 123+25+130=278 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.24% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #7B1982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1982 is #84E67D. Grayscale: #414141. Windows color (decimal): -8709758 or 8526203. OLE color: 8526203.

HSL color Cylindrical-coordinate representation of color #7B1982: hue angle of 296º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7B1982 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12325130-
CMYK0.050.8100.49
HSL296º67.74%30.39%-
HSV(B)296º80.77%50.98%-
XYZ12.556.5221.72-
YUV66.27163.97168.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.24%
GREEN value IS 25 (10.16% from 255) = 8.99%
BLUE value IS 130 (51.17% from 255) = 46.76%
R=44.24%
G=8.99%
B=46.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal123251300.050.8100.4929667.7430.39
Hex7B1982551031128441e
Octal17331202512106145010436
Binary1111011110011000001010110100010110001100101000100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,25,130); }

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

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

 a { background-color: rgb(123,25,130); }

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

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

 span { border-color: rgb(123,25,130); }

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