#7C0873

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

Shades of Purple #7C0873

Tints of Purple #7C0873

Color information

#7C0873 (or 0x7C0873) is unknown color: approx Purple. HEX triplet: 7C, 08 and 73. RGB value is (124,8,115). Sum of RGB (Red+Green+Blue) = 124+8+115=247 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.20% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0873 is #83F78C. Grayscale: #363636. Windows color (decimal): -8648589 or 7538812. OLE color: 7538812.

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

Color convert

RGB1248115-
CMYK00.940.070.51
HSL304.66º87.88%25.88%-
HSV(B)304.66º93.55%48.63%-
XYZ11.495.716.71-
YUV54.88161.93177.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.20%
GREEN value IS 8 (3.52% from 255) = 3.24%
BLUE value IS 115 (45.31% from 255) = 46.56%
R=50.20%
G=3.24%
B=46.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124811500.940.070.51304.6687.8825.88
Hex7C87305E733131581a
Octal17410163013676346113032
Binary11111001000111001101011110111110011100110001101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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