#7C0A72

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

Shades of Purple #7C0A72

Tints of Purple #7C0A72

Color information

#7C0A72 (or 0x7C0A72) is unknown color: approx Purple. HEX triplet: 7C, 0A and 72. RGB value is (124,10,114). Sum of RGB (Red+Green+Blue) = 124+10+114=248 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0A72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0A72 is #83F58D. Grayscale: #373737. Windows color (decimal): -8648078 or 7473788. OLE color: 7473788.

HSL color Cylindrical-coordinate representation of color #7C0A72: hue angle of 305.26º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7C0A72 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB12410114-
CMYK00.920.080.51
HSL305.26º85.07%26.27%-
HSV(B)305.26º91.94%48.63%-
XYZ11.465.7216.42-
YUV55.94160.77176.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50%
GREEN value IS 10 (4.30% from 255) = 4.03%
BLUE value IS 114 (44.92% from 255) = 45.97%
R=50%
G=4.03%
B=45.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241011400.920.080.51305.2685.0726.27
Hex7CA7205C833131551a
Octal174121620134106346112532
Binary111110010101110010010111001000110011100110001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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