Html Css Color HEX #7A0276 Purple

📋 copy color: '#7A0276'

red 122 ◦ green 2 ◦ blue 118

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

Shades of Purple #7A0276

Tints of Purple #7A0276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

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

R = 50.41%
G = 0.83%
B = 48.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#7A0276 (or 0x7A0276) is known color: Purple. HEX triplet: 7A, 02 and 76. RGB value is (122,2,118). Sum of RGB (Red+Green+Blue) = 122+2+118=242 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.41% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0276 is #85FD89. Grayscale: #323232. Windows color (decimal): -8781194 or 7733882. OLE color: 7733882.

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

Color convert

RGB 122 2 118 -
CMYK 0 0.98 0.03 0.52
HSL 302º 0.97% 0.24% -
HSV(B) 302º 0.98% 0.48% -
XYZ 11.32 5.49 17.6 -
YUV 51.1 165.76 178.57 -
System Red Green Blue C M Y K H S L
Decimal 122 2 118 0 0.98 0.03 0.52 302 0.97 0.24
Hex 7A 2 76 0 62 3 34 12E 61 18
Octal 172 2 166 0 142 3 64 456 141 30
Binary 1111010 10 1110110 0 1100010 11 110100 100101110 1100001 11000

Color Harmonies of #7A0276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0276

Black with #7A0276

Text Example


Text Example

White with #7A0276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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