#7A048E

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

Shades of Purple #7A048E

Tints of Purple #7A048E

Color information

#7A048E (or 0x7A048E) is unknown color: approx Purple. HEX triplet: 7A, 04 and 8E. RGB value is (122,4,142). Sum of RGB (Red+Green+Blue) = 122+4+142=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #7A048E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A048E is #85FB71. Grayscale: #363636. Windows color (decimal): -8780658 or 9307258. OLE color: 9307258.

HSL color Cylindrical-coordinate representation of color #7A048E: hue angle of 291.3º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A048E is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1224142-
CMYK0.140.9700.44
HSL291.3º94.52%28.63%-
HSV(B)291.3º97.18%55.69%-
XYZ12.956.1826.1-
YUV55.01177.09175.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.52%
GREEN value IS 4 (1.95% from 255) = 1.49%
BLUE value IS 142 (55.86% from 255) = 52.99%
R=45.52%
G=1.49%
B=52.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12241420.140.9700.44291.394.5228.63
Hex7A48EE6102C1235f1d
Octal17242161614105444313735
Binary111101010010001110111011000010101100100100011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A048E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,4,142); }

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

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

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

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

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

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

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