#7C0982

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

Shades of Purple #7C0982

Tints of Purple #7C0982

Color information

#7C0982 (or 0x7C0982) is unknown color: approx Purple. HEX triplet: 7C, 09 and 82. RGB value is (124,9,130). Sum of RGB (Red+Green+Blue) = 124+9+130=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #7C0982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0982 is #83F67D. Grayscale: #383838. Windows color (decimal): -8648318 or 8522108. OLE color: 8522108.

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

Color convert

RGB1249130-
CMYK0.050.9300.49
HSL297.02º87.05%27.25%-
HSV(B)297.02º93.08%50.98%-
XYZ12.446.0921.64-
YUV57.18169.1175.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.15%
GREEN value IS 9 (3.91% from 255) = 3.42%
BLUE value IS 130 (51.17% from 255) = 49.43%
R=47.15%
G=3.42%
B=49.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12491300.050.9300.49297.0287.0527.25
Hex7C98255D031129571b
Octal17411202513506145112733
Binary111110010011000001010110111010110001100101001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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