#7B1386

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

Shades of Purple #7B1386

Tints of Purple #7B1386

Color information

#7B1386 (or 0x7B1386) is unknown color: approx Purple. HEX triplet: 7B, 13 and 86. RGB value is (123,19,134). Sum of RGB (Red+Green+Blue) = 123+19+134=276 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.57% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #7B1386 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1386 is #84EC79. Grayscale: #3E3E3E. Windows color (decimal): -8711290 or 8786811. OLE color: 8786811.

HSL color Cylindrical-coordinate representation of color #7B1386: hue angle of 294.26º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B1386 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12319134-
CMYK0.080.8600.47
HSL294.26º75.16%30%-
HSV(B)294.26º85.82%52.55%-
XYZ12.76.423.12-
YUV63.21167.96170.65-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.57%
GREEN value IS 19 (7.81% from 255) = 6.88%
BLUE value IS 134 (52.73% from 255) = 48.55%
R=44.57%
G=6.88%
B=48.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal123191340.080.8600.47294.2675.1630
Hex7B138685602F1264b1e
Octal173232061012605744611336
Binary11110111001110000110100010101100101111100100110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,19,134); }

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

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

 a { background-color: rgb(123,19,134); }

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

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

 span { border-color: rgb(123,19,134); }

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