#7C077B

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

Shades of Purple #7C077B

Tints of Purple #7C077B

Color information

#7C077B (or 0x7C077B) is unknown color: approx Purple. HEX triplet: 7C, 07 and 7B. RGB value is (124,7,123). Sum of RGB (Red+Green+Blue) = 124+7+123=254 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.82% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 124 - color contains mainly: red. Hex color #7C077B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C077B is #83F884. Grayscale: #363636. Windows color (decimal): -8648837 or 8062844. OLE color: 8062844.

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

Color convert

RGB1247123-
CMYK00.940.010.51
HSL300.51º89.31%25.69%-
HSV(B)300.51º94.35%48.63%-
XYZ11.965.8719.24-
YUV55.21166.26177.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 48.82%
GREEN value IS 7 (3.12% from 255) = 2.76%
BLUE value IS 123 (48.44% from 255) = 48.43%
R=48.82%
G=2.76%
B=48.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124712300.940.010.51300.5189.3125.69
Hex7C77B05E13312d591a
Octal1747173013616345513132
Binary11111001111111011010111101110011100101101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C077B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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