#7A1286

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

Shades of Purple #7A1286

Tints of Purple #7A1286

Color information

#7A1286 (or 0x7A1286) is unknown color: approx Purple. HEX triplet: 7A, 12 and 86. RGB value is (122,18,134). Sum of RGB (Red+Green+Blue) = 122+18+134=274 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.53% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: blue. Hex color #7A1286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1286 is #85ED79. Grayscale: #3D3D3D. Windows color (decimal): -8777082 or 8786554. OLE color: 8786554.

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

Color convert

RGB12218134-
CMYK0.090.8700.47
HSL293.79º76.32%29.8%-
HSV(B)293.79º86.57%52.55%-
XYZ12.556.2923.11-
YUV62.32168.46170.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.53%
GREEN value IS 18 (7.42% from 255) = 6.57%
BLUE value IS 134 (52.73% from 255) = 48.91%
R=44.53%
G=6.57%
B=48.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal122181340.090.8700.47293.7976.3229.8
Hex7A128695702F1264c1e
Octal172222061112705744611436
Binary11110101001010000110100110101110101111100100110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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