#7C048B

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

Shades of Purple #7C048B

Tints of Purple #7C048B

Color information

#7C048B (or 0x7C048B) is unknown color: approx Purple. HEX triplet: 7C, 04 and 8B. RGB value is (124,4,139). Sum of RGB (Red+Green+Blue) = 124+4+139=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C048B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C048B is #83FB74. Grayscale: #363636. Windows color (decimal): -8649589 or 9110652. OLE color: 9110652.

HSL color Cylindrical-coordinate representation of color #7C048B: hue angle of 293.33º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C048B is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1244139-
CMYK0.110.9700.45
HSL293.33º94.41%28.04%-
HSV(B)293.33º97.12%54.51%-
XYZ13.026.2424.94-
YUV55.27175.26177.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.44%
GREEN value IS 4 (1.95% from 255) = 1.50%
BLUE value IS 139 (54.69% from 255) = 52.06%
R=46.44%
G=1.50%
B=52.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12441390.110.9700.45293.3394.4128.04
Hex7C48BB6102D1255e1c
Octal17442131314105544513634
Binary111110010010001011101111000010101101100100101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C048B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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