#7B138F

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

Shades of Purple #7B138F

Tints of Purple #7B138F

Color information

#7B138F (or 0x7B138F) is unknown color: approx Purple. HEX triplet: 7B, 13 and 8F. RGB value is (123,19,143). Sum of RGB (Red+Green+Blue) = 123+19+143=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 143 (56.25% from 255 or 50.18% from 285); Max value from RGB is 143 - color contains mainly: blue. Hex color #7B138F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B138F is #84EC70. Grayscale: #3F3F3F. Windows color (decimal): -8711281 or 9376635. OLE color: 9376635.

HSL color Cylindrical-coordinate representation of color #7B138F: hue angle of 290.32º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B138F is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12319143-
CMYK0.140.8700.44
HSL290.32º76.54%31.76%-
HSV(B)290.32º86.71%56.08%-
XYZ13.366.6626.57-
YUV64.23172.46169.92-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.16%
GREEN value IS 19 (7.81% from 255) = 6.67%
BLUE value IS 143 (56.25% from 255) = 50.18%
R=43.16%
G=6.67%
B=50.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal123191430.140.8700.44290.3276.5431.76
Hex7B138FE5702C1224d20
Octal173232171612705444211540
Binary111101110011100011111110101011101011001001000101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B138F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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