#7C0486

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

Shades of Purple #7C0486

Tints of Purple #7C0486

Color information

#7C0486 (or 0x7C0486) is unknown color: approx Purple. HEX triplet: 7C, 04 and 86. RGB value is (124,4,134). Sum of RGB (Red+Green+Blue) = 124+4+134=262 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.33% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 134 (52.73% from 255 or 51.15% from 262); Max value from RGB is 134 - color contains mainly: blue. Hex color #7C0486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0486 is #83FB79. Grayscale: #363636. Windows color (decimal): -8649594 or 8782972. OLE color: 8782972.

HSL color Cylindrical-coordinate representation of color #7C0486: hue angle of 295.38º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C0486 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1244134-
CMYK0.070.9700.47
HSL295.38º94.2%27.06%-
HSV(B)295.38º97.01%52.55%-
XYZ12.666.0923.06-
YUV54.7172.76177.43-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.33%
GREEN value IS 4 (1.95% from 255) = 1.53%
BLUE value IS 134 (52.73% from 255) = 51.15%
R=47.33%
G=1.53%
B=51.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12441340.070.9700.47295.3894.227.06
Hex7C48676102F1275e1b
Octal1744206714105744713633
Binary11111001001000011011111000010101111100100111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,4,134); }

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

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

 a { background-color: rgb(124,4,134); }

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

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

 span { border-color: rgb(124,4,134); }

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