#7B1586

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

Shades of Purple #7B1586

Tints of Purple #7B1586

Color information

#7B1586 (or 0x7B1586) is unknown color: approx Purple. HEX triplet: 7B, 15 and 86. RGB value is (123,21,134). Sum of RGB (Red+Green+Blue) = 123+21+134=278 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.24% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #7B1586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1586 is #84EA79. Grayscale: #404040. Windows color (decimal): -8710778 or 8787323. OLE color: 8787323.

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

Color convert

RGB12321134-
CMYK0.080.8400.47
HSL294.16º72.9%30.39%-
HSV(B)294.16º84.33%52.55%-
XYZ12.746.4723.13-
YUV64.38167.29169.81-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.24%
GREEN value IS 21 (8.59% from 255) = 7.55%
BLUE value IS 134 (52.73% from 255) = 48.20%
R=44.24%
G=7.55%
B=48.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal123211340.080.8400.47294.1672.930.39
Hex7B158685402F126491e
Octal173252061012405744611136
Binary11110111010110000110100010101000101111100100110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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