#7C0E73

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

Shades of Purple #7C0E73

Tints of Purple #7C0E73

Color information

#7C0E73 (or 0x7C0E73) is unknown color: approx Purple. HEX triplet: 7C, 0E and 73. RGB value is (124,14,115). Sum of RGB (Red+Green+Blue) = 124+14+115=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0E73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0E73 is #83F18C. Grayscale: #3A3A3A. Windows color (decimal): -8647053 or 7540348. OLE color: 7540348.

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

Color convert

RGB12414115-
CMYK00.890.070.51
HSL304.91º79.71%27.06%-
HSV(B)304.91º88.71%48.63%-
XYZ11.565.8416.74-
YUV58.4159.94174.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.01%
GREEN value IS 14 (5.86% from 255) = 5.53%
BLUE value IS 115 (45.31% from 255) = 45.45%
R=49.01%
G=5.53%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241411500.890.070.51304.9179.7127.06
Hex7CE73059733131501b
Octal17416163013176346112033
Binary11111001110111001101011001111110011100110001101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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