Html Css Color HEX #7E0479 Purple

📋 copy color: '#7E0479'

red 126 ◦ green 4 ◦ blue 121

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

Shades of Purple #7E0479

Tints of Purple #7E0479

RGB

 RED value IS 126 (49.61% from 255) = 50.2%

 GREEN value IS 4 (1.95% from 255) = 1.59%

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

R = 50.2%
G = 1.59%
B = 48.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#7E0479 (or 0x7E0479) is known color: Purple. HEX triplet: 7E, 04 and 79. RGB value is (126,4,121). Sum of RGB (Red+Green+Blue) = 126+4+121=251 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50.20% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0479 is #81FB86. Grayscale: #353535. Windows color (decimal): -8518535 or 7931006. OLE color: 7931006.

HSL color Cylindrical-coordinate representation of color #7E0479: hue angle of 302.46º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E0479 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 4 121 -
CMYK 0 0.97 0.04 0.51
HSL 302.46º 0.94% 0.25% -
HSV(B) 302.46º 0.97% 0.49% -
XYZ 12.1 5.9 18.59 -
YUV 53.82 165.92 179.49 -
System Red Green Blue C M Y K H S L
Decimal 126 4 121 0 0.97 0.04 0.51 302.46 0.94 0.25
Hex 7E 4 79 0 61 4 33 12E 5E 19
Octal 176 4 171 0 141 4 63 456 136 31
Binary 1111110 100 1111001 0 1100001 100 110011 100101110 1011110 11001

Color Harmonies of #7E0479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0479

Black with #7E0479

Text Example


Text Example

White with #7E0479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,4,121); }

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

background-color css

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

 a { background-color: rgb(126,4,121); }

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

border-color css

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

 span { border-color: rgb(126,4,121); }

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