#7A158A

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

Shades of Purple #7A158A

Tints of Purple #7A158A

Color information

#7A158A (or 0x7A158A) is unknown color: approx Purple. HEX triplet: 7A, 15 and 8A. RGB value is (122,21,138). Sum of RGB (Red+Green+Blue) = 122+21+138=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A158A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A158A is #85EA75. Grayscale: #404040. Windows color (decimal): -8776310 or 9049466. OLE color: 9049466.

HSL color Cylindrical-coordinate representation of color #7A158A: hue angle of 291.79º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A158A is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12221138-
CMYK0.120.8500.46
HSL291.79º73.58%31.18%-
HSV(B)291.79º84.78%54.12%-
XYZ12.886.5124.62-
YUV64.54169.46168.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.42%
GREEN value IS 21 (8.59% from 255) = 7.47%
BLUE value IS 138 (54.30% from 255) = 49.11%
R=43.42%
G=7.47%
B=49.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal122211380.120.8500.46291.7973.5831.18
Hex7A158AC5502E1244a1f
Octal172252121412505644411237
Binary11110101010110001010110010101010101110100100100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,21,138); }

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

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

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

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

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

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

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