#7B0E85

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

Shades of Purple #7B0E85

Tints of Purple #7B0E85

Color information

#7B0E85 (or 0x7B0E85) is unknown color: approx Purple. HEX triplet: 7B, 0E and 85. RGB value is (123,14,133). Sum of RGB (Red+Green+Blue) = 123+14+133=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #7B0E85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0E85 is #84F17A. Grayscale: #3B3B3B. Windows color (decimal): -8712571 or 8719995. OLE color: 8719995.

HSL color Cylindrical-coordinate representation of color #7B0E85: hue angle of 294.96º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B0E85 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12314133-
CMYK0.080.8900.48
HSL294.96º80.95%28.82%-
HSV(B)294.96º89.47%52.16%-
XYZ12.566.2222.73-
YUV60.16169.11172.82-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.56%
GREEN value IS 14 (5.86% from 255) = 5.19%
BLUE value IS 133 (52.34% from 255) = 49.26%
R=45.56%
G=5.19%
B=49.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal123141330.080.8900.48294.9680.9528.82
Hex7BE85859030127511d
Octal173162051013106044712135
Binary1111011111010000101100010110010110000100100111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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