#7B127A

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

Shades of Purple #7B127A

Tints of Purple #7B127A

Color information

#7B127A (or 0x7B127A) is unknown color: approx Purple. HEX triplet: 7B, 12 and 7A. RGB value is (123,18,122). Sum of RGB (Red+Green+Blue) = 123+18+122=263 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.77% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 123 - color contains mainly: red. Hex color #7B127A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B127A is #84ED85. Grayscale: #3C3C3C. Windows color (decimal): -8711558 or 8000123. OLE color: 8000123.

HSL color Cylindrical-coordinate representation of color #7B127A: hue angle of 300.57º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B127A is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB12318122-
CMYK00.850.010.52
HSL300.57º74.47%27.65%-
HSV(B)300.57º85.37%48.24%-
XYZ11.96.0518.95-
YUV61.25162.29172.04-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.77%
GREEN value IS 18 (7.42% from 255) = 6.84%
BLUE value IS 122 (48.05% from 255) = 46.39%
R=46.77%
G=6.84%
B=46.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231812200.850.010.52300.5774.4727.65
Hex7B127A05513412d4a1c
Octal17322172012516445511234
Binary1111011100101111010010101011110100100101101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B127A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,18,122); }

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

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

 a { background-color: rgb(123,18,122); }

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

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

 span { border-color: rgb(123,18,122); }

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