#7A127A

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

Shades of Purple #7A127A

Tints of Purple #7A127A

Color information

#7A127A (or 0x7A127A) is unknown color: approx Purple. HEX triplet: 7A, 12 and 7A. RGB value is (122,18,122). Sum of RGB (Red+Green+Blue) = 122+18+122=262 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.56% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: red, blue. Hex color #7A127A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A127A is #85ED85. Grayscale: #3C3C3C. Windows color (decimal): -8777094 or 8000122. OLE color: 8000122.

HSL color Cylindrical-coordinate representation of color #7A127A: hue angle of 300º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A127A is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12218122-
CMYK00.8500.52
HSL300º74.29%27.45%-
HSV(B)300º85.25%47.84%-
XYZ11.765.9818.95-
YUV60.95162.46171.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.56%
GREEN value IS 18 (7.42% from 255) = 6.87%
BLUE value IS 122 (48.05% from 255) = 46.56%
R=46.56%
G=6.87%
B=46.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221812200.8500.5230074.2927.45
Hex7A127A05503412c4a1b
Octal17222172012506445411233
Binary1111010100101111010010101010110100100101100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A127A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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