#7B1887

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

Shades of Purple #7B1887

Tints of Purple #7B1887

Color information

#7B1887 (or 0x7B1887) is unknown color: approx Purple. HEX triplet: 7B, 18 and 87. RGB value is (123,24,135). Sum of RGB (Red+Green+Blue) = 123+24+135=282 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.62% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #7B1887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1887 is #84E778. Grayscale: #414141. Windows color (decimal): -8710009 or 8853627. OLE color: 8853627.

HSL color Cylindrical-coordinate representation of color #7B1887: hue angle of 293.51º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B1887 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12324135-
CMYK0.090.8200.47
HSL293.51º69.81%31.18%-
HSV(B)293.51º82.22%52.94%-
XYZ12.876.6123.52-
YUV66.26166.8168.47-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.62%
GREEN value IS 24 (9.77% from 255) = 8.51%
BLUE value IS 135 (53.12% from 255) = 47.87%
R=43.62%
G=8.51%
B=47.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal123241350.090.8200.47293.5169.8131.18
Hex7B188795202F126461f
Octal173302071112205744610637
Binary11110111100010000111100110100100101111100100110100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,24,135); }

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

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

 a { background-color: rgb(123,24,135); }

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

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

 span { border-color: rgb(123,24,135); }

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