#7B0E87

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

Shades of Purple #7B0E87

Tints of Purple #7B0E87

Color information

#7B0E87 (or 0x7B0E87) is unknown color: approx Purple. HEX triplet: 7B, 0E and 87. RGB value is (123,14,135). Sum of RGB (Red+Green+Blue) = 123+14+135=272 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.22% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 135 - color contains mainly: blue. Hex color #7B0E87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0E87 is #84F178. Grayscale: #3C3C3C. Windows color (decimal): -8712569 or 8851067. OLE color: 8851067.

HSL color Cylindrical-coordinate representation of color #7B0E87: hue angle of 294.05º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B0E87 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12314135-
CMYK0.090.9000.47
HSL294.05º81.21%29.22%-
HSV(B)294.05º89.63%52.94%-
XYZ12.76.2723.46-
YUV60.39170.11172.66-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.22%
GREEN value IS 14 (5.86% from 255) = 5.15%
BLUE value IS 135 (53.12% from 255) = 49.63%
R=45.22%
G=5.15%
B=49.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal123141350.090.9000.47294.0581.2129.22
Hex7BE8795A02F126511d
Octal173162071113205744612135
Binary1111011111010000111100110110100101111100100110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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