Html Css Color HEX #7A0176 Purple

📋 copy color: '#7A0176'

red 122 ◦ green 1 ◦ blue 118

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

Shades of Purple #7A0176

Tints of Purple #7A0176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 48.96%

R = 50.62%
G = 0.41%
B = 48.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#7A0176 (or 0x7A0176) is known color: Purple. HEX triplet: 7A, 01 and 76. RGB value is (122,1,118). Sum of RGB (Red+Green+Blue) = 122+1+118=241 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.62% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0176 is #85FE89. Grayscale: #323232. Windows color (decimal): -8781450 or 7733626. OLE color: 7733626.

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

Color convert

RGB 122 1 118 -
CMYK 0 0.99 0.03 0.52
HSL 301.98º 0.98% 0.24% -
HSV(B) 301.98º 0.99% 0.48% -
XYZ 11.31 5.47 17.6 -
YUV 50.52 166.09 178.99 -
System Red Green Blue C M Y K H S L
Decimal 122 1 118 0 0.99 0.03 0.52 301.98 0.98 0.24
Hex 7A 1 76 0 63 3 34 12E 62 18
Octal 172 1 166 0 143 3 64 456 142 30
Binary 1111010 1 1110110 0 1100011 11 110100 100101110 1100010 11000

Color Harmonies of #7A0176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0176

Black with #7A0176

Text Example


Text Example

White with #7A0176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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