Html Css Color HEX #7A0179 Purple

📋 copy color: '#7A0179'

red 122 ◦ green 1 ◦ blue 121

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

Shades of Purple #7A0179

Tints of Purple #7A0179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 50%
G = 0.41%
B = 49.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#7A0179 (or 0x7A0179) is known color: Purple. HEX triplet: 7A, 01 and 79. RGB value is (122,1,121). Sum of RGB (Red+Green+Blue) = 122+1+121=244 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0179 is #85FE86. Grayscale: #323232. Windows color (decimal): -8781447 or 7930234. OLE color: 7930234.

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

Color convert

RGB 122 1 121 -
CMYK 0 0.99 0.01 0.52
HSL 300.5º 0.98% 0.24% -
HSV(B) 300.5º 0.99% 0.48% -
XYZ 11.49 5.54 18.55 -
YUV 50.86 167.59 178.74 -
System Red Green Blue C M Y K H S L
Decimal 122 1 121 0 0.99 0.01 0.52 300.5 0.98 0.24
Hex 7A 1 79 0 63 1 34 12C 62 18
Octal 172 1 171 0 143 1 64 454 142 30
Binary 1111010 1 1111001 0 1100011 1 110100 100101100 1100010 11000

Color Harmonies of #7A0179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0179

Black with #7A0179

Text Example


Text Example

White with #7A0179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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