#7C0472

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

Shades of Purple #7C0472

Tints of Purple #7C0472

Color information

#7C0472 (or 0x7C0472) is unknown color: approx Purple. HEX triplet: 7C, 04 and 72. RGB value is (124,4,114). Sum of RGB (Red+Green+Blue) = 124+4+114=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0472 is #83FB8D. Grayscale: #343434. Windows color (decimal): -8649614 or 7472252. OLE color: 7472252.

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

Color convert

RGB1244114-
CMYK00.970.080.51
HSL305º93.75%25.1%-
HSV(B)305º96.77%48.63%-
XYZ11.395.5916.4-
YUV52.42162.76179.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.24%
GREEN value IS 4 (1.95% from 255) = 1.65%
BLUE value IS 114 (44.92% from 255) = 47.11%
R=51.24%
G=1.65%
B=47.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124411400.970.080.5130593.7525.1
Hex7C4720618331315e19
Octal17441620141106346113631
Binary11111001001110010011000011000110011100110001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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