#7C077A

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

Shades of Purple #7C077A

Tints of Purple #7C077A

Color information

#7C077A (or 0x7C077A) is unknown color: approx Purple. HEX triplet: 7C, 07 and 7A. RGB value is (124,7,122). Sum of RGB (Red+Green+Blue) = 124+7+122=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 124 - color contains mainly: red. Hex color #7C077A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C077A is #83F885. Grayscale: #363636. Windows color (decimal): -8648838 or 7997308. OLE color: 7997308.

HSL color Cylindrical-coordinate representation of color #7C077A: hue angle of 301.03º degrees, saturation: 0.89, 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 #7C077A is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB1247122-
CMYK00.940.020.51
HSL301.03º89.31%25.69%-
HSV(B)301.03º94.35%48.63%-
XYZ11.95.8418.91-
YUV55.09165.76177.15-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.01%
GREEN value IS 7 (3.12% from 255) = 2.77%
BLUE value IS 122 (48.05% from 255) = 48.22%
R=49.01%
G=2.77%
B=48.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124712200.940.020.51301.0389.3125.69
Hex7C77A05E23312d591a
Octal1747172013626345513132
Binary111110011111110100101111010110011100101101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C077A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,7,122); }

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

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

 a { background-color: rgb(124,7,122); }

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

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

 span { border-color: rgb(124,7,122); }

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