Html Css Color HEX #7A0777 Purple

📋 copy color: '#7A0777'

red 122 ◦ green 7 ◦ blue 119

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

Shades of Purple #7A0777

Tints of Purple #7A0777

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.82%

 BLUE value IS 119 (46.88% from 255) = 47.98%

R = 49.19%
G = 2.82%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#7A0777 (or 0x7A0777) is known color: Purple. HEX triplet: 7A, 07 and 77. RGB value is (122,7,119). Sum of RGB (Red+Green+Blue) = 122+7+119=248 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.19% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0777 is #85F888. Grayscale: #353535. Windows color (decimal): -8779913 or 7800698. OLE color: 7800698.

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

Color convert

RGB 122 7 119 -
CMYK 0 0.94 0.02 0.52
HSL 301.57º 0.89% 0.25% -
HSV(B) 301.57º 0.94% 0.48% -
XYZ 11.43 5.62 17.94 -
YUV 54.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 122 7 119 0 0.94 0.02 0.52 301.57 0.89 0.25
Hex 7A 7 77 0 5E 2 34 12E 59 19
Octal 172 7 167 0 136 2 64 456 131 31
Binary 1111010 111 1110111 0 1011110 10 110100 100101110 1011001 11001

Color Harmonies of #7A0777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0777

Black with #7A0777

Text Example


Text Example

White with #7A0777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,7,119); }

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

background-color css

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

 a { background-color: rgb(122,7,119); }

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

border-color css

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

 span { border-color: rgb(122,7,119); }

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