Html Css Color HEX #7A0080 Purple

📋 copy color: '#7A0080'

red 122 ◦ green 0 ◦ blue 128

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

Shades of Purple #7A0080

Tints of Purple #7A0080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 51.2%

R = 48.8%
G = 0%
B = 51.2%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7A0080 (or 0x7A0080) is known color: Purple. HEX triplet: 7A, 00 and 80. RGB value is (122,0,128). Sum of RGB (Red+Green+Blue) = 122+0+128=250 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.8% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #7A0080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0080 is #85FF7F. Grayscale: #323232. Windows color (decimal): -8781696 or 8388730. OLE color: 8388730.

HSL color Cylindrical-coordinate representation of color #7A0080: hue angle of 297.19º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A0080 is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 122 0 128 -
CMYK 0.05 1 0 0.50
HSL 297.19º 1% 0.25% -
HSV(B) 297.19º 1% 0.5% -
XYZ 11.92 5.7 20.89 -
YUV 51.07 171.42 178.59 -
System Red Green Blue C M Y K H S L
Decimal 122 0 128 0.05 1 0 0.50 297.19 1 0.25
Hex 7A 0 80 5 64 0 32 129 64 19
Octal 172 0 200 5 144 0 62 451 144 31
Binary 1111010 0 10000000 101 1100100 0 110010 100101001 1100100 11001

Color Harmonies of #7A0080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0080

Black with #7A0080

Text Example


Text Example

White with #7A0080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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