#7A0086

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

Shades of Purple #7A0086

Tints of Purple #7A0086

Color information

#7A0086 (or 0x7A0086) is unknown color: approx Purple. HEX triplet: 7A, 00 and 86. RGB value is (122,0,134). Sum of RGB (Red+Green+Blue) = 122+0+134=256 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.66% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #7A0086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0086 is #85FF79. Grayscale: #333333. Windows color (decimal): -8781690 or 8781946. OLE color: 8781946.

HSL color Cylindrical-coordinate representation of color #7A0086: hue angle of 294.63º 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 #7A0086 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1220134-
CMYK0.09100.47
HSL294.63º100%26.27%-
HSV(B)294.63º100%52.55%-
XYZ12.335.8623.04-
YUV51.75174.42178.1-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 134 (52.73% from 255) = 52.34%
R=47.66%
G=0%
B=52.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12201340.09100.47294.6310026.27
Hex7A08696402F127641a
Octal17202061114405744714432
Binary1111010010000110100111001000101111100100111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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