#7A0578

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

Shades of Purple #7A0578

Tints of Purple #7A0578

Color information

#7A0578 (or 0x7A0578) is unknown color: approx Purple. HEX triplet: 7A, 05 and 78. RGB value is (122,5,120). Sum of RGB (Red+Green+Blue) = 122+5+120=247 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.39% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0578 is #85FA87. Grayscale: #343434. Windows color (decimal): -8780424 or 7865722. OLE color: 7865722.

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

Color convert

RGB1225120-
CMYK00.960.020.52
HSL301.03º92.13%24.9%-
HSV(B)301.03º95.9%47.84%-
XYZ11.475.618.25-
YUV53.09165.76177.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.39%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 120 (47.27% from 255) = 48.58%
R=49.39%
G=2.02%
B=48.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122512000.960.020.52301.0392.1324.9
Hex7A57806023412d5c19
Octal1725170014026445513431
Binary111101010111110000110000010110100100101101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,5,120); }

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

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

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

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

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

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

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