#7C1982

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

Shades of Dark Purple #7C1982

Tints of Dark Purple #7C1982

Color information

#7C1982 (or 0x7C1982) is unknown color: approx Dark Purple. HEX triplet: 7C, 19 and 82. RGB value is (124,25,130). Sum of RGB (Red+Green+Blue) = 124+25+130=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #7C1982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1982 is #83E67D. Grayscale: #424242. Windows color (decimal): -8644222 or 8526204. OLE color: 8526204.

HSL color Cylindrical-coordinate representation of color #7C1982: hue angle of 296.57º 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 #7C1982 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12425130-
CMYK0.050.8100.49
HSL296.57º67.74%30.39%-
HSV(B)296.57º80.77%50.98%-
XYZ12.696.5921.72-
YUV66.57163.8168.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.44%
GREEN value IS 25 (10.16% from 255) = 8.96%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=44.44%
G=8.96%
B=46.59%

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
Decimal124251300.050.8100.49296.5767.7430.39
Hex7C1982551031129441e
Octal17431202512106145110436
Binary1111100110011000001010110100010110001100101001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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