Html Css Color HEX #7A0772 Purple

📋 copy color: '#7A0772'

red 122 ◦ green 7 ◦ blue 114

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

Shades of Purple #7A0772

Tints of Purple #7A0772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 46.91%

R = 50.21%
G = 2.88%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#7A0772 (or 0x7A0772) is known color: Purple. HEX triplet: 7A, 07 and 72. RGB value is (122,7,114). Sum of RGB (Red+Green+Blue) = 122+7+114=243 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.21% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0772 is #85F88D. Grayscale: #353535. Windows color (decimal): -8779918 or 7473018. OLE color: 7473018.

HSL color Cylindrical-coordinate representation of color #7A0772: hue angle of 304.17º 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 #7A0772 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 7 114 -
CMYK 0 0.94 0.07 0.52
HSL 304.17º 0.89% 0.25% -
HSV(B) 304.17º 0.94% 0.48% -
XYZ 11.14 5.5 16.39 -
YUV 53.58 162.1 176.8 -
System Red Green Blue C M Y K H S L
Decimal 122 7 114 0 0.94 0.07 0.52 304.17 0.89 0.25
Hex 7A 7 72 0 5E 7 34 130 59 19
Octal 172 7 162 0 136 7 64 460 131 31
Binary 1111010 111 1110010 0 1011110 111 110100 100110000 1011001 11001

Color Harmonies of #7A0772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0772

Black with #7A0772

Text Example


Text Example

White with #7A0772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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