Html Css Color HEX #7A0479 Purple

📋 copy color: '#7A0479'

red 122 ◦ green 4 ◦ blue 121

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

Shades of Purple #7A0479

Tints of Purple #7A0479

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.62%

 BLUE value IS 121 (47.66% from 255) = 48.99%

R = 49.39%
G = 1.62%
B = 48.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#7A0479 (or 0x7A0479) is known color: Purple. HEX triplet: 7A, 04 and 79. RGB value is (122,4,121). Sum of RGB (Red+Green+Blue) = 122+4+121=247 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.39% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 121 (47.66% from 255 or 48.99% from 247); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0479 is #85FB86. Grayscale: #343434. Windows color (decimal): -8780679 or 7931002. OLE color: 7931002.

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

Color convert

RGB 122 4 121 -
CMYK 0 0.97 0.01 0.52
HSL 300.51º 0.94% 0.25% -
HSV(B) 300.51º 0.97% 0.48% -
XYZ 11.52 5.6 18.56 -
YUV 52.62 166.59 177.49 -
System Red Green Blue C M Y K H S L
Decimal 122 4 121 0 0.97 0.01 0.52 300.51 0.94 0.25
Hex 7A 4 79 0 61 1 34 12D 5E 19
Octal 172 4 171 0 141 1 64 455 136 31
Binary 1111010 100 1111001 0 1100001 1 110100 100101101 1011110 11001

Color Harmonies of #7A0479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0479

Black with #7A0479

Text Example


Text Example

White with #7A0479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,4,121); }

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

background-color css

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

 a { background-color: rgb(122,4,121); }

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

border-color css

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

 span { border-color: rgb(122,4,121); }

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