#7C056A

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

Shades of Purple #7C056A

Tints of Purple #7C056A

Color information

#7C056A (or 0x7C056A) is unknown color: approx Purple. HEX triplet: 7C, 05 and 6A. RGB value is (124,5,106). Sum of RGB (Red+Green+Blue) = 124+5+106=235 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.77% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 124 - color contains mainly: red. Hex color #7C056A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C056A is #83FA95. Grayscale: #333333. Windows color (decimal): -8649366 or 6948220. OLE color: 6948220.

HSL color Cylindrical-coordinate representation of color #7C056A: hue angle of 309.08º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C056A is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB1245106-
CMYK00.960.150.51
HSL309.08º92.25%25.29%-
HSV(B)309.08º95.97%48.63%-
XYZ10.975.4314.11-
YUV52.1158.42179.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 52.77%
GREEN value IS 5 (2.34% from 255) = 2.13%
BLUE value IS 106 (41.80% from 255) = 45.11%
R=52.77%
G=2.13%
B=45.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124510600.960.150.51309.0892.2525.29
Hex7C56A060F331355c19
Octal17451520140176346513431
Binary11111001011101010011000001111110011100110101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,5,106); }

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

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

 a { background-color: rgb(124,5,106); }

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

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

 span { border-color: rgb(124,5,106); }

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