#7A0472

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

Shades of Purple #7A0472

Tints of Purple #7A0472

Color information

#7A0472 (or 0x7A0472) is unknown color: approx Purple. HEX triplet: 7A, 04 and 72. RGB value is (122,4,114). Sum of RGB (Red+Green+Blue) = 122+4+114=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0472 is #85FB8D. Grayscale: #333333. Windows color (decimal): -8780686 or 7472250. OLE color: 7472250.

HSL color Cylindrical-coordinate representation of color #7A0472: hue angle of 304.07º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A0472 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB1224114-
CMYK00.970.070.52
HSL304.07º93.65%24.71%-
HSV(B)304.07º96.72%47.84%-
XYZ11.115.4416.38-
YUV51.82163.09178.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 50.83%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 114 (44.92% from 255) = 47.5%
R=50.83%
G=1.67%
B=47.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122411400.970.070.52304.0793.6524.71
Hex7A4720617341305e19
Octal1724162014176446013631
Binary1111010100111001001100001111110100100110000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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