#7A0584

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

Shades of Purple #7A0584

Tints of Purple #7A0584

Color information

#7A0584 (or 0x7A0584) is unknown color: approx Purple. HEX triplet: 7A, 05 and 84. RGB value is (122,5,132). Sum of RGB (Red+Green+Blue) = 122+5+132=259 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.10% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #7A0584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0584 is #85FA7B. Grayscale: #363636. Windows color (decimal): -8780412 or 8652154. OLE color: 8652154.

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

Color convert

RGB1225132-
CMYK0.080.9600.48
HSL295.28º92.7%26.86%-
HSV(B)295.28º96.21%51.76%-
XYZ12.255.9122.33-
YUV54.46171.76176.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.10%
GREEN value IS 5 (2.34% from 255) = 1.93%
BLUE value IS 132 (51.95% from 255) = 50.97%
R=47.10%
G=1.93%
B=50.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12251320.080.9600.48295.2892.726.86
Hex7A5848600301275d1b
Octal17252041014006044713533
Binary111101010110000100100011000000110000100100111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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