#7C0473

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

Shades of Purple #7C0473

Tints of Purple #7C0473

Color information

#7C0473 (or 0x7C0473) is unknown color: approx Purple. HEX triplet: 7C, 04 and 73. RGB value is (124,4,115). Sum of RGB (Red+Green+Blue) = 124+4+115=243 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.03% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0473 is #83FB8C. Grayscale: #343434. Windows color (decimal): -8649613 or 7537788. OLE color: 7537788.

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

Color convert

RGB1244115-
CMYK00.970.070.51
HSL304.5º93.75%25.1%-
HSV(B)304.5º96.77%48.63%-
XYZ11.455.6116.7-
YUV52.53163.26178.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.03%
GREEN value IS 4 (1.95% from 255) = 1.65%
BLUE value IS 115 (45.31% from 255) = 47.33%
R=51.03%
G=1.65%
B=47.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124411500.970.070.51304.593.7525.1
Hex7C4730617331305e19
Octal1744163014176346013631
Binary1111100100111001101100001111110011100110000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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