#7A1287

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

Shades of Purple #7A1287

Tints of Purple #7A1287

Color information

#7A1287 (or 0x7A1287) is unknown color: approx Purple. HEX triplet: 7A, 12 and 87. RGB value is (122,18,135). Sum of RGB (Red+Green+Blue) = 122+18+135=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #7A1287 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1287 is #85ED78. Grayscale: #3E3E3E. Windows color (decimal): -8777081 or 8852090. OLE color: 8852090.

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

Color convert

RGB12218135-
CMYK0.100.8700.47
HSL293.33º76.47%30%-
HSV(B)293.33º86.67%52.94%-
XYZ12.626.3223.48-
YUV62.43168.96170.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.36%
GREEN value IS 18 (7.42% from 255) = 6.55%
BLUE value IS 135 (53.12% from 255) = 49.09%
R=44.36%
G=6.55%
B=49.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal122181350.100.8700.47293.3376.4730
Hex7A1287A5702F1254c1e
Octal172222071212705744511436
Binary11110101001010000111101010101110101111100100101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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