#7A0176

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

Shades of Purple #7A0176

Tints of Purple #7A0176

Color information

#7A0176 (or 0x7A0176) is unknown color: approx Purple. HEX triplet: 7A, 01 and 76. RGB value is (122,1,118). Sum of RGB (Red+Green+Blue) = 122+1+118=241 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.62% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0176 is #85FE89. Grayscale: #323232. Windows color (decimal): -8781450 or 7733626. OLE color: 7733626.

HSL color Cylindrical-coordinate representation of color #7A0176: hue angle of 301.98º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A0176 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB1221118-
CMYK00.990.030.52
HSL301.98º98.37%24.12%-
HSV(B)301.98º99.18%47.84%-
XYZ11.315.4717.6-
YUV50.52166.09178.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 50.62%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 118 (46.48% from 255) = 48.96%
R=50.62%
G=0.41%
B=48.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122111800.990.030.52301.9898.3724.12
Hex7A17606333412e6218
Octal1721166014336445614230
Binary1111010111101100110001111110100100101110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,1,118); }

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

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

 a { background-color: rgb(122,1,118); }

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

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

 span { border-color: rgb(122,1,118); }

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