#7B147C

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

Shades of Purple #7B147C

Tints of Purple #7B147C

Color information

#7B147C (or 0x7B147C) is unknown color: approx Purple. HEX triplet: 7B, 14 and 7C. RGB value is (123,20,124). Sum of RGB (Red+Green+Blue) = 123+20+124=267 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.07% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #7B147C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B147C is #84EB83. Grayscale: #3E3E3E. Windows color (decimal): -8711044 or 8131707. OLE color: 8131707.

HSL color Cylindrical-coordinate representation of color #7B147C: hue angle of 299.42º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B147C is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12320124-
CMYK0.010.8400.51
HSL299.42º72.22%28.24%-
HSV(B)299.42º83.87%48.63%-
XYZ12.066.1719.62-
YUV62.65162.62171.04-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.07%
GREEN value IS 20 (8.20% from 255) = 7.49%
BLUE value IS 124 (48.83% from 255) = 46.44%
R=46.07%
G=7.49%
B=46.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal123201240.010.8400.51299.4272.2228.24
Hex7B147C15403312b481c
Octal17324174112406345311034
Binary1111011101001111100110101000110011100101011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B147C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,20,124); }

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

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

 a { background-color: rgb(123,20,124); }

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

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

 span { border-color: rgb(123,20,124); }

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