#7C0775

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

Shades of Purple #7C0775

Tints of Purple #7C0775

Color information

#7C0775 (or 0x7C0775) is unknown color: approx Purple. HEX triplet: 7C, 07 and 75. RGB value is (124,7,117). Sum of RGB (Red+Green+Blue) = 124+7+117=248 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0775 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0775 is #83F88A. Grayscale: #363636. Windows color (decimal): -8648843 or 7669628. OLE color: 7669628.

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

Color convert

RGB1247117-
CMYK00.940.060.51
HSL303.59º89.31%25.69%-
HSV(B)303.59º94.35%48.63%-
XYZ11.65.7217.32-
YUV54.52163.26177.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 2.82%
BLUE value IS 117 (46.09% from 255) = 47.18%
R=50%
G=2.82%
B=47.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124711700.940.060.51303.5989.3125.69
Hex7C77505E633130591a
Octal1747165013666346013132
Binary1111100111111010101011110110110011100110000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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