#7A148A

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

Shades of Purple #7A148A

Tints of Purple #7A148A

Color information

#7A148A (or 0x7A148A) is unknown color: approx Purple. HEX triplet: 7A, 14 and 8A. RGB value is (122,20,138). Sum of RGB (Red+Green+Blue) = 122+20+138=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A148A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A148A is #85EB75. Grayscale: #3F3F3F. Windows color (decimal): -8776566 or 9049210. OLE color: 9049210.

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

Color convert

RGB12220138-
CMYK0.120.8600.46
HSL291.86º74.68%30.98%-
HSV(B)291.86º85.51%54.12%-
XYZ12.866.4724.62-
YUV63.95169.79169.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.57%
GREEN value IS 20 (8.20% from 255) = 7.14%
BLUE value IS 138 (54.30% from 255) = 49.29%
R=43.57%
G=7.14%
B=49.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal122201380.120.8600.46291.8674.6830.98
Hex7A148AC5602E1244b1f
Octal172242121412605644411337
Binary11110101010010001010110010101100101110100100100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A148A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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