Html Css Color HEX #7A0076 Purple

📋 copy color: '#7A0076'

red 122 ◦ green 0 ◦ blue 118

#7A0076
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #7A0076

Tints of Purple #7A0076

RGB

 RED value IS 122 (48.05% from 255) = 50.83%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 118 (46.48% from 255) = 49.17%

R = 50.83%
G = 0%
B = 49.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#7A0076 (or 0x7A0076) is known color: Purple. HEX triplet: 7A, 00 and 76. RGB value is (122,0,118). Sum of RGB (Red+Green+Blue) = 122+0+118=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0076 is #85FF89. Grayscale: #313131. Windows color (decimal): -8781706 or 7733370. OLE color: 7733370.

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

Color convert

RGB 122 0 118 -
CMYK 0 1 0.03 0.52
HSL 301.97º 1% 0.24% -
HSV(B) 301.97º 1% 0.48% -
XYZ 11.3 5.45 17.6 -
YUV 49.93 166.42 179.41 -
System Red Green Blue C M Y K H S L
Decimal 122 0 118 0 1 0.03 0.52 301.97 1 0.24
Hex 7A 0 76 0 64 3 34 12E 64 18
Octal 172 0 166 0 144 3 64 456 144 30
Binary 1111010 0 1110110 0 1100100 11 110100 100101110 1100100 11000

Color Harmonies of #7A0076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0076

Black with #7A0076

Text Example


Text Example

White with #7A0076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A0076;
 }
 .AnyTagClassName
 {
   color: #7A0076;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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