#7c086e

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

Shades of Purple #7C086E

Tints of Purple #7C086E

Color information

#7C086E (or 0x7C086E) is unknown color: approx Purple. HEX triplet: 7C, 08 and 6E. RGB value is (124,8,110). Sum of RGB (Red+Green+Blue) = 124+8+110=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C086E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C086E is #83F791. Grayscale: #363636. Windows color (decimal): -8648594 or 7211132. OLE color: 7211132.

HSL color Cylindrical-coordinate representation of color #7C086E: hue angle of 307.24º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C086E is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB1248110-
CMYK00.940.110.51
HSL307.24º87.88%25.88%-
HSV(B)307.24º93.55%48.63%-
XYZ11.215.5815.24-
YUV54.31159.43177.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.24%
GREEN value IS 8 (3.52% from 255) = 3.31%
BLUE value IS 110 (43.36% from 255) = 45.45%
R=51.24%
G=3.31%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124811000.940.110.51307.2487.8825.88
Hex7C86E05EB33133581a
Octal174101560136136346313032
Binary111110010001101110010111101011110011100110011101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c086e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,8,110); }

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

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

 a { background-color: rgb(124,8,110); }

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

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

 span { border-color: rgb(124,8,110); }

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