#7A0674

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

Shades of Purple #7A0674

Tints of Purple #7A0674

Color information

#7A0674 (or 0x7A0674) is unknown color: approx Purple. HEX triplet: 7A, 06 and 74. RGB value is (122,6,116). Sum of RGB (Red+Green+Blue) = 122+6+116=244 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0674 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0674 is #85F98B. Grayscale: #343434. Windows color (decimal): -8780172 or 7603834. OLE color: 7603834.

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

Color convert

RGB1226116-
CMYK00.950.050.52
HSL303.1º90.62%25.1%-
HSV(B)303.1º95.08%47.84%-
XYZ11.245.5317-
YUV53.22163.43177.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 2.46%
BLUE value IS 116 (45.70% from 255) = 47.54%
R=50%
G=2.46%
B=47.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122611600.950.050.52303.190.6225.1
Hex7A67405F53412f5b19
Octal1726164013756445713331
Binary1111010110111010001011111101110100100101111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,6,116); }

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

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

 a { background-color: rgb(122,6,116); }

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

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

 span { border-color: rgb(122,6,116); }

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