#7B0086

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

Shades of Purple #7B0086

Tints of Purple #7B0086

Color information

#7B0086 (or 0x7B0086) is unknown color: approx Purple. HEX triplet: 7B, 00 and 86. RGB value is (123,0,134). Sum of RGB (Red+Green+Blue) = 123+0+134=257 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.86% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #7B0086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0086 is #84FF79. Grayscale: #333333. Windows color (decimal): -8716154 or 8781947. OLE color: 8781947.

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

Color convert

RGB1230134-
CMYK0.08100.47
HSL295.07º100%26.27%-
HSV(B)295.07º100%52.55%-
XYZ12.475.9323.04-
YUV52.05174.25178.6-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 134 (52.73% from 255) = 52.14%
R=47.86%
G=0%
B=52.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12301340.08100.47295.0710026.27
Hex7B08686402F127641a
Octal17302061014405744714432
Binary1111011010000110100011001000101111100100111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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